• 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
i have the following statements in the autoexec.bat
file
set JAVA_HOME= C:\jdk1.3.0_02
set CATALINA_HOME=C:\windows\desktop\jakarta-tomcat-4.0.5
PATH=C:\orawin95\bin;c:\jdk1.3.0_02\bin
still after starting startup.bat file it says:
the JAVA_HOME variable is not defined correctly
this env. variable is needed to run this program
Label not found.
i have already fixed the out of env. memory prob.
can someone help
madhur
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to change 'set' to 'SET' in 'autoecex.bat'
Rene
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Madhur,
Which operating system are you on? If its either Windows 2000 or XP, setting env. variable in autoexec.bat is not the right way of doing it.
If you are on XP or 2000, User/System variables sections of Advanced Tab of System Properties screen (you can access this from Control Panel) is where you need to set these variables. Its the same for NT as well, I guess.
Autoexec.bat will work only with Windows98 and older versions.
Hope this helps!
[ October 05, 2002: Message edited by: Ashok Manayangath ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic