Unable to set the classpath for tomcat 6 in windows 7
Harjinder Singh
Greenhorn
Joined: Dec 19, 2012
Posts: 6
posted
0
Hi !
I am facing problems in setting the classpath for tomcat 6 in environment variables.. i tried many procedures but nothing worked for me.
please help me out..
thanks in advance
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
Tomcat does NOT use the environment classpath, it uses values set during startup. See the catalina.bat file under the bin directory.
Also see the file: class-loader-howto.html that should be under the docs subdirectory of your tomcat 6 installation..
William Brogden wrote:Tomcat does NOT use the environment classpath, it uses values set during startup. See the catalina.bat file under the bin directory.
Also see the file: class-loader-howto.html that should be under the docs subdirectory of your tomcat 6 installation..
Bill
Thanks
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Unable to set the classpath for tomcat 6 in windows 7