User Guide
Chapter 1: Installing and Configuring ColdFusion 17
Choosing the right plug-in version
Netscape plug-ins for ColdFusion are installed in the <installdir>/coldfusion/
webserver/nsapi
directory. Use the following table to select the proper plug-in file.
Note The Netscape 3.0 servers will not work on Solaris 2.6 with ColdFusion.
You should use version 3.51, which Netscape certifies for use on Solaris
2.6.
The following procedure assumes you have the Enterprise 3.0 server installed in /usr/
netscape/suitespot
on the machine named smurf.
To configure the Netscape plugin:
1. Copy the appropriate plugin (see table above) to a directory in your server
directories. Name it
coldfusion.so.
mkdir /usr/netscape/suitespot/plugins/coldfusion
cp /opt/coldfusion/webserver/nsapi/coldfusion3x.so \
/usr/netscape/suitespot/plugins/coldfusion/coldfusion.so
2. Edit the /usr/netscape/suitespot/https-smurf/config/mime.types file to add
a new ColdFusion type. Add the line:
type=magnus-internal/cold-fusion exts=cfm,dbm
3. Edit the /usr/netscape/suitespot/https-surf/config/obj.conf file to add
new service and init directives. Add all of the following syntax on one line:
Init fn="load-modules" shlib="/usr/netscape/suitespot/
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"
5. Stop and restart the Web server.
ColdFusion Plugins for Netscape
Use this Plugin With this Netscape Server Product With this Version
of Solaris
coldfusion2x.so Netscape Enterprise Server 2.01
Netscape FastTrack 2.01
2.51 or higher
2.6
coldfusion3x.so Netscape SuiteSpot Enterprise Server 3.0
Netscape FastTrack Server 3.0
Netscape Enterprise Server 3.51
2.51
coldfusion35.so Netscape Enterprise Server 3.51 2.6 or higher