Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
1.
2.
3.
1.
2.
3.
Note
In the ColdFusion Administrator, if you enable or disable security or change any option in
the Java and JVM Settings page, stop and restart ColdFusion 10 for your changes to take
effect.
Start or stop a ColdFusion service
Open the Services dialog box by selecting Start > Settings > Control Panel > Administrative Tools >
Services. 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.
Right-click a service, and select Stop, Start, or Restart. The Services window refreshes.
Set ColdFusion 10 to start automatically or manually
Open the Control Panel > Services dialog box.
Right-click the service to configure, and select Properties.
In the Properties dialog box, on the General tab, select one of the following options in the Startup Type
frame or pop-up menu, and click OK:
Automatic - Starts the service automatically when you start the computer.
Manual - Requires a user or dependent service to manually start the service.
#back to top
Managing the ColdFusion process in UNIX
The ColdFusion installation creates a single process in UNIX called . To check whether it iscoldfusion10
running, use the following command:
ps -eaf | grep coldfusion10
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/coldfusion10/bin/coldfusion10
The ColdFusion process starts automatically when you start your computer and shuts down automatically
when you shut down your computer, if you specified that it should do so in the installation.
In the ColdFusion Administrator, if you enable or disable security or change any option in the Java and JVM
Settings page, stop and restart the ColdFusion process for your changes to take effect. This applies to the
server configuration only; in the J2EE configurations, you use application-server-specific methods to update
Java settings.
Manage the ColdFusion process in UNIX
Log in as root, if you have not already done so.
Enter the following command:
cd cf_root/bin
Enter the appropriate command, as the following table describes: