| Contents > Installing and Using ColdFusion MX > Configuring Your System > Configuring web servers > Configuring Apache web server in Windows |
|
|
|
|
||
This section describes how to configure the Apache web server for ColdFusion MX in Windows, and how to verify your configuration. You configure Apache using the Web Server Configuration Tool in either GUI or command-line mode. This discussion describes how to use GUI mode. To use the command line, open the batch files located in cf_root\bin\connectors. For more information, see the Web Server Management chapter of Configuring and Administering ColdFusion MX.
Note: The server or cluster does not have to reside on the web server computer.
Caution: Omitting the previous step causes your web server to serve ColdFusion MX source code.
In the JRun J2EE configuration, this file is located under jrun_root/lib/wsconfig.
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>
|
|
||
| Contents > Installing and Using ColdFusion MX > Configuring Your System > Configuring web servers > Configuring Apache web server in Windows |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.