The Server Configuration File

The server configuration file stores general server parameters, such as listening port or the naming-conventions and the path of the log-files. Additionally, it contains information about the location of the two remaining configuration files.

Figure 2.12 shows the general structure of the server configuration file. The whole W3C XML Schema definition is shown in figure 2.13.

Figure 2.12: Structure of the server configuration file
Image server

Figure 2.13: W3C XML Schema of the server configuration file
\begin{figure}
%\includegraphics{./img/server-xsd.png}
\begin{small}
\begin{...
...
</xs:complexType>
</xs:schema>\end{verbatim}
\end{small}
\end{figure}
Figure 2.14: Example for a common server configuration file
\begin{figure}
\begin{small}
\begin{verbatim}
<?xml version=''1.0'' encod...
...=''conf/rules.xml''/>
</server>\end{verbatim}
\end{small}
\end{figure}

The server configuration file consists of following elements:

An example server configuration file is shown in figure 2.14.

root 2006-05-22