• 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 servlet engine or webserver (on Windows ME)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have just cleared my JCP (88%) and now want to begin studying and working on Servlets and JSP. Would like to know:
- ahould i install a webserver or servlet engine.
- I have Window ME - so which one to install
Regards,
Peyoosh
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat from the Apache Group is a great place to start and will work under Windows ME. All you need to do is :
(1) Install the JDK (if you don't have it already)
(2) Install the binary distribution of Tomcat by unzipping it onto your C: drive.
The latest stable release of Tomcat can be found at http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/jakarta-tomcat-3.2.3.zip
Once unzipped, just run startup from the C:\jakarta-tomcat-3.2.3\bin directory and point your browser at http://localhost:8080
Have fun!
Simon
 
reply
    Bookmark Topic Watch Topic
  • New Topic