
Enterprise Server 6.1 APIs
Chapter 1 Overview 23
For UNIX, the shlib valueisasfollows:
shlib="server_root/bin/https/lib/libNSServletPlugin.so"
The file obj.conf also has other directives that relate to servlets, and defines
several additional objects for processing requests for servlets.
Adding Servlets and JavaServer Pages to the Server
YoucanmakeservletsandJSPsaccessibletoclientsinoneofthesetwoways:
• Include the servlets in web applications and deploy those web applications.
• Configure the servlets in the default virtual server. This is provided for
backward compatibility with iPlanet Web Server 4.x.
For more information, see the Netscape Enterprise Server Programmer’s Guide to
Servlets.
For More Information
For more information about using servlets in Enterprise Server 6.1, see the book
Netscape Enterprise Server Programmer’s Guide to Servlets.
For more information about using the Servlets API to create servlets, see the Java
Servlet API documentation from Sun Microsystems at:
http://java.sun.com/products/servlet/index.html
For information about creating JSPs, see Sun Microsystem’s JavaServer Pages web
site at:
http://java.sun.com/products/jsp/index.html
Init shlib="d:/server_root/bin/https/bin/NSServletPlugin.dll"
funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,N
SServletService" shlib_flags="(global|now)" fn="load-modules"
Init EarlyInit="yes" fn="NSServletEarlyInit"
Init LateInit="yes" fn="NSServletLateInit"
Comentários a estes Manuais