Starting with WebLogic 10, BEA has implemented the implementation of the API specifications from weblogic.jar into various โmodulesโ. Now they bind the new api.jar in {BEA_HOME}/wlsever_10.3/server/lib/ , which contains only a MANIFEST.MF , which points to {BEA_HOME}/modules/*.jar .
These modules include all API specifications as well as the provided BEA / ORACLE functions.
So, for Servlet API 2.5, really enable {BEA_HOME}/modules/javax.servlet_1.0.0.0_2-5.jar .
Pascal thivent
source share