Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
4.
1.
2.
Configure IIS for ColdFusion in Windows
Note
If you are configuring IIS 7 or IIS 7.5, before you proceed, ensure that you have the
options (Internet Information Service > Web Management Tools >ISAPI Extensions
World Wide Web Services > Application Development Features), , and seleASP.NET CGI
cted in the Windows Features dialog box (Start > Control Panel > Programs and Features
> Turn Windows features on or off).
Start the Web Server Configuration Tool by selecting Start > Programs > Adobe > ColdFusion 10 >
Web Server Configuration Tool.
Click Add.
In the Server pop-up menu, enter the host name and the cluster name to configure.
Note
The server or cluster does not have to reside on the web server computer.
In the Web Server Properties area, select IIS and specify the website. For IIS, you typically specify All.
Verify your IIS configuration
Verify that the following folder was created: /config/wsconfig/number.cf_root
To set the and click on Advanced Setting tab.connectionpooltimeout reuseconnectioncount
The option to enable buffering and verbose debugging is available on the same page.
:Configuring IIS
Creates a folder in , that contains all connector-related files.1 \config\wsconfigcfroot
Creates a virtual directory in (in IIS).Jakarta \config\wsconfigcfroot
Adds an entry, , under the{{ ISAPI FILTERS}}. This points to tomcat \config\wsconfig\1\cfroot
.isapi_redirect.dll
Adds an entry, , to with permission tomcat \config\wsconfig\1\isapi_redirect.dllcfroot
under ISAPI and CGI Restrictions. It is applicable for global sites in IIS manager.allowed
Adds the following handlers: , , , , and isapi cfcHandler cfmHandler cfmlHandler cfrHandler c
.fswfHandler
For debugging issues, set the log level to , in the file presentdebug isapi_redirect.properties
in the {{ \config\wsconfig\1\ }}directory.cfroot
To disable webserver buffer, change the to in the is_buffer_enable false cfroot\config\wsc
file. Disable webserver buffer if you want toonfig\1\isapi_redirect.properties cfflush
work over an IIS connector. If your application does not use , set it to for increase in thecfflush true
performance.
Configure Sun Java System Web Server for ColdFusion in Windows
You configure Sun Java Web Server 6.x/Sun Java System Web Server 7 for ColdFusion in Windows, and
verify your configuration, by using the Web Server Configuration Tool in GUI or command-line mode. This
discussion describes how to use GUI mode.
Note
On Windows, only 32-bit Sun ONE is available.