https://bz.apache.org/bugzilla/show_bug.cgi?id=59226
Bug ID: 59226 Summary: StandardJarScanner ignores jars in manifest Class-path header Product: Tomcat 8 Version: 8.0.32 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Util Assignee: dev@tomcat.apache.org Reporter: idelv...@brutusin.org Running an embedded instance as 'java -jar <thin-jar-with-dependencies-in-manifest>' StandardJarScanner ignores jars in manifest Class-path header. The reason is system class loader does not expose these jars via getURLs() as explained in the following SO question. http://stackoverflow.com/questions/35922072/scanning-manifest-classpath-jars-in-embeeded-tomcat/36185408#36185408 -- 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