![]() ![]() ![]() |
||
|
This section explains how to install ColdFusion MX 7 on UNIX.
By default, ColdFusion MX 7 installs into the /opt/coldfusionmx7 directory. To install it into a different directory, you must create that directory before you run the installation.
Note: The default user is nobody for the UNIX installer running ColdFusion MX 7.
The following are the installation files for supported server configuration platforms:
cd
command, go to the directory that contains the installation file.
./<filename>
The installation program starts.
Note: To run the UNIX installer in GUI mode, type ./<filename> -i gui.
Caution: For security reasons, it is crucial that you do not use root for the runtime user.
/
cf_root/bin/coldfusion start
If you specified the use of an external web server when you ran the installer, ColdFusion MX 7 automatically runs the cf_root/bin/cfmx-connectors.sh script when it starts the first time. This shell script runs the Web Server Configuration Tool using the settings you specified during the installation. If there are problems running this script, review the configuration and bin directory specifications, modify as necessary, and rerun the script. You can also configure your web server using the scripts in cf_root/bin/connectors, as appropriate.
To stop ColdFusion MX 7, use the following command:
/
cf_root/bin/coldfusion stop
For more information on managing processes, see Managing the ColdFusion MX 7 process on UNIX.
|
||
![]() ![]() ![]() |