Bug 64205 - classes that implements javax.servlet.ServletContainerInitializer cannot be found
Summary: classes that implements javax.servlet.ServletContainerInitializer cannot be f...
Status: RESOLVED DUPLICATE of bug 64191
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 7.0.100
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-09 08:00 UTC by qiuguoqiang
Modified: 2020-03-09 08:07 UTC (History)
0 users



Attachments
thirdparty jars that shows /META-INF/services/javax.servlet.ServletContainerInitializer file (169.00 KB, application/vnd.ms-excel)
2020-03-09 08:00 UTC, qiuguoqiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qiuguoqiang 2020-03-09 08:00:28 UTC
Created attachment 37076 [details]
thirdparty jars that shows /META-INF/services/javax.servlet.ServletContainerInitializer file

In my web app with tomcat-7.0.100 . third party jars like log4j-web-2.4.1.jar and spring-web-4.2.9.RELEASE.jar . class org.apache.logging.log4j.web.Log4jServletContainerInitializer and org.springframework.web.SpringServletContainerInitializer that implements  javax.servlet.ServletContainerInitializer cannot be found during the container starting.but if changed to tomcat-7.0.72 .these problems do not happen.
I am not sure it is a bug .please help me,thanks a lot.
Comment 1 Mark Thomas 2020-03-09 08:07:59 UTC

*** This bug has been marked as a duplicate of bug 64191 ***