• 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

servlet Starter

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do i start.....
which are essentials for making servlets work...
just completed scjp....
 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
You need a 'servlet' engine like...
-Jrun http://www.allaire.com
-OrionServer http://www.orionserver.com
-Jserv http://www.apache.org
-Jakarta Project (Tomkat server) http://jakarta.apache.org
There are others, but it seems these are the popular ones.
I actually use Jrun for my NT systems and Jserv/Jakarta for my Unix flavors (except Solaris where I use Jrun also). I tried implementing OrionServer but had a few problems and didn't really have the time to mess with it. I do hear Orion is very good though.

[This message has been edited by John Bateman (edited April 05, 2000).]
 
Let nothing stop you! Not even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic