The SERVER element defines a server. SERVER is the root element. Only one SERVER element can exist in a server.xml file.
The following table describes subelements for the SERVER element.
Table 2–2 SERVER subelements
Element |
Required |
Description |
---|---|---|
Zero or more |
Specifies a property of the server |
|
One or more |
Defines one or more HTTP listen sockets |
|
Zero or one |
Defines mime type |
|
Zero or one |
References one or more ACL files |
|
Zero or more |
Defines the user database used |
|
Only one |
Configures NSFC parameters |
|
Zero or one |
Configures the disk cache parameters |
|
Zero or one |
Configures the system logging service |
|
Zero or more |
Configures events |
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. |