
contexts.properties
Chapter 2 Configuration Files 37
contexts.properties
Purpose
Provided for backward compatibility with iPlanet Web Server 4.x.Using
web-apps.xml instead to configure servlets is recommended.
Defines contexts, which allow multiple servlets to exchange data and access each
other’s fields.Contexts are useful for defining virtual servers or for code isolation.
The default context is
global. In Enterprise Server 6.1, supported for the default
virtual server only.
Location
server_root/https-admserv/config
server_root/https-admserv/conf_bk
server_root/https-server_id/config
server_root/https-server_id/conf_bk
Syntax
context.context_name.property=value
Table 2-4 lists the properties and their possible values.
See Also
Netscape Enterprise Server Programmer’s Guide to Servlets
The
server.xml and web-apps.xml files
Appendix A, “Configuration File Changes”
The Servlet 2.2 API specification at:
http://java.sun.com/products/servlet/index.html
Table 2-4 contexts.properties
Property Allowed
Value(s)
Default Value Description
sessionmgr A session
manager
object
com.netscape.
server.http.
session.
NESSessionMan
-ager
(all on one line, no
dash)
The name of the session
manager for the context. Some
session managers, such as
MMapSessionManager,can
only be instantiated once within
the server.
Comentarios a estos manuales