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

2

3

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!

Foreskin answered 7/10, 2011 at 10:11 Comment(2)
What part is causing you problems? There might be a library that can fill the void.Vapor
Related question: https://mcmap.net/q/1051422/-weblogic-11g-and-javaee-6Cinereous
S
6

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.

Selfsacrifice answered 7/10, 2011 at 10:26 Comment(0)
F
1

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.

Faze answered 30/6, 2013 at 19:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.