I am designing my production Tomcat 6 system and would like to have a
classloader where I can put emergency "patch" jars (e.g. database drivers,
etc) and configuration (e.g. tweaked spring config).

These artifacts would need to be loaded in a classloader between the System
Classloader and the Webapp classloader so that the patch classpath resources
are picked up instead of the application resources.  Looking at
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html there does
not appear to be a standard place where I can put these artifacts.  Is
anyone aware of any solution to my problem?

Thanks,
Mike
-- 
View this message in context: 
http://old.nabble.com/Classloader-between-Web-application-and-system-loader-tp27154908p27154908.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to