Dynamically start and stop full logging expand/collapse all
Related Topics

Enabling full verbose logging

Log file locations and names

Interpreting Spatial Server log files

expand/collapse item About dynamic logging

You can dynamically start and stop full logging without restarting the ArcIMS Monitor and Application Server.

You should use dynamic logging for only short periods of time. Log files will revert to their original state whenever ArcIMS is restarted or whenever Spatial Server recycling occurs. If you need to change the state of the log files for long periods of time, you should enable full verbose logging.

When you turn dynamic logging off, a new set of log files are created using the settings defined in the property and configuration files.

expand/collapse item How to turn dynamic logging on an off

expand/collapse item Turning dynamic logging on and off in Administrator

  1. Click the Tools menu, and click ArcIMS logging to turn logging on and off.
    • When logging is turned on, you see a checkmark next to ArcIMS logging.
    • When logging is turned off, no checkmark appears.

expand/collapse item Turning dynamic logging on and off using the command line

  1. Open a command window.
  2. Type the following command:
    java com.esri.aims.admincore.cmd.Exec <host> <username> <password> CMD SETLOGS <value>
    Where
    1. <host> = the host computer: http://mycomputer.domain.com
    2. <username> = the user name for accessing ArcIMS Administrator
    3. <password> = the password for accessing ArcIMS Administrator
    4. <value> = "True" to enable dynamic logging, and "False" to disable dynamic logging.

    An example would be:

    java com.esri.aims.admincore.cmd.Exec http://mycomputer myusername mypassword CMD SETLOGS true


Search code: @admin_dynamic