简体   繁体   中英

How and where to add Servlet.jar to Weblogic 10?

I have a web app that is failing I believe due to the lack the servlet.jar library. It works fine in tomcat, but fail with 500 error and no stack trace under Weblogic 10.

Should this be added with my web application under the WEB-INF/lib folder? Or should it be placed in the weblogic lib folder?

Unless you have gone tear-assing around your WLS installation you are not missing servlet.jar ...

From WLS version 10 onwards, you will find it as $BEA_HOME/modules/javax.servlet.xyzjar

Cheers,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM