Hi list,

JVM : 1.6.0
OS   : Windows XP
Tomcat Version : 6.0.14


The problem:
no matter how i set the shared.loader in cataline.properties it does
not load the jars in there:
here is what i tried so far:
shared.loader=${catalina.home}/shared/lib,${catalina.home}/shared/lib/*.jar

it did not works so i moved my jars to ${catalina.home}/zk and tried this:

shared.loader=file:///c:/Java/servers/TOMCAT_6/zk/*.jar

and since it did not work i tried this too:

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

non of the above try was successful loading my jars am i missing something?

thanks for any suggestion!
Yassine
-- 
(e==mc²)?

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