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
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 0.8 [ 12191 ] | |
| Summary | tomcat5x configuration does not copy common/endored directories | tomcat5x configuration does not copy common/endorsed directories |
| Assignee | David J. M. Karlsen [ david@davidkarlsen.com ] |
| Assignee | David J. M. Karlsen [ david@davidkarlsen.com ] |
| Link |
This issue relates to |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.2.0 [ 17088 ] | |
| Fix Version/s | 1.1.0 [ 16436 ] | |
| Resolution | Fixed [ 1 ] |
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!