
server.xml
Chapter 2 Configuration Files 95
ip An IP address in
dotted-pair or IPv6
notation.Canalso be
0.0.0.0 for
INADDR_ANY.
IP address of the listen socket.
Configuring a listen socket to listen on
0.0.0.0 is required if more than one
CONNECTIONGROUP is configured to it.
port 1 - 65535 Port number to create the listen socket
on. On UNIX, creating sockets that
listen on ports 1 - 1024 requires
superuser privileges. Configuring an
SSL listen socket tolisten on port 443 is
recommended. Two different IP
addresses can’t use the same port.
security on, off, yes, no, 1,
0
no (optional) Determines whether the
listen socket runs SSL. You can turn
SSL2 or SSL3 on or off andset ciphers
using an SSLPARAMS object in a
CONNECTIONGROUP object.
acceptorthreads 1 - 1024 1 (optional) Number of acceptor threads
for the listen socket.
family inet, inet6, nca inet (optional) The socket family type. Use
the value inet6 for IPv6 listen
sockets. When using the value of
inet6, IPv4 addresses are prefixed
with ::ffff: in the log file. Specify
nca to make use ofthe Solaris Network
Cache and Accelerator.
blocking on, off, yes, no, 1,
0
no (optional) Determines whether the
listen socket and the accepted socket
are put in to blocking mode. Use of
blocking mode may improve
benchmark scores. Should be no for
production environments.
tcpdeferaccept Number of seconds 0 (optional) Valid on Linux only.
Specifies how long in seconds the
kernel should perform connection
preprocessing and wait until the first
packet of real data has arrived before
waking the server. A value of 0
deactivates this feature.
Table 2-22 server.xml
Element/Attribute Allowed Subelements
or Values
Default
Value
Description
Comentários a estes Manuais