• 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

CATALINA_HOME or TOMCAT_HOME!!!

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks,
i just installed tomcat 4.1.27 and installed in my machines. i configured it in my desktop, set the TOMCAT_HOME also and works fine.
Now when i did the process in my Laptop too, it complains about CATALINA_HOME. i just don't get it. WHY? when the same configuration worked in desktop. please help me with this.
thanks.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat 4 uses CATALINA_HOME. Take a look at startup.bat to see how it makes a valient effort to deduce a value for CATALINA_HOME if it doesn't find one. Apparently it succeeds on your desktop but not on the laptop.
Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic