MACROMEDIA COLFUSION MX 7 - INSTALLING AND USING COLDFUSION MX Using Manual page 54

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

Advertisement

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.2.7)
cf_root\runtime\lib\wsconfig\number\mod_jrun20.so (Apache 2.x)
In the multiserver configuration, this file is located under jrun_root/lib/wsconfig.
Open the Apache configuration file, httpd.conf, in your Apache conf directory. In 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:/CFusionMX7/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:/CFusionMX7/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 .cfswf .cfr
</IfModule>
Configuring web servers on UNIX
This section explains how to configure the following web servers on UNIX:
Configuring Apache web server on UNIX
Configuring SunONE or iPlanet web server on UNIX
Configuring Apache web server on UNIX
This section describes how to configure the Apache web server for ColdFusion MX 7 on UNIX,
and how to verify your configuration.
Note: When running the Web Server Configuration Tool on the multiserver configuration,
wsconfig.jar is located in jrun_root/lib. On the server configuration only, you can also use the scripts in
cf_root/bin/connectors, modifying them, as appropriate for your environment.
54
Chapter 5: Configuring Your System

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents