HOW TO

Specify an alternate location for the ArcIMS spatial server logfiles

Summary

By default, the ArcIMS Spatial Server logfiles are written to the $AIMSHOME/log directory on UNIX and the <ARCIMSINSTALL>\server\log directory on Windows.

The logfiles can be written to another directory by specifying the parameter 'logpath' in the aimsserver.cfg file.

Procedure



  1. Navigate to the 'etc' directory of your ArcIMS installation.
    · On Windows: <ARCIMSINSTALL>\server\etc
    · On UNIX: $AIMSHOME/etc
  2. Open aimsserver.cfg in a text editing program.
  3. Add the 'logpath' parameter to the AIMSSERVER tag, and specify any valid directory.

    Code:
    <AIMSSERVER debug="false" logfiles="error" logpath="c:\temp\log">
    <RESOURCES>
    <RESOURCEBUNDLE name="aimsaxl" path="System" />
    <RESOURCEBUNDLE name="aimsserver" path="System" />
    <RESOURCEBUNDLE name="aimsutil" path="System" />
    <RESOURCEBUNDLE name="aimssde" path="System" />
    <RESOURCEBUNDLE name="aimsins" path="System" />
    <RESOURCEBUNDLE name="aimsshp" path="System" />
    <RESOURCEBUNDLE name="aimsdbf" path="System" />
    <RESOURCEBUNDLE name="aimsaxlprsr" path="System" />
    </RESOURCES>
    </AIMSSERVER>

  4. Save and close the file.
  5. Restart ArcIMS services in the following order.

    A. Stop ArcIMS Tasker.

    B. Stop ArcIMS Monitor.

    C. Stop ArcIMS Application Server.

    D. Start ArcIMS Application Server.

    E. Start ArcIMS Monitor.

    F. Start ArcIMS Tasker.

Article ID:000005963

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic