> From: YEL [mailto:[EMAIL PROTECTED] 
> Subject: Apache Tomcat 6.0.14 classloader
> 
> no matter how i set the shared.loader in cataline.properties it does
> not load the jars in there:

Works fine for me.  I moved (not copied) jstl.jar and standard.jar from
webapps/examples/WEB-INF/lib to a new $TOMCAT_HOME/shared directory, and
updated catalina.properties with the following:

shared.loader=${catalina.home}/shared,${catalina.home}/shared/*.jar

Running the URL:
http://localhost:8080/examples/jsp/jsp2/tagfiles/products.jsp

forces use of the above jars.  It runs correctly with the jars in
shared, fails with NCDFE if I completely remove them.

Make sure that the jars you placed in your shared/lib directory are not
present anywhere else, in any webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to