https://bz.apache.org/bugzilla/show_bug.cgi?id=64191
rmuelle...@posteo.de changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #10 from rmuelle...@posteo.de --- I have the same issue as described in Bug 64220 using Tomcat 7.0.102 from https://repository.apache.org/content/repositories/orgapachetomcat-1259/ with the tomcat7-maven-plugin. In WebappServiceLoader line 111 the call to findResources does not return any results. The value of the configFile variable is "META-INF/services/javax.servlet.ServletContainerInitializer". If I re-execute the findResources call in the debugger with removing the preceding "/" in line 111, I get a result: resources = ((URLClassLoader) loader).findResources(configFile) Then my Spring Boot application starts again. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org