• 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: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!
yes. i installed Tomcat4.1.12
the TOmacat 4.1 dir. is on the desktop.
and my autoecec.bat is
set JAVA_HOME=C:\jdk1.3.0_02
set CATALINA_HOME=c:\WINDOWS\DESKTOP\"Tomcat 4.1"
but when i run the startup in the bin dir. the following message appears
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
what should i do.
madhur
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would reinstall tomcat in some easy path like C:\Tomcat4.
Makes life easier.
[ October 06, 2002: Message edited by: Axel Janssen ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic