WebLogic Server :: The server does not support version 3.0 of the J2EE Web module specification

不羁的心 提交于 2019-12-07 13:49:15

问题


When I try running an application using the WebLogic 11g 10.3.5 server, it shows that "The server does not support version 3.0 of the J2EE Web module specification."

How to overcome this?

Thanks!


回答1:


Develop your application using the supported version of the specification (Servlet 2.5), or use another application server supporting the version 3.0, or wait for the version of WebLogic that supports version 3.0.




回答2:


Weblogic 11 does not support Servlet 3.0

You need to move on to Weblogic 12. According to the official documentation, Servlet 3.0 is now supported.



来源:https://stackoverflow.com/questions/7685836/weblogic-server-the-server-does-not-support-version-3-0-of-the-j2ee-web-modul

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!