You can declare a variable in Catalina.sh with your path and append it to
the classpath.




-----Original Message-----
From: Raviteja Veerla [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 05, 2005 11:26 AM
To: tomcat-user@jakarta.apache.org
Subject: problem with setting path for config files

Hi all,
 I am having a problem with setting the path for config files. I am building
a webservices in java using a 3rd party java API. this third party API
requires few config files(xml files) to be present in the class path, so
that they can read from those config files. i am developing these on a
windows 2000 machine but the server environment is linux. on windows
machine, i added the path of these config files in the setclasspath.bat as
shown below.
 set CLASSPATH=%JAVA_HOME%\lib\tools.jar;C:\ConfigFiles\conf
 this worked perfectly fine, but when i do the same in the
setclasspath.shon the linux machine. it does not compile the jws files
as it would not find
tools.jar file, apparently its not seperating the paths after the semi
colon.
 can anyone help me in this regard and suggest me on how to go about it.
 thanks
Ravi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to