Zend certified PHP/Magento developer

Migrating from Weblogic to Tomcat

I now have a JAVA-EE application running with weblogic with several modules running locally 100%, however it is very slow with weblogic, mainly at republish times in some modules.

I would like to know if I can migrate it to run through tomcat 7, I believe it is possible because another team in another project was the same thing and managed to switch to using tomcat locally.

Currently I made the settings in the tomcat context.xml – server.xml – web.xml files to connect to the oracle database, but I still can’t make the application go up

Could someone give me an orientation on how to do this, thank you very much