A Servlet is a Java class that runs on a Java-based server. Servlets are
used to process the information gathered by HTML forms and to generate
dynamic Web pages.
iServer supports the Java Servlet API version 2.2 as defined by JavaSoft.
Download the Java Servlet Developer Kit from JavaSoft.
Notes
Servlets are a much better alternative than CGI, since all servlets, unlike CGI
executables, run within the same Java VM.
Servlets can be defined in the iServer Administration - Servlets forms.
|