This section explains how to install the ColdFusion MX 7 multiserver configuration on UNIX.
The following are the installation files for supported server configuration platforms:
cd
command, go to the directory that contains the installation file.
./<filename> -i console
The installation program starts.
Note: To run the UNIX installer in GUI mode, type ./<
filename> -i gui
.
Note: For security reasons, it is crucial that you do not use root for the runtime user.
jrun_root/bin/jrun -start cfusion
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 jrun_root/bin/connectors, or through java -jar jrun_root/lib/wsconfig.jar, as appropriate.
Note: This step is important, because if you specified the use of an external web server when you ran the installation wizard, the CFIDE and cfdocs directories are placed under that web server's root directory, and you must successfully configure the web server before you open the ColdFusion MX Administrator.
If you configured an external web server, store CFM pages under your web root directory. If you are using the built-in web server, store CFM pages under the web application root (jrun_root/servers/cfusion/cfusion-ear/cfusion-war) and access these pages using a URL of the form http://hostname:8300/context-root/filename.cfm, as follows:
For example, to display a CFM file located at /opt/jrun4/servers/cfusion/cfusion-ear/cfusion-war/eisapp/index.cfm using the built-in JRun web server and a context root of cfmx, you specify the URL as http://localhost:8300/cfmx/eisapp/index.cfm.