The web-apps.xml File and Virtual Servers
Chapter 2 Web Applications 21
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:
session-manager
Attributes:
init-param
Specifies an initialization parameter for the containing element. The attributes of
init-param depend on the object referenced by the containing element.
For example, if the containing element is
session-manager and the session
manager is
IWSSessionManager, the attributes of init-param are the initialization
parameters of
IWSSessionManager.
Subelements:
param-name, param-value, description
Attributes: variable
jsp-servlet
Configures JSP compilation behavior. For a description of the initialization
parameters, see “The JSP Command-Line Compiler,” on page 43.
Subelements:
init-param
Attributes:
cookie-name The name of the cookie that tracks the session ID. The default
is iwsformloginid.
timeOut The session timeout in seconds. The default is 600 (10
minutes).
enable Enables JSP. Allowed values are true and false. The default
is true.
Komentáře k této Příručce