iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Using the Resource Locator Service (RLS)
iTP Secure WebServer System Administrator’s Guide—523346-002
10-6
Building and Installing the Resource Locator Service
(RLS)
Building and Installing the Resource Locator
Service (RLS)
To build and install RLS, do the following in the OSS environment:
1. Navigate to the RLS directory, using the command cd /bin/rmt.
2. If you want to create the database in a directory other than $SYSTEM.ZWEB,
change the values of DB_VOLUME and DB_SUBVOLUME in the make file.
The database must be located on a volume audited by TMF.
3. Enter descriptions of your web servers by editing the file dbload.sqlci, if you
haven’t already done so.
4. Run the make utility. This step installs the database and compiles and links the
object code into the executable rmt.pway.
5. To install RLS in a different directory, move rmt.pway by using the following
command:
mv rmt.pway directory
specifying the desired directory. Do not copy rmt.pway; executable programs that
contain SQL queries do not work if you copy them.
6. Navigate to the configuration directory, using the command cd /admin/conf.
7. Run the installation script using ./install.WS if your iTP Secure WebServer
environment is not already installed.
8. Modify the httpd.config file if you need to change the RLS configuration. You
must modify the httpd.config file if you moved rmt.pway.
9. Start the iTP Secure WebServer environment. Use ./start if you just installed
the iTP Secure WebServer or ./restart if the iTP Secure WebServer was
already running.