Wiki source code of Servlet Builds

Version 16.1 by Andrew Lindesay on 2007/06/14 19:27

Hide last authors
Andrew Lindesay 8.1 1 = What is Servlet? =
2
Andrew Lindesay 16.1 3 Servlet is part of the J2EE standard and is basically a packaging and interfacing structure for putting applications into a server. It means (theoretically) that you can take your servlet that you have build and put it into a range of different J2EE "servlet containers" and the servlet will run. Here are some servlet containers;
Andrew Lindesay 8.1 4
5 * [[Tomcat>>http://tomcat.apache.org/]]
6 * [[Jetty>>http://www.mortbay.org/]]
Andrew Lindesay 16.1 7 * [[WebSphere>>www.ibm.comsoftwarewebsphere]]
Andrew Lindesay 8.1 8 * [[WebLogic>>http://www.bea.com]]
9
10 There are some [[existing notes>>http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/Deployment/Tomcat_Deployment]] that I have written on building WebObjects applications as servlets and how to deploy this into [[Tomcat>>http://tomcat.apache.org/]].