Sun Java System Web Proxy Server 4.0.2 2005Q4 Configuration File Reference

SERVER

Defines a server. This is the root element; there can only be one server element in a server.xml file.

Subelements

The following table describes subelements for the SERVER element.

Table 2–2 SERVER subelements

Element  

Required  

Description  

PROPERTY

zero or more 

Specifies a property of the server. 

LS

one or more 

Defines one or more HTTP listen sockets. 

MIME

zero or one 

Defines mime type. 

ACLFILE

zero or one 

References one or more ACL files. 

USERDB

zero or more 

Defines the user database used. 

FILECACHE

only one 

Configures NSFC parameters. 

CACHE

zero or one 

Configures the disk cache parameters. 

LOG

zero or one 

Configures the system logging service. 

EVENT

zero or more 

Configures events. 

Attributes

The following table describes attributes for the SERVER element.

Table 2–3 SERVER attributes

Attribute  

Default  

Description  

objectfile

obj.conf 

Specifies the obj.conf file for the server.

rootobject

default 

(optional) Tells the server which object loaded from an obj.conf file is the default. The default object is expected to have all the name translation (NameTrans) directives for the server; any server behavior that is configured in the default object affects the entire server. 

If you specify an object that does not exist, the server does not report an error until a client tries to retrieve a document.