ColdFusion includes a server and a development toolset
designed to integrate databases and Web pages. With ColdFusion
Fusion, a user could enter a zip code on a Web page, and the server
would query a database and present the results in HTML form.
For extensive coverage of ColdFusion, please refer to
/www.macromedia.com/software/.
ColdFusion Installation on a working H-Sphere Windows
Server
Step 1: Buy a License package.
Step 2: Install ColdFusion following the directions of the
Wizard.
* ColdFusion has to be installed on the H-Sphere Winbox.
Step 3: When ColdFusion has been installed, configure the
connection settings for H-Sphere to work with ColdFusion.
You have to set the path value for ColdFusion variable in the
ColdFusion section of conf.inc configuration file manually.
* conf.inc is placed in the /scirpts directory,
H-Sphere home directory
<hsdir>\scripts\conf.inc
where <hsdir> is a path where H-Sphere is installed
on the WinBox.
For example:
//////////////////////////////////////// ColdFusion //////////////////////////////////////////////
// Path to ColdFusion directory
cfDir = "c:\\cfusion"
in case c:=\\cfusion is the path to
ColdFusion on the box it has been installed on.
Step 4: Restart H-Sphere.
H-Sphere Installation on the Windows Server with
ColdFusion already set
- If ColdFusion was installed primarily to the H-Sphere system,
no reconfiguration of conf.inc file is needed. H-Sphere
will automatically call the needed value from the Registry.
|