EditingSIP Container Session Manager Properties

Toview the sub-elements of the SIP container session manager properties, use the following
command: list server.sip-container.session-config.session-manager.*
Thetwo sub-elements are store-properties,manager-properties.
Toview the attributes of store-properties, use the following command: get
server.sip-container.session-config.session-manager.store-properties.*
Toview the attributes of manager-properties, use the following command: get
server.sip-container.session-config.session-manager.manager-properties.*
Toset the attributes of the SIP container session manager properties, use the get and set
commands:
get
server.sip-container.session-manager.manager-properties.reap-interval-in-seconds
set
server.sip-container.session-manager.manager-properties.reap-interval-in-seconds=2
Fora complete list of SIP container properties, see the TBDlink,
TheWeb Container
TheWeb Container is a J2EE container that hosts web applications. The web container extends
theweb server functionality by providing developers the environment to run servlets and
JavaServerPages (JSP les).
The EJB Container
Enterprisebeans (EJB components) are Java programming language server components that
containbusiness logic. The EJB container provides local and remote access to enterprise beans.
Thereare three types of enterprise beans: session beans, entity beans, and message-driven
beans.Session beans represent transient objects and processes and typically are used by a single
client.Entity beans represent persistent data, typically maintained in a database.
Message-drivenbeans are used to pass messages asynchronously to application modules and
services.
Thecontainer is responsible for creating the enterprise bean, binding the enterprise bean to the
namingservice so other application components can access the enterprise bean, ensuring only
authorizedclients have access to the enterprise bean’s methods, saving the bean’sstate to
persistentstorage, caching the state of the bean, and activating or passivating the bean when
necessary.
TheEJB Container
Chapter8 • Web and EJB Containers 95