We are migrating from OC4J container to the Oracle Weblogic Server, unlikely our war files just contain servlet classes and jsp resources are not available,
Also, before these servlets have compiled by Jdeveloper 9 (every servlet extends oracle.jsp.runtime.HttpJSP), and all jsp tags created in OracleJspRunime.
The problem is we can not start our applications contain these servlets on Weblogic, we need to a solution for running these servlets.