• 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 4.1.12

 
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: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sudhir,
If you have tomcat installed at C:\WINDOWS\DESKTOP\Tomcat 4.1 then your CATALINA_HOME setting should be like this
set CATALINA_HOME=C:\WINDOWS\DESKTOP\Tomcat 4.1
No Quotes.
It is always advisable to not have spaces in the path when dealing with java.
NOTE:
Setting CATALINA_HOME is optional. Don't set CATALINA_HOME and run tomcat from from BIN folder using startup command.
 
The first person to drink cow's milk. That started off as a dare from this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic