37
Chapter 4
Using JavaServer Pages
This chapter discusses how to enable and configure JavaServer Pages (JSPs) in
iPlanet Web Server 6.0. The sections in this chapter are:
• What Does the Server Need to Run JSP?
• Configuring JRE/JDK Paths
• Using the User Interface
• Enabling JSPs
• Making JSPs Available to Clients
• Deleting Cache Version Files
• The JSP Command-Line Compiler
• JSP Tag Libraries and Standard Portable Tags
What Does the Server Need to Run JSP?
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 and precompiled JSPs using the JRE, but you need the JDK to develop new
JSPs or to deploy uncompiled JSPs. For information about precompiling JSPs, see
“The JSP Command-Line Compiler,” on page 43.
iPlanet Web Server 6.0 requires you to use the following recommended versions of
JRE/JDK or later versions, with different platforms requiring different versions, as
summarized in Table 4-1.
Komentáře k této Příručce