Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
4.
5.
6.
7.
8.
9.
Using the command, go to the directory that contains the installation file.cd
Ensure that you have executable permission for the installation file. You can change permissions on
the file by using the following command:
chmod 777 ColdFusion_10_WWEJ_solaris64.bin
Start the installation with the following command:
./<filename>
Note
To run the Linux installer in GUI mode, type ./<filename> -i gui.
Follow the prompts in the installation program, and let it run to completion.
Note
For security reasons, it is crucial that you do not use root for the runtime user.
Start ColdFusion with the following command:
/cf_root/cfusion/bin/coldfusion start
If you specified the use of an external web server when you ran the installer, ColdFusion automatically
runs the /cfusion/bin/cf-connectors.sh script when it starts the first time. This shell script runs thecf_root
Web Server Configuration Tool by using the settings that 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 by using the scripts in /cf_root
cfusion/bin/connectors, as appropriate. To stop ColdFusion, use the following command:
/cf_root/cfusion/bin/coldfusion stop
For more information on managing processes, see Managing the ColdFusion process in UNIX.
Open ColdFusion Administrator to run the Configuration wizard.
Configure and manage your system, as described in .Configuring your System
To install any other integrated Adobe or third-party technologies, see Installing Integrated
.Technologies
To learn about ColdFusion, read the documentation, which is accessible through the Documentation
link on the Resources page of the ColdFusion Administrator.
#back to top
ColdFusion installation directory structure
By default, is your installation directory. The following table describes the directory structure:ColdFusion10