• 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 on win2000

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
I want to install Tomcat 3.2.2 on windows 2000 but i don't know how to configure its environment variables.I consulted documentation even then i am facing difficulties.Please suggest me how can i configure it or from where i can get good installation notes.Any help will be highly appreciated
thanks
Smriti
 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Download tomcat
Unzip tomcat, you will get tomcat-jakarta long name folder.
I saved it in just tomcat.
Chaneged path C:\tomacat\lib\servlet.jar
set TOMCAT_HOME = tomcat
set JAVA_HOME = C:\JDK1.3
OPEN DOS COMMAND.
CD TOMCAT
CD BIN
STARTUP
You will see message tomcat satrted. Open browser, type http:\\127.0.01:8080\examples\servlet\HelloWorldExample HIT ENTER YOU WILL SEE SAMPLE EXAMPLE HelloWorldExample SERVLET RUNNING LOCALLY.

Originally posted by smriti singla:
hello
I want to install Tomcat 3.2.2 on windows 2000 but i don't know how to configure its environment variables.I consulted documentation even then i am facing difficulties.Please suggest me how can i configure it or from where i can get good installation notes.Any help will be highly appreciated
thanks
Smriti


 
reply
    Bookmark Topic Watch Topic
  • New Topic