|
ColdFusion includes a server and a development toolset
designed to integrate databases and Web pages. With ColdFusion
Fusion, a user can enter a zip code on a Web page, and the server
would query a database and present the results in the HTML form.
For extensive coverage of ColdFusion, please refer to
/www.macromedia.com/software/.
To add the H-Sphere ColdFusion support:
- Buy ColdFusion license package.
- Install ColdFusion on your Windows box following the directions of the Wizard.
(H-Sphere 2.5 supports 6.0, 6.1 and 7.0 ColdFusion versions).
- Install H-Sphere Winbox 2.5
- Edit the ...\HSphere.NET\bin\hsphere.config file.
Find the following section and set the ColdFusion admin password for the "password" parameter value:
<resource name="cfdsn"
type="Psoft.HSphere.Resources.IIS.ColdFusion.CFMXdsn"
location="Resources.IIS.ColdFusion">
<prop name="port" value="13961" />
<prop name="password" value="CFAdminPasswd" />
<resource>
- Restart H-Sphere by running in the command line:
net stop hsphere
net start hsphere
|