88
Chapter 5 Basic ColdFusion Server Administration
Debug Settings
You use the Debug Setting and Debugging IPs pages of the Administrator to
configure ColdFusion Server to provide debugging information for every application
page requested by a browser. You specify debugging preferences using these pages:
•
On the Debugging Options page, select debugging output options. If debugging
is enabled, the output appears in block format after normal page output.
•
On the Debugging IPs page, restrict access to debugging output. If a debugging
option is enabled, debugging output is visible to all users by default.
Debug Options
The Debugging Options page provides these debug options:
Option
Description
Enable Performance Monitoring* The standard NT Performance Monitor application
displays information about a running ColdFusion
Server. On platforms that do not support the NT
Performance Monitor, a command line utility,
cfstat
, displays the same information.
Enable CFML Stack Trace
Displays the CFML tags that were executing at the
time of the exception.
Show Variables
Displays the names and values of CGI, URL, form
and cookie variables.
Show Total Processing Time
Displays the average time, in milliseconds, that it
takes to process a page request.
Show Detailed Processing Time
Breakdown*
Displays the time, in milliseconds, that it takes to
process each page.
Show SQL and Data Source
Name
Displays the data source name and the SQL
statement in database query error messages.
Show Query Information
Displays the number of records, processing time,
and SQL statement for each query executed.
Display the Template Path in
Error Messages
Displays the file name of a template. The name is
useful in debugging. However, use of this option
can pose a security hazard because it displays
information about a server’s file structure.
* Restart ColdFusion Server in Windows after selecting this option.
install.book Page 88 Thursday, May 10, 2001 12:59 PM
Содержание COLDFUSION 5 - INSTALING AND CONFIGURING SERVER
Страница 1: ...Macromedia Inc Installing and Configuring ColdFusion Server ColdFusion Server 5...
Страница 14: ...xiv Welcome to ColdFusion Server...
Страница 34: ...22 Chapter 1 Installing ColdFusion Server in Windows...
Страница 66: ...54 Chapter 3 Installing ColdFusion Server in Linux...
Страница 160: ...148 Appendix Preparing Your Server for ClusterCATS...