WebLogic Server :: The server does not support ver

2019-05-10 12:07发布

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!

2条回答
萌系小妹纸
2楼-- · 2019-05-10 12:39

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.

查看更多
虎瘦雄心在
3楼-- · 2019-05-10 12:46

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.

查看更多
登录 后发表回答