MACROMEDIA COLFUSION MX 7 - CONFIGURING AND ADMINISTERING COLDFUSION MX Manual page 72

Hide thumbs Also See for COLFUSION MX 7 - 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
bootstrap
serverstore
verbose
scriptpath
errorurl
ssl
apialloc
ignoresuffixmap
proxyretryinterval
connecttimeout
recvtimeout
sendtimeout
Each time you run the Web Server Configuration Tool, it creates a new configuration file and
directory. For example, the first time you run the tool in the server configuration, 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.
Sample 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.
72
Chapter 4: Web Server Management
Description
Specifies 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 and address combination, the ProxyService must be activated, and the
JRun server must be running. Specify ipaddress:portnumber (for example,
127.0.0.1:51011).
Specifies the full path and filename of the file that contains information for the
associated JRun server. The connector creates this file automatically. The
default filename is jrunserver.store.
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
; the default value is
false
connector writes to the error log configured for the web server; on IIS, the
connector writes to its own log in the related wsconfig subdirectory.
(IIS only) Points to the virtual /JRunScripts directory on the web server.
(Optional) Specifies the URL to a file that contains a customized error
message. This property is commented out by default. You must restart the web
server after enabling this setting.
(Optional) Enables secure sockets layer (SSL) between the web server and the
JRun server. You must set this setting to
Enables native OS memory allocation rather than the web server's allocator
(for use on Solaris with Sun ONE, at the direction of Macromedia Support
staff).
(IIS only) Forces the connector to use application mappings.
Specifies the number of seconds to wait before trying to reconnect to an
unreachable clustered server.
Specifies the number of seconds to wait on a socket connect to a JRun server.
Specifies the number of seconds to wait on a socket receive to a JRun server.
Specifies the number of seconds to wait on a socket send to a JRun server.
. In Apache and Sun ONE Web Server, the
false
.
false
or
true

Advertisement

Table of Contents
loading

Table of Contents