• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat Installation

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic