How configuration files work

Release 9.3 E-mail This Topic Printable Version Give Us Feedback

The server maintains configuration properties for both the GIS server and its services in a collection of configuration files. When the server object manager (SOM) starts, it reads these configuration files. These files use XML to define such things as the set of server object container machines, output directory locations, and properties of service configurations. There are three types of configuration files:

When you modify the properties of the server or its services (either through an administrative interface such as Manager or programmatically with the server API) these changes are reflected in the appropriate configuration file.

You can add, delete, and modify configuration files manually using a text editor. Added and deleted configuration files, as well as changes made to existing configuration files, are not recognized until you restart the SOM service. If you have ArcCatalog open, you must also refresh the server to see the changes.

Although this help system documents the structure of configuration files, it is recommended that you modify their contents indirectly by using an administrative interface, such as Manager or ArcCatalog, or the Server API. If there are errors in the server configuration file, the SOM logs an error and attempts to use defaults for the missing or invalid values. If the SOM encounters a corrupted service configuration file, it logs a warning and ignores the configuration.