I have a fair amount of experience with using Tomcat (
Apache Tomcat home page). It allows you to run
servlets and JSPs, but it isn't a full J2EE server. If you want/need ALL of the J2EE functionality, then consider JBoss. But if servlets and JSPs are sufficient, I think Tomcat would be fine.
This may be a good place to start:
Configuring and Using Tomcat. If you google on "Tomcat tutorial" you'll find ample examples.
[ November 18, 2003: Message edited by: Wayne L Johnson ]