Before you can run ColdFusion applications, you must complete the following procedures to install and deploy ColdFusion MX to your application server:
This section discusses how to install the ColdFusion MX web application and installation documentation.
The files are copied to the specified location.
Note: The installer creates the following log file: install_root/Macromedia_ColdFusion_MX_J2EE_InstallLog.log, where install_root is the directory that you specify when you install the ColdFusion MX files. If you contact Macromedia Technical Support for installation support, you must send them this log file.
This section describes how to deploy ColdFusion MX on Sun ONE Application Server.
sunone_root/bin/asadmin deploy -u username -w password -H hostname -p admin-server-port --type web --contextroot contextroot --instance instance-name installpath/cfusion.war
For example:
asadmin deploy -u admin -w adminXYZ -H coltrane -p 4848 --type web --contextroot cfmx --instance server1 d:\temp\cfusion.warpermission java.security.AllPermission;, as shown in the following example:...
// Basic set of required permissions granted to all remaining code
grant {
permission java.security.AllPermission;
/*
permission java.lang.RuntimePermission "loadLibrary.*";
...
permission java.io.FilePermission "${INSTALL_ROOT}${/}instances${/}-", "delete";
*/
};
CHMOD +x jikesw).
After you deploy ColdFusion MX, you run the startup wizard to configure ColdFusion MX. To run the startup wizard in your browser, enter the URL for the ColdFusion MX Administrator. The URL has the following form:
http://host:[port]/cf_context_root/CFIDE/administrator
http://localhost:81/cfmx/CFIDE/administrator
For more information on specifying the Administrator URL, see "Accessing the ColdFusion MX Administrator".
When you first access the Administrator, ColdFusion runs the startup wizard. You provide the following information in the wizard to configure ColdFusion:
If you do not enter a serial number in the wizard, you can supply one later using the Version Information panel of the ColdFusion MX Administrator.
When the wizard completes, login to the Administrator using the password specified in the install procedure. Successful login to the Administrator is a confirmation that the install procedure was successful. However, you must perform the tasks described in "Enabling specific ColdFusion MX functionality" before complete ColdFusion MX functionality is available.
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6
Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6/Installing_CFMX_for_J2EE/install_SunOne72.htm