Note: The coldfusion process discussion does not apply when deploying ColdFusion on a J2EE server.
The 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
ColdFusion also creates a process named k2admin for Verity search, which spawns two additional processes, k2server and k2index.
cd cf_root/bin
Task |
Command |
Start ColdFusion |
coldfusion start |
Stop ColdFusion |
coldfusion stop |
Restart ColdFusion |
coldfusion restart |
View performance information for ColdFusion |
coldfusion status |