User Guide

18 Administering ColdFusion Server
If you run the Netscape Server Manager, Netscapes browser-based administrator,
you may get a warning about edits to the Netscape configuration files. This is
normal. Follow the instructions and click on the Apply button to reload the new
configuration files.
6. Test the setup by accessing the ColdFusion Administrator by entering the
following URL in your browser:
http://localhost/CFIDE/administrator/index.cfm
If your server does not restart, check to make sure the pathname for the plug-in
you specified in the
obj.conf file is correct for your installation and that it is on a
single line.
Updates made to Netscape configuration files after installing ClusterCATS
If you select the ClusterCATS load balancing and high availability installation option
when installing ColdFusion, the ClusterCATS installation process updates the
Netscape magnus.conf and obj.conf configuration files.
Note The sections that the ClusterCATS installation script modifies are
enclosed by Start BT and End BT comment blocks.
obj.conf
# Netscape Communications Corporation - obj.conf
# You can edit this file, but comments and formatting changes
# might be lost when the admin server makes changes.
#Start BT: Add Init routines and Entry points
Init fn=load-modules shlib="<ClusterCATS Install Dir>/btcats/
teserver.so"
funcs="btcats_server_init,btcats_nsapi_AuthTrans,btcats_nsapi_NameTrans,
btcats_ErrorFixup"
Init fnInit fn="btcats_server_init"
#End BT:
Init fn="flex-init" access="/local1/netscape/https-skagway/logs/access"
format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%]
\"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req-
>srvhdrs.content-length%"
Init fn="load-types" mime-types="mime.types"
<Object name="default">
#Start BT: Entry Points
NameTrans fn=btcats_nsapi_NameTrans
AuthTrans fn=btcats_nsapi_AuthTrans
Error fn=btcats_ErrorFixup reason="BrightTiger"
#End BT:
NameTrans fn="pfx2dir" from="/ns-icons" dir="/local1/netscape/ns-icons"
NameTrans fn="pfx2dir" from="/mc-icons" dir="/local1/netscape/ns-icons"
NameTrans fn="document-root" address="192.168.0.220" root="/local1/
netscape/root-wrangle"
NameTrans fn="document-root" address="192.168.0.173" root="/local1/
netscape/root-kodiak"