MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER Specifications Page 88

  • Download
  • Add to my manuals
  • Print
  • Page
    / 112
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 87
CHAPTER 7
84
Configuring Your System
In the multiserver configuration, this file is located under jrun_root/lib/wsconfig.
2 Open the Apache configuration file, httpd.conf, in your Apache conf directory. In Windows, the default is
C:\Program Files\Apache Group\Apache\conf\httpd.conf.
3 Verify that the following code is appended to this file (except that if you are using Apache 2.2, the file name is
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
1
Enter the following command on a single line:
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)
Page view 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 111 112

Comments to this Manuals

No comments