
Configuring web servers
53
Managing the ColdFusion MX process on UNIX
This section describes the ColdFusion MX process and explains how to manage it.
Note:
This discussion applies to the ColdFusion MX server configuration only. Under the J2EE
configuration, you start and stop ColdFusion MX by starting the application server.
Overview of the ColdFusion MX process
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/bin/cfusion -start
default
Managing the process
The ColdFusion MX process starts automatically when you start your computer and shuts down
automatically when you shut down your computer.
In the ColdFusion MX Administrator, if you enable or disable security or change any option in
the Java and JVM Settings page, you must stop and restart the ColdFusion MX process for your
changes to take effect. This applies to the server configuration only; in the J2EE configuration,
you use application-server-specific methods to update Java settings.
To manage the ColdFusion MX process on UNIX:
1
Log in as root, if you have not already done so.
2
Enter the following command:
cd
cf_root
/bin
3
Enter the appropriate command for what you need to do, as described in the following table:
Configuring web servers
This section describes how to configure a web server to serve ColdFusion pages, for Windows and
UNIX. Do this if you did not configure a web server automatically during installation, or to
change your web server.
You configure an external web server connection using the Web Server Configuration Tool, which
you can run either through a graphical user interface (GUI) or the command line. The Windows
discussions describe GUI mode ,and the UNIX instructions describe command-line mode;
however, you can use GUI mode on UNIX if you have access to a graphical environment.
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
Run Web Server Configuration Tool
coldfusion wsconfig
Содержание COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION...
Страница 1: ...Installing and Using ColdFusion MX...
Страница 6: ...6 Introduction...
Страница 30: ...30 Chapter 2 Installing the Server Configuration...
Страница 48: ...48 Chapter 3 Installing the J2EE Configuration...
Страница 70: ...70 Index...