| Author |
Tomcat Installation
|
ramap prabhas
Ranch Hand
Joined: Feb 17, 2004
Posts: 54
|
|
I have a problem with starting the Tomcat 5.5 . I have set Environmental Variables as follows: JAVA_HOME : C:\j2sdk142 CATALINA_HOME : C:Tomcat 5.5 CLASSPATH :%CATALINA_HOME%\common\lib\servlet.jar; path: %JAVA_HOME%\BIN;CATALINA_HOME%\bin When i tried to startup, using the command : %CATALINA_HOME%\bin\startup It says bad command or filename. Can anyone pls help me with this? Thanks, Rama
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
Change
Originally posted by ramap prabhas: CATALINA_HOME : C:Tomcat 5.5
to
Originally posted by ramap prabhas: CATALINA_HOME : C:\Tomcat 5.5
If error exist. Try to run that by double clicking the CATALINA_HOME\bin\startup.bat Info: You are trying to run tomcat 5.5.x, which is supposed to be for java tiger (jdk5.0.x), while you are using jdk1.4.2 [ September 23, 2005: Message edited by: Adeel Ansari ]
|
 |
 |
|
|
subject: Tomcat Installation
|
|
|