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

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

Advertisement

(Optional) The web server connector does not serve static content (such as HTML files and
9.
images) from the built-in web server's root directory. If your ColdFusion web application has
an empty context root (/) and you want to serve pages from the built-in web server's root
directory, you can create a web server mapping to the corresponding directory under the built-
in web server.
Using the command-line interface
You can also run the Web Server Configuration Tool through a command-line interface.
To run the command-line interface:
Open a console window.
1.
Change to the cf_root/runtime/bin (server configuration) or jrun_root/bin (multiserver
2.
configuration) directory.
Execute the wsconfig.exe (Windows) or wsconfig (UNIX) command:
3.
wsconfig.exe [-options]
./wsconfig [-options]
The following table describes the options:
Option
-ws
-dir
-site
-host
-server
-username
-password
-norestart
-cluster
-l
Description
Specifies the web server, as follows:
• IIS
• Apache
• SunOne
• iPlanet
• NES
The web server name you supply is not case-sensitive.
Specifies the path to the configuration directory (Apache conf or
NES/iPlanet config).
Specifies the IIS website name (case-sensitive). Specify All or 0 to
configure the connector at a global level, which applies to all IIS
websites.
Specifies the ColdFusion server address. The default value is
.
localhost
Specifies the ColdFusion server name.
Specifies a username defined to the JRun server. The default value is
.
guest account
Specifies a password that corresponds to
value is
guest account
Specifies not to restart the web server.
Specifies the JRun cluster name. Use this option to define a
connection to a JRun cluster instead of a single server.
Enables verbose logging for the connector.
-username
.
Web server configuration
. The default
69

Advertisement

Table of Contents
loading

Table of Contents