weblogic.j2ee.dd.xml.AnnotationProcessException(weblogic 12c和spring5基于java的配置)

时间:2018-06-12 08:16:17

标签: java spring spring-mvc weblogic12c

Hi am new to spring mvc java based configuration,

i get this error when i run this app on weblogic 12c,

weblogic.j2ee.dd.xml.AnnotationProcessException: [HTTP:101396]Either the urlPatterns or the value attribute in the WebServlet annotation MUST be present.

然而,相同的项目在tomcat中按预期运行。我做错了什么?

1 个答案:

答案 0 :(得分:0)

我找到了解决方案,我意识到这必须是一个基于xml的错误我使用的web.xml版本是3.1,我不得不将我的web.xml降级到2.4,这是帮助我{{3}的线程希望有人觉得这很有用。