Recommended Reading A common theme in the Java world is that it is inefficient to repeat work that has already been done. In keeping with that theme, this document refers to and builds upon information published elsewhere. There are many excellent resources on the Web for learning about Java servlets and CGI programming. The following articles provide a foundation of information that can be built upon to learn how to develop and deploy COBOL servlets with isCOBOL Evolve. The Java EE 5 Tutorial - Chapter 4 Java Servlet Technology from Sun Microsystems, Inc http://java.sun.com/javaee/5/docs/tutorial/doc/bnafd.html What Is a Servlet? http://java.sun.com/javaee/5/docs/tutorial/doc/bnafe.html Writing Service Methods, Getting Information from Requests, Constructing Responses http://java.sun.com/javaee/5/docs/tutorial/doc/bnafv.html Further Information about Java Servlet Technology http://java.sun.com/javaee/5/docs/tutorial/doc/bnagw.html Java Servlet Technology page from Sun Microsystems, Inc http://java.sun.com/products/servlet/ Java Servlet article from Wikipedia http://en.wikipedia.org/wiki/Java_Servlet Servlet containers description from Wikipedia http://en.wikipedia.org/wiki/Java_Servlet#Servlet_containers Web Application Archive (WAR) article from Wikipedia http://en.wikipedia.org/wiki/WAR_(Sun_file_format) Common Gateway Interface article from Wikipedia http://en.wikipedia.org/wiki/Common_Gateway_Interface