The ColdFusion MX installation creates a few services in Windows and a single process on UNIX. The following sections describe how to manage them:
This section describes the ColdFusion MX services and explains how to manage them. It also describes how to run ColdFusion MX in Windows 98/ME, which does not use services in its architecture.
The ColdFusion MX installation creates the following services in Windows NT, Windows 2000, Windows XP:
In the ColdFusion Administrator, if you enable or disable security or change any option in the Java and JVM Settings page, you must stop and restart ColdFusion MX for your changes to take effect.
If a service is running, its status appears as Started in the Status column. If it is not running, no status appears for the service.
In Windows NT, click Yes to confirm that you want to stop the service.
The Services window refreshes.
The dialog box for the service opens.
In the Properties dialog box, click the General tab.
Since Windows 98 and Windows ME do not have a services architecture, ColdFusion MX runs as executable files. The following table describes these executable files:
When ColdFusion MX is running, two icons appear in the task bar. To stop the ColdFusion Application Server executable, right-click the IDE service icon and select Stop. To run ColdFusion MX at startup, place a shortcut for the ColdFusion MX icon in the Startup program group. For instructions, see the Windows online Help.
This section describes the ColdFusion MX process and explains how to manage it.
The ColdFusion MX installation creates a single process on UNIX called cfusion
. To check whether it is running, use the following command:
ps -eaf | grep cfusion
If it is running, your computer returns something similar to the following line:
nobody 4528 1 10 12:44 pts/0 00:00:07 /opt/coldfusionmx/runtime/bin/cfusion -start
The ColdFusion MX process starts automatically when you start your computer and shuts down automatically when you shut down your computer.
In various situations, you might choose to manually stop and start or restart the ColdFusion MX process. However, 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 MX for your changes to take effect.
cd cf_root/bin
Task |
Command to enter |
---|---|
Start ColdFusion MX |
coldfusion start |
Stop ColdFusion MX |
coldfusion stop |
Restart ColdFusion MX |
coldfusion restart |
View performance information for ColdFusion MX |
coldfusion status |