Details
Description
tomcat allows for customization of the loaded classes by adding classes to the common directory.
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
I've created a hosted custom tomcat distribution zip file (5.5.20 + jdk1.4 compatibility), and cargo does not create the configuration using the jars i have placed in common/endorsed.
Issue Links
- depends upon
-
CARGO-435
Handle extra jars at the container implementation level so that they can be loaded in the correct classloaders
-
- relates to
-
CARGO-928
Fixed and improved Maven2 shared/extra classpath configurations with Tomcat
-
-
CARGO-1061
Avoid having the cargo-specific XML files in the Tomcat local containers
-
hmm.. Just quickly scanned the link you gave and yes it seems shared libs go in $CATALINA_BASE (which is the root of Cargo's config dir). I always thought they were looked up in $CATALINA_HOME but it does make sense that they are in $CATALINA_BASE.
I think this is very much related to the
CARGO-435issue and I believe the implementation will be the same.Let me know if you agree and I'll close this issue, mark it as a duplicate of
CARGO-435and link it for reference.Thanks!