Hi Can someone please tell me what server can I choose for using servlets and how to configure the server. Thanks
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
For maximum learning - get the free Tomcat server from jakarta.apache.org - it includes examples, JavaDocs and the source (100% Java) For questions of configuration - an absolute must is the Java Servlet API - that you can download from java.sun.com - with the release of the 2.2 API, Sun nailed down specs for configuration of web applications that had previously varied from one server to another. Bill