| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Installing ColdFusion MX 6.1 > Installing ColdFusion MX 6.1 on UNIX |
|
|
|
|
||
This section explains how to install ColdFusion MX 6.1 on UNIX.
By default, ColdFusion MX 6.1 installs into the /opt/coldfusionmx directory. To install it into a different directory, you must create that directory before running the installation.
Note: The UNIX installer defaults to running ColdFusion MX 6.1 as user nobody. However, this is not allowed on HP-UX, so you must change the default value. On HP-UX, it is best to run as the same user as the web server runs under.
The installation files for supported server configuration platforms are as follows:
cd command, go to the directory with 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 running the installer, ColdFusion MX automatically runs the cf_root/bin/cfmx-connectors.sh script when starting for 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 6.1, use the following command:
/cf_root/bin/coldfusion stop
For more information on managing processes, see Managing the ColdFusion MX process on UNIX.
Note: If you are accessing ColdFusion MX 6.1 from a remote computer, use the previous URL with the host name or IP address of the remote computer instead of localhost.
If you are upgrading from ColdFusion 4.5 or 5, you can optionally migrate settings later. To migrate later:
runmigrationwizard (migrate ColdFusion 5 settings) and runmxmigrationwizard (migrate the ColdFusion MX ODBC services to ColdFusion MX 6.1) to true, as necessary, and save the file.You are prompted again to migrate your settings.
Caution: If you migrate your ColdFusion 5 settings later, you might overwrite new ColdFusion MX settings.
To accommodate long filenames, Macromedia writes ColdFusion MX 6.1 to the CD using the RockRidge format. This format is supported by HP-UX using the Portable File System (PFS) commands, not the standard HP-UX mount/umount commands. For more information on PFS commands, enter the following command: man pfs_mount.
mkdir /SD_CDROM
/dev/dsk/c1t2d0 /SD_CDROM pfs-rrip xlat=unix 0
(In this example, /dev/dsk/c1t2d0 is the <device_file>, /SD_CDROM is the <mount_point>, pfs-rrip is the <fs_type>, and xlat=unix 0 is the <translation_method>.)
nohup /usr/sbin/pfs_mountd & nohup /usr/sbin/pfsd &
/usr/sbin/pfs_mount /SD_CDROM
The CD appears under /SD_CDROM.
/usr/sbin/pfs_umount /SD_CDROM
|
|
||
| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Installing ColdFusion MX 6.1 > Installing ColdFusion MX 6.1 on UNIX |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/install4.htm
Comments
preese said on Oct 7, 2003 at 2:24 PM : lekinzon said on Feb 4, 2004 at 2:03 AM : jrunrandy said on Mar 3, 2004 at 6:30 AM :