Jar files fro classpath variable

2001-07-04 Thread Nino Uziel
Title: Jar files fro classpath variable Hi, I wanted to ask if there is a way to add more jars to the classpath environment when Tomcat starts ? Currently I am linking jar files to the lib directory. Is there a way to tell Tomcat to load jars from carious directories ? N.

Re: Jar files fro classpath variable

2001-07-04 Thread Kaneda K
At 16:24 04/07/2001 +0300, you wrote: Hi, I wanted to ask if there is a way to add more jars to the classpath environment when Tomcat starts ? Currently I am linking jar files to the lib directory. Is there a way to tell Tomcat to load jars from carious directories ? N. The tomcat version

Re: Jar files fro classpath variable

2001-07-04 Thread Tarun Garg
Title: Jar files fro classpath variable You can modify your tomcat.sh ( or tomcat.bat on windows) file to have your jars in the classpath variable. I myself work on a windows machine, but I guess yours is some unix thing. I guess what I am saying should work for you, though I can't verify