Adobe 38043740 - ColdFusion Standard - Mac User Manual page 88

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

CHAPTER 7
84
Configuring Your System
In the multiserver configuration, this file is located under jrun_root/lib/wsconfig.
Open the Apache configuration file, httpd.conf, in your Apache conf directory. In Windows, the default is
2
C:\Program Files\Apache Group\Apache\conf\httpd.conf.
Verify that the following code is appended to this file (except that if you are using Apache 2.2, the file name is
3
mod_jrun22.so):
# JRun Settings
LoadModule jrun_module "c:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun.so"
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig IgnoreSuffixmap false
JRunConfig Serverstore "c:/ColdFusion8/runtime/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51000
#JRunConfig Errorurl <optionally redirect to this URL on errors>
JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc .cfswf .cfr
</IfModule>
Configuring web servers in UNIX
You configure web servers in UNIX by doing one of the following:
Configuring Apache web server in UNIX
Configuring SunONE or iPlanet web server in UNIX
Configuring Apache web server in UNIX
You can configure and verify the Apache web server 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.
Configure the Apache web server for ColdFusion in UNIX
Enter the following command on a single line:
1
wsconfig -server servername -ws Apache -dir <apache config directory> -coldfusion -v
Note: You must enter the previous command as a single (long) line.
The wsconfig file is in cf_root/runtime/bin (server configuration) or jrun_root/bin (multiserver configu-
ration)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents