Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> NetScape FastTrack 3.01 & OWS 2.11

NetScape FastTrack 3.01 & OWS 2.11

From: Pete Simpson <psimpson_at_oucsace.cs.ohiou.edu>
Date: Mon, 24 Aug 1998 22:01:22 GMT
Message-ID: <Ey7ruA.2ox@boss.cs.ohiou.edu>


Hopefully someone out here can help me...

I've got the following configuration:

Digital Alpha running Digital Unix 4.0D NetScape FastTrack Server v3.01 for DEC Unix Oracle WebServer v2.11
Oracle database 7.3.4

I'm attempting to use FastTrack server so that I can get an SSL 3.0 connection to the Oracle Webserver.

Oracle Webserver supports FastTrack v2.01, however FastTrack 2.01 will not install on a Digital Unix 4.0D machine (4.0C and lower only!) -- it gives a weird XPG library fault.

FastTrack 3.01 is installed on the system, and Oracle recognizes the "External Listener" on the configuration screen. The problem is, when the OBJ.CONF file for the Netscape Server (listener in Oracle lingo) is modified to support Oracle's web request broker, the following error occurs on startup:

#./start
conf_init: Error running init function(late) oracle-adp-init: Adapter Configuration File Error
Failed to initialize server.

What I guess I need is a "obj.conf" file for FastTrack 3.01 that will work with ORacle Webserver v2.11.

Any help is appreciated.

Here is the contents of my current (non-functional) "obj.conf" file:



# cat obj.conf
Init fn=flex-init access="/u01/app/netscape/httpd-rmed/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-modules shlib=/u01/app/oracle/product/7.3.4/ows21/lib/ndwfns.so funcs="oracle-adp-init,oracle-adp-auth-trans,oracle-adp-service,oracle-adp-addlog,oracle-adp-error,oracle-adp-name-trans,oracle-adp-path-check,oracle-adp-object-type"

Init fn=oracle-adp-init
adapter="/u01/app/oracle/product/7.3.4/ows21/lib/ndwfn.so"
cfgfile="/u01/app/oracle/product/7.3.4/ows21/admin/adpnsapi.cfg"
serverconf="/u01/app/netscape/httpd-rmed/config/obj.conf" servererrfile="/u01/app/netscape/httpd-rmed/logs/errors"
ORACLE_HOME="/u01/app/oracle/product/7.3.4"
OWS_APPFILE="/u01/app/oracle/product/7.3.4/ows21/admin/svrmed.app"
userdbdir="/u01/app/netscape/httpd-rmed/userdb"

Init fn=load-types mime-types=mime.types

<Object name=default>

AuthTrans fn="oracle-adp-auth-trans"
NameTrans fn="oracle-adp-name-trans"
NameTrans fn=document-root root="/u01/app/netscape/docs"
NameTrans fn=pfx2dir from=/rmed/owa

dir="/u01/app/oracle/product/7.3.4/ows21/bin" name="cgi"
PathCheck fn=unix-uri-clean
PathCheck fn="check-acl" acl="default"
PathCheck fn=find-pathinfo
PathCheck fn=find-index index-names="index.html,home.html"
PathCheck fn="oracle-adp-path-check"

ObjectType fn="oracle-adp-object-type"
ObjectType fn=type-by-extension
#ObjectType fn=force-type type=text/plain Service fn="oracle-adp-service"
Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
AddLog fn=flex-log name="access"
AddLog fn="oracle-adp-addlog"
</Object>

<Object name=cgi>

ObjectType fn=force-type type=magnus-internal/cgi Service fn=send-cgi
</Object>

--
Peter J. Simpson | psimpson_at_oucsace.cs.ohiou.edu Have a hobie day!| Received on Mon Aug 24 1998 - 17:01:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US