weblogic « Tomcat « JSP-Servlet Q&A





1. Tomcat and weblogic    coderanch.com

2. Tomcat to BEA Weblogic    coderanch.com

3. is the JSP code is same for Tomcat and Weblogic    forums.oracle.com

If your JSPs are written with JSTL you won't have any problem. It's entirely possible to deploy the same application on Tomcat and WebLogic, as long as it doesn't contain any EJBs. Configuration is different between the two, and there might be some issues regarding data sources and JNDI names. But the JSPs won't have to change. %