| Contents > Installing and Using ColdFusion MX > Configuring Your System > Configuring web servers > Configuring web servers on UNIX Configuring Apache web server on UNIX |
|
|
|
|
||
This section describes how to configure the Apache web server for ColdFusion MX on UNIX, and how to verify your configuration.
Note: When running the Web Server Configuration Tool on the JRun J2EE configuration, wsconfig.jar is located in jrun_root/lib. You can also use the scripts in cf_root/bin/connectors, modifying them, as appropriate for your environment.
java_root/bin/java -jar cf_root/runtime/lib/wsconfig.jar -ws Apache
-dir <apache config directory> -map .cfm,.cfc,.cfml -coldfusion -v
Note: You must enter the previous command as a single (long) line.
The following is a sample command:
/opt/coldfusionmx/jre/bin/java -jar /opt/coldfusionmx/runtime/lib/wsconfig.jar -ws Apache
-dir /etc/httpd/conf -map .cfm,.cfc,.cfml,.jsp,.jws -coldfusion -v
Note: For unique configurations (such as the pre-configured Apache web servers from Redhat or Sun), add the -bin and -script parameters, as described in Configuring and Administering ColdFusion MX.
Verify that the following code is added to this file:
# JRun Settings LoadModule jrun_module "/opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun.so" <IfModule mod_jrun.c> JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ssl false JRunConfig Serverstore "/opt/coldfusionmx/runtime/lib/wsconfig/1/
jrunserver.store" JRunConfig Bootstrap 127.0.0.1:51000 #JRunConfig Errorurl <URL for errors> JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc </IfModule>
|
|
||
| Contents > Installing and Using ColdFusion MX > Configuring Your System > Configuring web servers > Configuring web servers on UNIX Configuring Apache web server on UNIX |
|
|
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.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/config16.htm
Comments
No screen name said on May 28, 2004 at 12:36 AM :