• 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

Setting Environment variable after installing Tomcat 5.0 in win 98

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i faced difficulty in configuring tomcat5 in window98, after explored i found and succeeded. I believe this may help if anybody face the same problem.

Setting Environment variable after installing Tomcat 5.0 in win 98.

1. click start - run
2. enter msconfig
3. click Autoexec.bat
4. Select last entry then click new button
5. Type Set CATALINA_HOME=C:\Tomcat5 in the pop up window
6. Again Select last entry then click new button
7. Type Set JAVA_HOME=C:\jdk14 in the pop up window
8. click Apply and ok
9. reboot the system

once restarted system search for the file config.sys and open it using notepad and add the following line and save & close.
SHELL=C:\COMMAND.COM C:\ /E:8192 /P

Now should be able to startup tomcat.

Thank you
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic