• 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 5.5.7 in Windows 98

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi frendz,
Can any body tell me how to install Tomcat 5.5.7 in Windows 98? am new to tomcat so help me out please.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What part are you stuck on?
  • Install Java (JDK 1.5) aka j2se 5.0
  • Download the .exe version of Tomcat.
  • Run the installer.
  • Follow the instructions in the wizard.
  •  
    Anand Natraj
    Ranch Hand
    Posts: 53
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi ben,
    Thank you very much for the reply. Unfortunately i am not able to find the exe version of tomcat. can u please send me the link.
     
    Anand Natraj
    Ranch Hand
    Posts: 53
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanx a lot Ben Souther
     
    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
    Win98 frequently causes trouble due to the small default for environment memory. Tomcat startup bat files use LOTS of environment variables and typically crash. The solution is to increase the default - you can do that in startup.bat as I recall but it has been a long time since I ran Win98.
    A google search will probably find the right syntax.
    Bill
     
    Ben Souther
    Sheriff
    Posts: 13411
    Firefox Browser VI Editor Redhat
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by William Brogden:
    Win98 frequently causes trouble due to the small default for environment memory. Tomcat startup bat files use LOTS of environment variables and typically crash. The solution is to increase the default - you can do that in startup.bat as I recall but it has been a long time since I ran Win98.
    A google search will probably find the right syntax.
    Bill



    Good point. If you right click on the title bar from a dos window and then click the properties option you will see a section for memory allocation.
    Set it to whatever the maximum is (I don't remember off hand). Then, somewhere in there, you'll find a option to use these settings for all future dos windows or something or other.... Choose that option.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic