Configuring Your Installation
33
Configuring Your Installation
After installing ColdFusion Server, you may have to perform the following actions:
•
Configuring Web servers manually
•
Configuring SNMP MIB
•
Configuring databases
Configuring Web servers manually
If you did not instruct ColdFusion Server to configure your Web server automatically
during the ColdFusion Server installation, you must manually configure your Web
server. This section explains how to do this in Solaris. The following Web servers are
described in this section:
•
Netscape/iPlanet Web Server
•
Apache Web Server
Netscape/iPlanet Web Server
The ColdFusion Server NSAPI plug-in has been tested with Netscape/iPlanet
Enterprise Web Server 3.6 and 4.0 and the Netscape FastTrack Web Server 3.6 and
4.0. The ColdFusion Server installation script configures these servers automatically.
The Netscape/iPlanet plug-in
The Netscape/iPlanet plug-in (coldfusion35.so) for ColdFusion Server is in the /opt/
coldfusion/webserver/nsapi directory.
The following procedure assumes that you installed the Netscape/iPlanet server in
/
usr/netscape/
server
4
on the system named
smurf
.
To configure the Netscape/iPlanet plug-in:
1
Copy the plug-in to a directory in your server directories. Name it coldfusion.so.
mkdir /usr/netscape/server4/plugins/coldfusion
cp /opt/coldfusion/webserver/nsapi/coldfusion35.so \
usr/netscape/server4/plugins/coldfusion/coldfusion.so
2
In the
/usr/netscape/server4/https-smurf/config/mime.types
file, add a
new ColdFusion Server type. To do this, add the line:
type=magnus-internal/cold-fusion exts=exts=cfm,dbm,cfml,dbml
3
Edit the
/usr/netscape/server4/https-surf/config/obj.conf
file to add a
service and init directives. Add all of the following syntax on one line:
Init fn="load-modules" shlib="/usr/netscape/server4/
plugins/coldfusion/coldfusion.so" funcs="DoCFRequest"
4
Add the following line in the default Object:
Service fn="DoCFRequest" method="(GET|POST)"
type="magnus-internal/cold-fusion"
install.book Page 33 Thursday, May 10, 2001 12:59 PM
Содержание COLDFUSION 5 - INSTALING AND CONFIGURING SERVER
Страница 1: ...Macromedia Inc Installing and Configuring ColdFusion Server ColdFusion Server 5...
Страница 14: ...xiv Welcome to ColdFusion Server...
Страница 34: ...22 Chapter 1 Installing ColdFusion Server in Windows...
Страница 66: ...54 Chapter 3 Installing ColdFusion Server in Linux...
Страница 160: ...148 Appendix Preparing Your Server for ClusterCATS...