简体   繁体   English

如何以及在何处将Servlet.jar添加到Weblogic 10?

[英]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. 由于缺少servlet.jar库,我有一个失败的Web应用程序。 It works fine in tomcat, but fail with 500 error and no stack trace under Weblogic 10. 它在tomcat中可以正常工作,但在Weblogic 10下失败,出现500错误并且没有堆栈跟踪。

Should this be added with my web application under the WEB-INF/lib folder? 是否应该将它与我的Web应用程序一起添加到WEB-INF / lib文件夹下? Or should it be placed in the weblogic lib folder? 还是应该将其放置在weblogic lib文件夹中?

Unless you have gone tear-assing around your WLS installation you are not missing servlet.jar ... 除非您对WLS安装进行了深入了解,否则您不会缺少servlet.jar ...

From WLS version 10 onwards, you will find it as $BEA_HOME/modules/javax.servlet.xyzjar 从WLS版本10开始,您将发现它为$BEA_HOME/modules/javax.servlet.xyzjar

Cheers, 干杯,

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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