Servlets is the Java way for expanding iServer's functionality, generating
dynamic Web pages and processing the information gathered by HTML forms.
iServer supports the Java Servlet API versions 2.0 and 2.1 as defined in the Java Servlet Developer
Kit 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 and Filters
forms.
|