NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-41
The server.xml File
Child Elements Nested in the Server Element
The following child elements are nested in the Server element:
Listener Elements
GlobalNamingResources Element
Service Element
Listener Elements
The Server, Service, Engine, and Host elements generate lifecycle events,
such as start and stop. Listeners are elements that perform actions based on
the lifecycle events of their parent element. For example, the Listeners configured
as child elements of the Server element perform actions based on the lifecycle
events of the Server element.
Table 3-11
shows the descriptions of Listeners that are configured as child
elements of the Server element.
Table 3-10. Attribute List for the Server element
Attribute Description Default value
className Java class name for the implementation to use.
This class must implement the
org.apache.catalina.Server interface. If
no class name is specified, the standard
implementation will be used.
HP recommends that you do not change the
value of this attribute.
org.apache.catalin
a.core.StandardSer
ver
port Specifies the port number on which the server
receives the shutdown command.
NSJSP does not receive the shutdown
commands on a TCP port. Shutdown depends
on the number of openers for each NSJSP
process. An NSJSP process shuts down when
all the openers, such as the link manager close
their connections to the process.
HP recommends that you do not modify the
default value.
-1
shutdown NSJSP does not receive shutdown messages.
This attribute is not applicable to NSJSP.