The web-apps.xml File and Virtual Servers
26 iPlanet Web Server, Enterprise Edition Programmer’s Guide to Servlets • May 2001
tempdir
A temporary directory used by the web application.
Subelements: none
Attributes:
vs
The top-level element in the web-apps.xml file. Subelements other than web-app
set defaults for all web applications.
Subelements:
auth-native, class-loader, form-login-session, jsp-servlet,
parameter-encoding, response-buffer, response-cookie, role-mapping,
session-manager, session-tracking, session-cookie, tempdir, web-app
Attributes: none
web-app
The web application. A web application is packaged in a WAR file and can contain
servlets, JSPs, HTML pages, class files, and other resources of an application.
The subelements of a
web-app element override the equivalent subelements of the
containing
vs element for that web application.
Subelements:
auth-native, class-loader, filter, filter-mapping,
jsp-servlet
, parameter-encoding, response-buffer, response-cookie,
role-mapping, session-manager, session-tracking, session-cookie, tempdir
Attributes:
dir The temporary directory.
dir The directory where the web application contents are located.
uri The URI that clients use to access the web application. This
URI can be a regular expression.
Kommentare zu diesen Handbüchern