| Contents > Configuring and Administering ColdFusion MX > Web Server Management > Using an external web server |
|
|
|
|
||
ColdFusion MX uses the JRun web server connector to forward requests from an external web server to the ColdFusion MX runtime system.
When a request is made for a CFM page, the connector on the web server opens a network connection to the JRun proxy service. The ColdFusion MX runtime system handles the request and sends its reply back through the proxy service and connector. The web server connector uses web server-specific plug-in modules, as the following table shows:
Web server |
Connector details |
|---|---|
Apache |
The Web Server Configuration Tool adds the following elements to the Apache httpd.conf file:
For Apache 1.3.x, the connection module is mod_jrun.so; for Apache 2.x, the connection module is mod_jrun20.so. |
IIS |
The Web Server Configuration Tool adds the following elements at either the global level (default) or web server level:
With IIS 4 and 5, the IIS connection module is jrun.dll. IIS 6 uses a connection module named jrun_iis6.dll and a helper DLL named jrun_iis6_wildcard.dll. |
SunONE Web Server, includes iPlanet and Netscape Enterprise Server (NES) |
The Web Server Configuration Tool adds the following elements to SunONE Web Server configuration files:
In Windows, the SunONE web server connection module is jrun_nsapi35.dll; on UNIX and Linux, the SunONE web server connection module is libjrun_nsapi35.so; on AIX, the module name is libjrun_nsapi40.so. With NES 3.5 and iPlanet 4.x, the Web Server Configuration Tool places all settings in the obj.conf file. |
|
|
||
| Contents > Configuring and Administering ColdFusion MX > Web Server Management > Using an external web server |
|
|
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/websera4.htm
Comments
JackCHolt said on May 3, 2004 at 1:35 PM :