>    Can someone please tell me more about this change in the tomcat.sh
>startup script? It looks like jars in TOMCAT_HOME/lib are no longer
>geting added to the classpath- is this the new model? In my project
>I like to deploy the jars directly to TOMCAT_HOME/lib where 
>they will be
>found when Tomcat starts up. If someone knows what I should do 
>under the
>"NEW_LOADER" approach let me know.

The new loader schema split the jar in 3 categories :

1) container only (ie only used by tomcat) TOMCAT_HOME/lib/container
2) application only (only needed by webapps) TOMCAT_HOME/lib/apps
3) common (used by webapps and tomcat) TOMCAT_HOME/lib/common

Reply via email to