H-Sphere Sysadmin Guide

ColdFusion Configuration

(H-Sphere 2.5 and up)

 

Related Docs:  

ColdFusion Installation (before 2.5)

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:

  1. Buy ColdFusion license package.
  2. 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).
  3. Install H-Sphere Winbox 2.5
  4. 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>
  5. Restart H-Sphere by running in the command line:
                         net stop hsphere
                         net start hsphere

 


Related Docs:  

ColdFusion Installation (before 2.5)



© Copyright 1998-2006. Positive Software Corporation.
All rights reserved.