31
Chapter 3
Using Servlets
This chapter discusses how to enable and configure servlets in iPlanet Web Server
6.0. The sections in this chapter are:
• What Does the Server Need to Run Servlets?
• Using the User Interface
• Enabling Servlets
• Making Servlets Available to Clients
• The <SERVLET> SHTML Tag
• Servlet Output
• Configuring JVM
• Maximizing Servlet Performance
What Does the Server Need to Run Servlets?
iPlanet Web Server 6.0 includes all the files necessary for developing Java Servlets.
The
servlet.jar file is in the iPlanet Web Server 6.0 installation directory at:
server_root
/bin/https/jar
When compiling servlets, make sure the servlet.jar file is accessible to your
Java compiler. Include the
servlet.jar file in your CLASSPATH.
iPlanet Web Server 6.0 includes the Java Runtime Environment (JRE) but not the
Java Development Kit (JDK) due to licensing restrictions. The server can run
servlets using the JRE only or the JDK. For information about installing the JDK,
see “What Does the Server Need to Run JSP?,” on page 37.
Commenti su questo manuale