Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
4.
1.
2.
Note
(Server configuration only) To use the command line, open the batch files located in cf
._root/bin/connectors
For more information, see the Web Server Management topic in the Configuring and Administering
guide.ColdFusion
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 Sun Java Web Server (iPlanet), and specify the path to the
directory that contains the obj.conf and magnus.conf files.
Verify your 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 verbose debugging also is available on this page.
Configuring Sun ONE:
Note
On Windows and Linux 64-bit, only 32-bit Sun ONE is available. While using a
64-bit configurator, provide 32-bit Sun ONE properties.
Creates a folder in the folder that contains all connector-related files.1 config\wsconfig
Adds the following entry in the file of Sun ONE. Change the log level to{{ debug}} formagnus.conf
debugging issues.
Init fn="load-modules"
shlib="C:/ColdFusion10/config/wsconfig/1/nsapi_redirect.dll"
funcs="jk_init,jk_service"
Init fn="jk_init"
worker_file="C:/ColdFusion10/config/wsconfig/1/workers.properties"
log_level="info" log_file="C:/ColdFusion10/config/wsconfig/1/nsapi.log"
shm_file="C:/ColdFusion10/config/wsconfig/1/jk_shm"
Adds the entries for all extensions in the file of Sun ONE. For example,obj.conf
NameTrans fn="assign-name" from="/*.cfc/*" name="jknsapi"
NameTrans fn="assign-name" from="/*.cfc" name="jknsapi"
NameTrans fn="assign-name" from="/*.cfml" name="jknsapi"
<Object name="jknsapi">
Service fn="jk_service" method="*" worker="server1"
</Object>