java WebLogic Server :: 服务器不支持 J2EE Web 模块规范的 3.0 版

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7685836/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 20:59:13  来源:igfitidea点击:

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

javajakarta-eewebspecificationsweblogic11g

提问by Harsha

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."

当我尝试使用 WebLogic 11g 10.3.5 服务器运行应用程序时,它显示“该服务器不支持 J2EE Web 模块规范的 3.0 版”。

How to overcome this?

如何克服这一点?

Thanks!

谢谢!

回答by JB Nizet

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.

使用规范的支持版本(Servlet 2.5)开发您的应用程序,或者使用其他支持 3.0 版本的应用服务器,或者等待支持 3.0 版本的 WebLogic 版本。

回答by Abhishek

Weblogic 11 does not support Servlet 3.0

Weblogic 11 不支持 Servlet 3.0

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

您需要继续使用 Weblogic 12。根据官方文档,现在支持 Servlet 3.0。