
Enterprise Server 6.1 APIs
Chapter 1 Overview 21
For More Information
A myriad of information about writing CGI programs is available. A good starting
point is “The Common Gateway Interface” at:
http://hoohoo.ncsa.uiuc.edu/cgi/overview.html
Java Servlets and JavaServer Pages (JSP)
Enterprise Server 6.1 supports the Java Servlet Specification version 2.3 (including
Web Application and WAR file support) and the JavaServer Pages™ (JSP)
Specification version 1.1.
Java servlets are server-side Java programs that can be used to generate dynamic
content in response to client requests in much the same way as CGI programs do.
Servlets are accessed through URL invocation.
You create servlets using the Servlets API, which was created by Sun®
Microsystems. Enterprise Server 6.1 includes all the files necessary for developing
and running Java Servlets. You can compile servlets using any Java compiler you
like, so long as the
servlet.jar file is accessible to your Java compiler. The
servlet.jar file is in the server installation directory at:
/bin/https/jar
For information about using the Servlet API,see the Java Servlet API
documentation from Sun Microsystems at:
http://java.sun.com/products/servlet/index.html
CLIENT_CERT_EXTENSION_xxx The certificate extension, where xxx isthenameof
the extension
REVOCATION_METHOD The name of the certificate revocation method if it
exists
REVOCATION_STATUS The status of certificate revocation if it exists
Table 1-1 CGI Variables
Variable Description
Commenti su questo manuale