Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
3.
Start ColdFusion 10 ./coldfusion start
Stop ColdFusion 10 ./coldfusion stop
Restart ColdFusion 10 ./coldfusion restart
View performance information for ColdFusion 10 ./coldfusion status
#back to top
Configuring web servers
You configure a web server to serve ColdFusion pages, for Windows and UNIX if you did not configure a web
server automatically during installation, if you want to change your web server, or to configure a web server
for a cluster.
You configure an external web server connection by using the Web Server Configuration Tool, which you can
run through a graphical user interface (GUI) or the command line. The Windows discussions describe GUI
mode, and the UNIX instructions describe command-line mode; however, you can use GUI mode in UNIX if
you have access to a graphical environment.
ColdFusion 10 provides batch files and shell scripts in the cf_root/cfusion/bin/connectors
directory to help you get started with command-line usage.
For more information on the Web Server Configuration Tool, including information on multihoming and
distributed usage, see the guide.Configuring and Administering ColdFusion
Note
If you cannot verify your configuration, repeat the procedure. If the problem persists,
contact Adobe Technical Support for assistance, or manually create the element that you
cannot verify in the configuration (for example, manually add an entry to the Apache
httpd.conf file, as described here.).
Configuring web servers in Windows
You configure web servers in Windows by doing the following:
Configuring IIS in Windows
Configuring Sun Java System Web Server in Windows
Configuring Apache web server in Windows
Configuring IIS in Windows
You configure IIS using the Web Server Configuration Tool in GUI or command-line mode. This discussion
describes how to use GUI mode.
(Server configuration only) To use the command line, open the batch files located in
cf_root\cfusion\bin\connectors or by navigating to <ColdFusion_Home>\runtime\bin
directory.
For more information, see the Web Server Management chapter in the Configuring and Administering
guide.ColdFusion