Oracle A54857-03 User Manual

Page 45

Advertising
background image

Configuration of Third-party HTTP Servers

5-3

owsctl start fnsl

To stop the server:

owsctl stop

servername

To check the status of the server:

owsctl status

servername

Note:

If you use owsctl to start the Netscape server, you must register the Netscape
server with the Oracle Web Application Server.

Changes Made During Configuration

The wlmigrat program does the following:

Configures the Netscape server configuration file obj.conf under:

%NS_HOME%/httpd-

server/config (FastTrack Server), or

%NS_HOME%/https-

server/config (Enterprise)

The migration tool links these files with Oracle WRB and saves the original
files into filename.sav.

The init function causes the Netscape server to load the WRB modules and adds
to the obj.conf and magnus.conf files as follows.

Init fn=load-modules shlib=%ORAWEB_HOME%/lib /ndwfns30.dll

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=%ORAWEB_HOME%/lib/ndwfn30.dll \

cfgfile=”%ORAWEB_HOME%/admin/adpnsapi.cfg” \

serverconf=”%NS-HOME%/httpd-[server]/config/obj.conf” \

servererrfile=”%NS-HOME%/httpd-[server]/logs/errors” \

ORACLE_HOME=”%ORACLE_HOME%” \

ORAWEB_HOME=”%ORAWEB_HOME%” \

userdbdir=”%NS-HOME%/userdb” \

mimetypesfiles=”%NS-HOME%/http-[server]/config/mime.types”

Additional directory mappings for the Netscape server are needed for viewing
Web Application Server release 3.0.1 pages. These are added to the default object
section of the obj.conf file as follows:

NameTrans fn=”oracle-adp-name-trans” \

NameTrans fn=pfx2dir from=/ows-bin \

dir=”%ORAWEB_HOME%/bin” name=”cgi”

NameTrans fn=pfx2dir from=/ows-doc \ dir=”%ORAWEB_HOME%/doc”

NameTrans fn=pfx2dir from=/ows-img \ dir=”%ORAWEB_HOME%/img”

Advertising