MACROMEDIA COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual page 63

Hide thumbs Also See for COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX:
Table of Contents

Advertisement

The following table describes the web server connector properties in the web server configuration
files. The web server connector uses these settings to help it find the ColdFusion server and know
which servers to connect to.
Property
Description
bootstrap
The IP address and port on which the JRun server's proxy service is listening for
connector requests. JRun must also be configured to listen on this port/address
combination, the ProxyService must be activated, and the JRun server must be
running. For example, 127.0.0.1 51010.
serverstore
The name of file that contains information on for the associated JRun server. The
connector creates this file automatically. The default is jrunserver.store.
verbose
Creates more detailed web server log file entries for the connector. Enabling this
option can cause the web server's log files to fill quickly. Specify true or false; the
default is false. In Apache, the connector writes to the error log; on iPlanet, to errors;
and on IIS, the connector writes to its own log in the related wsconfig subdirectory.
scriptpath
IIS only. Points to the virtual /JRunScripts directory on the web server.
errorurl
(Optional) Specifies the URL to a file containing a customized error message. This
property is commented out by default.
ssl
(Optional) Enables SSL between the web server and the JRun server. Specify true or
false. Because most web servers are already inside a firewall, you typically leave this
property set to false (the default).
apialloc
Enables native OS memory allocation rather than the web server's allocator (for use
on Solaris with iPlanet at the direction of Macromedia Support staff).
Each time you run the Web Server Configuration Tool, it creates a new directory beneath cf_root/
runtime/lib/wsconfig. For example, the first time you run the tool, it creates files under cf_root/
runtime/lib/wsconfig/1, the second time, it creates cf_root/runtime/lib/wsconfig/2, and so on.
Each of these subdirectories contains the appropriate platform-specific connector module and
web server-specific supporting files.
Example configuration files
To help describe the web server configuration file parameters, this section provides examples of
connector-specific web server properties. These examples assume that JRun and the web server are
on the same computer.
Apache configuration file
A typical httpd.conf file for an installation of ColdFusion on the same machine as an Apache 2.0
web server follows.
...
LoadModule jrun_module /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
<IfModule mod_jrun20.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore "/opt/coldfusionmx/runtime/lib/wsconfig/1/
jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51010
Web server configuration
63

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents