Although you use the ColdFusion Administrator to perform most ColdFusion administration tasks, you can also manage databases, web server configurations, and ColdFusion Search Server.
The ColdFusion Administrator provides a browser-based interface for managing your ColdFusion environment. You can configure many settings to provide optimal levels of security and functionality. The available options are based on your edition of ColdFusion Standard or Enterprise as well as your configuration: server, or J2EE. For more information on ColdFusion configurations, see Preparing to Install ColdFusion in Installing ColdFusion.
The default location of the ColdFusion Administrator login page is http://servername:8500/CFIDE/administrator/index.cfm, where servername is the fully qualified domain name of your web server. Common values for servername are localhost or 127.0.0.1 (each refers to the web server on the local computer).
The directory and the contents are automatically created when you install ColdFusion. The default port number for the server configuration is 8500. If the port is occupied, then the next available port number is taken.
To access the ColdFusion Administrator, enter the password specified when you installed ColdFusion.If your ColdFusion Administrator is on a remote computer, use the Domain Name Services (DNS) name or Internet Protocol (IP) address of the remote host.
For more information, see Using the ColdFusion Administrator.
If you are running ColdFusion in a multihomed environment and have problems displaying the ColdFusion Administrator, see Web Server Management for configuration information.
Some of the tasks that you can perform in ColdFusion Administrator:
After you perform basic configuration tasks in the Administrator pages, consider taking these actions:
ColdFusion uses services in Windows operating systems and processes on UNIX systems.
If you enable or disable security or change any option in the Java and JVM Settings page in the ColdFusion Administrator, you must stop and restart ColdFusion for your changes to take effect.
This does not apply when deploying ColdFusion on a J2EE server.
Service |
Description |
---|---|
ColdFusion Application Server |
The main ColdFusion service. ColdFusion pages cannot be processed if this service is not running.Note: This does not apply when deploying ColdFusion on a J2EE server. |
ColdFusion .NET extension |
The extension that lets you access .NET assembly classes as ColdFusion objects. Uses Java proxies to represent the .NET classes on the ColdFusion system, and requires that the ColdFusion .NET-side agent run on the system where the assemblies are located. |
ColdFusion ODBC Agent |
The service that configures data sources for the ColdFusion ODBC Server. |
ColdFusion ODBC Server |
The middle-tier service for ODBC connections that use the ColdFusion DataDirect drivers for Microsoft Access and ODBC Socket. |
ColdFusion Jetty Server |
Manages and controls configuration and services of Solr. |
The ColdFusion process discussion does not apply when deploying ColdFusion on a J2EE server
Manage the ColdFusion process in UNIXThe ColdFusion installation creates a single process in UNIX called cfusion. To check whether it is running, use the following command:
ps - eaf | grep coldfusion
If it is running, your computer returns a line like the following:
nobody 4528 1 10 12:44 pts/0 00:00:07 /opt/coldfusion/bin/coldfusion -start
Task |
Command |
---|---|
Start ColdFusion |
coldfusion start |
Stop ColdFusion |
coldfusion stop |
Restart ColdFusion |
coldfusion restart |
View status information for ColdFusion |
coldfusion status |
To become familiar with the layout of the ColdFusion Administrator pages, open the Administrator and refer to the following descriptions:
Area or Button |
Description |
---|---|
Help button |
Displays online help for the page in the ColdFusion Administrator you are viewing. |
System information button |
Displays system information. |
Resource button |
Displays links to additional sources of information. |
Left pane |
Lets you navigate to pages in the ColdFusion Administrator.
|
Before you install ColdFusion, ensure that your web server is installed and running.
Use the ColdFusion System Information page to do the following:
If you are using the Developer Edition of ColdFusion, in the previous releases, only two IP addresses are allowed to access ColdFusion Administrator concurrently. Even if either or both of the IP addresses do not access ColdFusion Administrator, a third IP address is denied the right. In this release, access is permitted to any two IP addresses concurrently. For example, Client1 and Client2 already have access to ColdFusion Administrator. When either Client1 or Client2 does not access ColdFusion Administrator, Client3 is allowed access.
For details, see Restricting access to ColdFusion Administrator
By default all major ColdFusion Administrator actions are logged. The log contains details that include current user, date, time, and action taken. Note that the logs cover only high-level actions for most pages of the ColdFusion Administrator, such as the following:
<timestamp>: <Username>: <deleted data source name> |
However, for the following pages on the ColdFusion Administrator, all actions performed on the page are written to the audit logs:
The following default settings in the previous releases of ColdFusion have been revised in this release:
Area/UI |
Path |
Previous value |
New value |
---|---|---|---|
Client variable storage name |
Server Settings > Client Variables > Select Default Storage Mechanism for Client Sessions |
Registry |
Cookie |
Use UUID for cftoken |
Server Settings > Settings |
Unchecked |
Checked |
Enable Global Script Protection |
Server Settings > Settings |
Unchecked |
Checked |
Maximum number of simultaneous Template requests |
Server Settings > Request Tuning > Request Limits |
10 |
25 |
Maximum number of simultaneous CFC function requests |
Server Settings > Request Tuning > Request Limits |
10 |
15 |
Minimum JVM Heap Size (MB) |
Server Settings > Java and JVM |
|
256 |
Maximum size of post data (in MB) |
Server Settings > Settings > Request Size Limits |
100 |
20 |
Enable ColdFusion Event Gateway Services |
Event Gateways > Settings |
Checked |
Unchecked
|
The following settings can be made at the server level using ColdFusion Administrator (Server Settings > Memory Variables > Session Cookie Settings). Adobe recommends that you use the new settings.
Setting |
Default |
---|---|
HTTPONLY session cookie |
Checked |
Secure Session cookie |
Unchecked |
Session cookie timeout |
Maximum of 30 years and minimum of two minutes. |
Sign in to your account