Java Servlets and JavaServerPages (JSP)
270
Netscape Enterprise Server Administrator’s Guide
•
Configuring Servlet Virtual Path Translations
•
Configuring JRE/JDK Paths
•
Configuring JVM Attributes
•
Deleting Version Files
Overview of Servlets and
JavaServerPages
Enterprise Server 4.0 supports Java servlets and JavaServerPages (JSP).
Java servlets are server-side Java programs that can be used to extend the
functionality of a web server in much the same way as CGI programs do.
Servlets can be thought of as applets that run on the server side without an
interface. Servlets are invoked through URL invocation. Netscape Enterprise
Server 4.0 includes support for JavaSoft’s Servlet API at the level of the Java
Servlet Development Kit (JSDK) 2.1.
To develop servlets, use Sun Microsystems’ Java Servlet API. For information
about using the Java Servlet API, see the documentation provided by Sun
Microsystems at:
http://www.javasoft.com/products/servlet/index.html
For information about developing servlets for use with Enterprise Server 4.0,
see
The Programmer’s Guide to Servlets in Enterprise Server 4.0
.
A JavaServerPage (JSP) is a page much like an HTML page, that can be viewed
in a web browser. However, as well as containing HTML tags, it can include a
set of JSP tags that extend the ability of the web page designer to incorporate
dynamic content in a page. These tags provide functionality such as displaying
property values and using simple conditionals. Enterprise Server 4.0 supports
JavaServerPages (JSP) to the level of JSP API 0.92 compliance.
For information about creating JavaServer Pages, see Sun Microsystem’s
JavaServer Pages web page at:
http://www.javasoft.com/products/jsp/index.html
Summary of Contents for Netscape Enterprise Server
Page 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Page 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Page 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Page 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Page 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Page 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Page 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Page 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Page 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Page 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Page 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Page 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Page 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Page 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Page 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Page 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Page 504: ...504 Netscape Enterprise Server Administrator s Guide ...