aspose file tools
The moose likes Tomcat and the fly likes help in starting tomcat.. 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 "help in starting tomcat.." Watch "help in starting tomcat.." New topic
Author

help in starting tomcat..

jyotsana dang
Ranch Hand

Joined: Sep 26, 2003
Posts: 135
HI.. can anyone help me out in setting the environment variables of tomcat..
I typed the following lines in autoexec.bat:
set path=%path%;c:\j2sdk1.4.2_01\bin;
set classpath=%CLASSPATH%;c:\program files\apache group\tomcat 4.1\common\lib\servlet.jar;
SET JAVA_HOME=c:\j2sdk1.4.2_01
SET TOMCAT_HOME=c:\program files\apache group\tomcat 4.1
SET CATALINA_HOME=c:\program files\apache group\tomcat 4.1
I went to the system settings in control panel and set up the java_home, tomcat_home and catalina_home environment variables.
But when i try to run tomcat from the start menu it gives an error that c:\j2sdk1.4.2_01\bin not found..
where could be the problem?
thx..
jyotsana
kumar nagur
Greenhorn

Joined: Oct 22, 2003
Posts: 9
set path=c:\j2sdk1.4.2_01\bin;%CATALINA_HOME%\bin;
set classpath= %CATALINA_HOME%\bin;C:\j2sdk1.4.1_02\bin;C:\j2sdk1.4.1_02\jre\lib\ext\servlet-api.jar;
SET JAVA_HOME=c:\j2sdk1.4.2_01
SET TOMCAT_HOME=c:\program files\apache group\tomcat 4.1
SET CATALINA_HOME=c:\program files\apache group\tomcat 4.1
try this ..
 
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: help in starting tomcat..
 
Similar Threads
compiling servlets and jsp and running in tomcat
apache tomcat is arrogant...........huh
sip[mple problem any help appreciated
Basic Doubts
Problem starting TOMCAT version 5