MACROMEDIA COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX Using Manual page 57

Hide thumbs Also See for COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX:
Table of Contents

Advertisement

In the Server drop-down list box, select the host name and the server or cluster name to
3
configure. For the ColdFusion MX server configuration, this is always default. Clustering
support is only available on the JRun J2EE configuration.
Note: The server or cluster does not have to reside on the web server computer.
In the Web Server Properties area, select Apache and specify the path to the directory that
4
contains the httpd.conf file.
Select Configure web server for ColdFusion MX applications.
5
Caution: Omitting the previous step causes your web server to serve ColdFusion MX source code.
Click OK.
6
Copy the CFIDE and cfdocs directories from cf_root\wwwroot to your web server root
7
directory. In addition, copy your application's CFM pages from cf_root\wwwroot to your web
server root directory.
To verify your Apache configuration:
Verify that one of the following files was created:
1
cf_root\runtime\lib\wsconfig\number\mod_jrun.so (Apache 1.3.x)
cf_root\runtime\lib\wsconfig\number\mod_jrun20.so (Apache 2.x)
In the JRun J2EE configuration, this file is located under jrun_root/lib/wsconfig.
Open the Apache configuration file, httpd.conf, in your Apache conf directory. On Windows,
2
the default is C:\Program Files\Apache Group\Apache\conf\httpd.conf.
Verify that the following code is appended to this file:
# JRun Settings
LoadModule jrun_module "c:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun.so"
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig IgnoreSuffixmap false
JRunConfig Serverstore
"c:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51000
#JRunConfig Errorurl <optionally redirect to this URL on errors>
JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc
</IfModule>
Configuring web servers
57

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents