> From: Sampath Kumar Rallapalli [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.20: issue with tomcat service & > defining application specific environment variables > > I set the environment variable, -Djava.library.path
This is _not_ an environment variable - it's a Java system property. > it appeared to me that the Tomcat picked up this value as it > gave me a different error as "Can't find Dependent Libraries." You can see what the values are by deploying Lambda Probe in Tomcat and looking at the System Properties page. Does Tomcat running as a service (usually using the System account) have access to the path you defined? Such a path must point to a location on a local hard drive. > I tried adding the Path variable to the java tab by adding, > -DPath=%PATH%.... did not work. Not surprising; nothing in the JVM looks for a system property named "PATH". - 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]