This section explains how to install the ColdFusion MX 6.1 J2EE configuration in a Windows platform. If you are updating an existing deployment of ColdFusion MX for J2EE, see Updating from ColdFusion MX for J2EE before continuing.
Note: The Windows installer requires a computer that supports at least 256 colors.
To install ColdFusion MX 6.1 in Windows (J2EE configuration):
Close any applications that are currently running on your computer.
Insert the CD or download the setup file from the Macromedia website.
If the installation wizard does not start automatically when you insert the CD, locate setup.exe on the CD and double-click it. If you are installing from a network or a downloaded file, locate the ColdFusion MX 6.1 installation executable file (coldfusion-61-win.exe) and double-click it.
The installation wizard starts.
Follow the instructions in the wizard, and let it run to completion.
After the Pre-Installation Summary pane, the files are copied to your computer.
Open the ColdFusion MX Administrator in a browser (http://localhost:portnumber/context-root/CFIDE/administrator/index.cfm). Because opening the ColdFusion MX Administrator for the first time automatically invokes the Configuration Wizard, it is best to open the Administrator at this time.
Answer the questions asked by the Configuration Wizard.
Completion of the Configuration Wizard and display of the ColdFusion MX Administrator indicate a successful install of ColdFusion MX.
Code and test ColdFusion MX CFM pages. 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:
hostname The machine name, IP address, localhost, or 127.0.0.1.
portnumber The port number used by your application server's web server.
contextroot The context root for the ColdFusion MX web application. For more information, see Context root.
filename The directory path and file to display. The path is relative to the cfusion-war directory.
For example, to display a CFM file located at c:\JRun4\servers\default\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://127.0.0.1:8100/cfmx/eisapp/index.cfm.
Comments
harp_guy said on Nov 19, 2004 at 8:56 AM :