-
Bug
-
Resolution: Done
-
Critical
-
JWS 3.1.0 GA
-
None
-
Release Notes
-
-
-
-
-
-
Scenario:
You want to add a JAR to the common (or shared) classloader which does contain a manifest file referring to other JARs in it's class-path entry. These referenced other JARs are not required for the application and thus are not stored on the server.
When tomcat is started method "processManifest" of class "org.apache.tomcat.util.scan.StandardJarScanner" tries to resolve that class-path entry and you end up with lots of errors in the log.
By default scanBootstrapClassPath value is true.
- links to