• 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

installing Tomcat

 
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!

i am having troble in installing tomcat 4.1.12
my desktop has the folder Tomcat 4.1
my OS is win 98
my autoexec.bat is
set JAVA_HOME=C:\jdk1.3.0_02
set CATALINA_HOME=C:\WINDOWS\DESKTOP\"Tomcat 4.1"
set CLASSPATH=C:\jdk1.3.0_02\bin;C:\jdk1.3.0_02\lib;C:\jdk1.3.0_02\jre\lib
PATH= C:\orawin95\bin;c:\jdk1.3.0_02\bin

and still when i click on the startup.bat shortcut the Dos window says:
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
please could some tell me what should i do
madhur.
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Madhur
Try installing tomcat to a folder with no spaces. Spaces can do strange things to your environment variables and can also give you problems later when trying to work with remote objects. Try installing it to c:/tomcat . then set your environment variables appropriately.
 
reply
    Bookmark Topic Watch Topic
  • New Topic