Many sections of this guide refer to configuration files which are used to set various Sybase CEP Engine preferences. This section includes descriptions of where to find configuration files based on the operating system you use, and how to set preferences within the configuration files.
In the case of Sybase CEP Server configuration, the two commonly-used configuration files are called c8-server.conf and c8-services.xml. These files are located in the conf subdirectory of the Server directory, in your c8 installation directory.
For example, if you install Sybase CEP Engine on a UNIX-like operating system, in the /usr/ user-name /sybasec8 directory, then the configuration files reside in the /usr/ user-name /sybasec8/server/conf directory.
If you install Sybase CEP Engine on Microsoft Windows, in the C:\Program Files\SybaseC8 directory, then the configuration files reside in the C:\Program Files\SybaseC8\Server\conf directory.
Sybase CEP Server reads the relevant configuration files only at the time it starts. If something in a configuration file is changed, the Sybase CEP Servershould be stopped and restarted for the change to take effect.
Sybase CEP Engine configuration files use XML format to store lists of preferences and the values to which these preferences are set, as shown in the following example. This example sets the "Hostname" preference to the value of myhostlike this:
<preference name="Hostname">myhost</preference>