aspose file tools
The moose likes Tomcat and the fly likes Unable to set the classpath for tomcat 6 in windows 7 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Unable to set the classpath for tomcat 6 in windows 7" Watch "Unable to set the classpath for tomcat 6 in windows 7" New topic
Author

Unable to set the classpath for tomcat 6 in windows 7

Harjinder Singh
Greenhorn

Joined: Dec 19, 2012
Posts: 6
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
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

Java Resources at www.wbrogden.com
Harjinder Singh
Greenhorn

Joined: Dec 19, 2012
Posts: 6
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
 
Similar Threads
problem in jstl struts
Log4j only reads log4j.properties in $CATALINA_HOME/lib
HTTP 400 Bad Request
JVM encoding param to Tomcat Startup
HI Friends