OK, I just saw the docs on this in m2- however, it looks like the
tomcat.sh needs a few extra lines to load jars from lib/common and
lib/container

    Thanks, Jason

GOMEZ Henri wrote:

> >    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

--
Jason Novotny               [EMAIL PROTECTED]
Home: (510) 704-9917        Work: (510) 486-8662
NERSC Distributed Computing http://www-didc.lbl.gov



Reply via email to