
66
INSTALLING COLDFUSION 9
Configuring Your System
Last updated 1/20/2012
2 Open the Apache configuration file, httpd.conf, in your Apache conf directory. By default it is
/etc/httpd/conf/httpd.conf.
Verify that the following code is added to this file:
# JRun Settings
LoadModule jrun_module "/opt/ColdFusion9/runtime/lib/wsconfig/1/mod_jrun.so"
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Serverstore "/opt/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51000
#JRunConfig Errorurl <URL for errors>
JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc
</IfModule>
Configure SunOne 6.0/Sun Java System Web Server 7 on UNIX
You can configure and verify SunONE (6.x)/Sun Java System Web Server (7.0) for ColdFusion in UNIX.
Note: When running the Web Server Configuration Tool on the multiserver configuration, wsconfig.jar is located in
jrun_root/lib. On the server configuration only, you can also use the scripts in cf_root/bin/connectors, modifying them,
as appropriate for your environment.
1 Launch the cfroot/runtime/bin launch wsconfig tool.
2 Click Add, and then select Sun Web Server 7.
3 Select conf dir from the Sun Web Server root (created instance).
4 Select the Configure Web Server For ColdFusion Applications option and click Add.
5 Edit both the magnus.conf file and the obj.conf file (located in the sun_install_dir/server_instance/conf directory)
by commenting lines that contain j2ee.
6 Go to the sun_install_dir/bin directory.
7 Execute the following command:
./wadm pull-config --user=admin --port=(admin_port) --config=(server_instance)
admin_instance
Unconfigure SunOne 6.0/Sun Java System Web Server 7 on UNIX
1 Launch the cfroot/runtime/bin launch wsconfig tool.
2 Select Sun ONE Web Server, and then click Remove.
3 Edit both the magnus.conf file and the obj.conf file (located in the sun_install_dir/server_instance/conf directory)
by uncommenting lines that contain j2ee.
4 Go to the sun_install_dir/bin directory.
5 Execute the following command:
./wadm pull-config --user=admin --port=(admin_port) --config=(server_instance)
admin_instance
Installing Verity Locales
ColdFusion lets you do Verity searches for languages other than English. For more information on Verity, see the
Configuring and Administering ColdFusion guide.
Komentarze do niniejszej Instrukcji