User Guide

Web server configuration 61
-site
Specifies the IIS website name. Specify All or 0 to configure the
connector at a global level, which applies to all IIS websites.
-host
Specifies the ColdFusion server address. The default is localhost.
-server
Specifies the ColdFusion server name. The default is default.
-username
Specifies a username defined to the JRun server.The default is guest
account.
-password
Specifies a password that corresponds to -username. The default is
guest account.
-norestart
Do not restart the web server.
-cluster
Specifies the JRun cluster name. Use this option to define a
connection to a JRun cluster instead of a single server.
-l
Enables verbose logging for the connector.
-a
Enables native OS memory allocation.
-s
Enables SSL between the connector and JRun server.
-map
.cfm,.cfc,.cfml,.jsp,.jws
Specifies the extension mappings list (to use the webserver
connector with ColdFusion MX, you should specify
.cfm,.cfc,.cfml,.jsp,.jws)
-filter-prefix-only
Sets ignoresuffixmap=true in the jrun.ini file. This means that the
connector module runs as an IIS extension. (IIS only).
-coldfusion
In conjunction with -upgrade, forces the replace of the connector
module regardless of version or date stamp and starts the web server
if it is down. Always use this option when configuring a web server for
use with ColdFusion MX.
-upgrade
Upgrades existing configured connectors with newer modules from a
newer wsconfig.jar.
-service
Specifies the Apache Windows service name. The default is Apache.
-bin
Path to Apache server binary file (apache.exe in Windows, httpd on
Unix).
-script
Path to Apache UNIX control script file (apachectl, slightly different
with certain Apache variants, such as Stronghold).
-v
Enables verbose output from the Web Server Configuration Tool.
-list
Lists all configured web servers.
-list -host server-host
Lists all JRun servers on the specified host.
-remove
Removes a configuration. Requires -ws and either -dir or -site.
-uninstall
Uninstalls all configured connectors.
-h
Lists all parameters.
Option Description