System information
21
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using the ColdFusion Administrator
Last updated 2/21/2012
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=#portNum#
To stop a currently running debugging session, click Stop Debugging.
For the changes that you specify on this page to take effect, restart the ColdFusion server.
Logging Settings page
Use the Logging Settings page of the Administrator to change ColdFusion logging options. The following table
describes the settings:
Log Files page
The Log Files page lets you perform operations on log files, such as searching, viewing, downloading, archiving, and
deleting.
Click a Log File icon located in the Actions column of the Available Log Files table, to search, view, download, archive,
or delete a log file.
For more information, see the ColdFusion Administrator online Help.
The following table describes the ColdFusion log files:
Option Description
Log Directory Specifies the directory to which error log files are written.
TIP: Restart ColdFusion after you change this setting.
Maximum File Size (kb) Sets the maximum file size for log files. When a file reaches this limit, it automatically is archived.
Maximum Number Of Archives Sets the maximum number of log archives to create. When they reach this limit, files are deleted in
the order of oldest to newest.
Log Slow Pages Taking Longer Than [n]
Seconds
Logs the names of pages that take longer than the specified interval to process. Logging slow
pages can help you diagnose potential problems or bottlenecks in your ColdFusion applications.
Entries are written to the server.log file.
Log All CORBA Calls Logs all CORBA calls.
Enable Logging For Scheduled Tasks Logs ColdFusion Executive task scheduling.
Log file Description
rdservice.log Records errors that occur in the ColdFusion Remote Development Service (RDS). RDS provides
remote HTTP-based access to files and databases.
application.log Records every ColdFusion error reported to a user. Application page errors, including ColdFusion
syntax, ODBC, and SQL errors, are written to this log file.
exception.log Records stack traces for exceptions that occur in ColdFusion.
scheduler.log Records scheduled events that have been submitted for execution. Indicates whether task
submission was initiated and whether it succeeded. Provides the scheduled page URL, the date and
time executed, and a task ID.
eventgateway.log Records events and errors related to event gateways.
migration.log Records errors related to upgrading from a previous version of ColdFusion.
migrationException.log Records errors related to running ColdFusion applications after upgrading from a previous version
of ColdFusion.