![MACROMEDIA COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION... Скачать руководство пользователя страница 57](http://html1.mh-extra.com/html/macromedia/coldfusion-mx-61-configuring-and-administering-coldfusion/coldfusion-mx-61-configuring-and-administering-coldfusion_using-manual_3296392057.webp)
Configuring web servers
57
3
In the Server drop-down list box, select the host name and the server or cluster name to
configure. For the ColdFusion MX server configuration, this is always default. Clustering
support is only available on the JRun J2EE configuration.
Note:
The server or cluster does not have to reside on the web server computer.
4
In the Web Server Properties area, select Apache and specify the path to the directory that
contains the httpd.conf file.
5
Select
Configure web server for ColdFusion MX applications
.
Caution:
Omitting the previous step causes your web server to serve ColdFusion MX source code.
6
Click OK.
7
Copy the CFIDE and cfdocs directories from
cf_root
\wwwroot to your web server root
directory. In addition, copy your application’s CFM pages from
cf_root
\wwwroot to your web
server root directory.
To verify your Apache configuration:
1
Verify that one of the following files was created:
■
cf_root
\runtime\lib\wsconfig\
number
\mod_jrun.so (Apache 1.3.x)
■
cf_root
\runtime\lib\wsconfig\
number
\mod_jrun20.so (Apache 2.x)
In the JRun J2EE configuration, this file is located under
jrun_root
/lib/wsconfig.
2
Open the Apache configuration file, httpd.conf, in your Apache conf directory. On Windows,
the default is C:\Program Files\Apache Group\Apache\conf\httpd.conf.
Verify that the following code is appended to this file:
# JRun Settings
LoadModule jrun_module "c:/CFusionMX/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:/CFusionMX/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
</IfModule>
Содержание COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION...
Страница 1: ...Installing and Using ColdFusion MX...
Страница 6: ...6 Introduction...
Страница 30: ...30 Chapter 2 Installing the Server Configuration...
Страница 48: ...48 Chapter 3 Installing the J2EE Configuration...
Страница 70: ...70 Index...