HOW TO
ArcIMS 3.1, 4.0, 4.0.1. See below for ArcIMS 9.x.Four levels of messages are supported in the ArcIMS Spatial Server log files:· on: When "on" is specified, all map configuration file and error messages are written to the log files. The "on" message level was the only level available in ArcIMS 3.0.· off: When "off" is specified, no messages are written to the log files. This improves the performance of the ArcIMS Spatial Server since the log files are not accessed, opened, or written to. However, error messages, requests, responses, and information in the map configuration file are not recorded.
· minimal: When "minimal" is specified, a notification that a request was received and a response generated, the time to process the request, and any error messages are logged.· error: The default is "error". When "error" is specified, only error messages from the ArcIMS Spatial Server are written. For development and debugging, either "on" or "minimal" should be used. For production, "error" or "off" should be used. In all cases, the double quotes are a part of the notation.ArcIMS 9.0Five levels of messages are supported in the ArcIMS Spatial Server log files:· full verbose logging (4): All failed and log errors, warnings, and INFO1, INFO2, and INFO3 messages will be logged. This level of logging costs the most in terms of processing resources but provides the most information. You can use the alternate values of on or all for this value.· errors, warnings, and some informational messages (3): All failed and log errors, warnings, and INFO1 messages will be logged. You can use the alternate value of minimal for this value.· errors and warnings only (2): All failed and log errors plus all warnings will be logged. You can also use the alternate value of warning for this value. This is the default setting.· errors only (1): All failed and log error messages will be logged. You can also use the alternate value of error for this value.· No logging (0): No messages are written to the log files.For development and debugging, either "4" or "3" should be used. For production, "1" or "0" should be used. In all cases, the double quotes are a part of the notation.
Code:
<AIMSSERVER debug="false" logfiles="error">
<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>
Code:
<AIMSSERVER debug="false"
logpath=""
logmaxsize=""
savefiles="true"
logfiles="2" >
<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>
Article ID:000003072
Get help from ArcGIS experts
Download the Esri Support App