This section explains how to install the ColdFusion MX 7 J2EE configuration on UNIX. If you are updating an existing deployment of ColdFusion MX or ColdFusion MX 6.1 for J2EE, see Updating from ColdFusion MX or ColdFusion MX 6.1 for J2EE before you continue.
By default, the ColdFusion MX 7 J2EE installation places files in the /opt/cfmx7 directory. To install into a different directory, you must create that directory before you run the installation.
The following are the installation files for supported J2EE configuration platforms:
cd
command, go to the directory with the installation file.
./<filename> -i console
The installation program starts.
To use the coldfusion-70-other.jar file to install on a UNIX platform other than Solaris or Linux, enter the following command (for more information, see Installation considerations for UNIX):
java_home/bin/java -jar coldfusion-70-other.jar -i console
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.
Note: If you deployed the rds.war file, and an error message indicates that RDS is not installed or not enabled, edit the rds.properties file to match the ColdFusion context root, restart the application server, and re-open the ColdFusion MX Administrator.
Store CFM pages under the web application root (either cfusion-ear/cfusion-war or cfusion-war) and access these pages using a URL of the form http://hostname:portnumber/context-root/filename.cfm, as follows:
For example, to display a CFM file located at /opt/jrun4/servers/myserver/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:8100/cfmx/eisapp/index.cfm.