Class-Loader; Description; Form-Login-Session - Netscape ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual

Guide to servlets
Table of Contents

Advertisement

The web-apps.xml File and Virtual Servers

class-loader

The class loader for the virtual server or the web application. There is a default
class loader for the virtual server if you don't specify one. Classes loaded by the
virtual-server-level class loader are not dynamically reloaded.
You can use the
loader and the class loader's classpath or reload interval for a context. For more
information, see Chapter 7, "API Clarifications."
Subelements: none
Attributes:
classpath
delegate
reload-interval

description

A description of a parameter. Used within an
Server ignores this element.
Subelements: none
Attributes: none

form-login-session

Configures form-based authentication for single sign-on across all web
applications in a virtual server. If not present, the default virtual server level
session manager is used.
Subelements:
Attributes:
cookie-name
timeOut
22
Netscape Enterprise Server Programmer's Guide to Servlets • April 2002 (Draft)
ServletContext.getAttribute
The classpath used by the class loader.
Specifies that the class loader for the virtual server or system
is called first to load a class. Allowed values are true and
false. The default is false.
The time interval in seconds within which the server checks
for web applications being modified. The default is 30.
session-manager
The name of the cookie that tracks the session ID. The default
is nesformloginid.
The session timeout in seconds. The default is 600 (10
minutes).
method to retrieve the class
element. Enterprise
init-param

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.1

Table of Contents