NonStop Server Guide for BEA WebLogic Server 8.1

Using the WS Plug-in
HP NonStop Server Guide for BEA WebLogic Server 8.1529891-001
8-22
Migration Considerations
2. Use the make clean command in the WS Plug-in directory (itpWS
directory/bin/rmt) to remove the rmt.pway file executable and delete the
existing database.
3. Change the values of DB_VOLUME and DB_SUBVOLUME in the make file to specify
the new Guardian volume and subvolume location.
4. Use the make command to create a new database and build the rmt.pway
executable.
5. If the Auto Load option is used, update the MapDefine entries in the Plug-in section
of the httpd.config file.
6. Restart the iTP Secure WebServer environment.
Migration Considerations
The WS Plug-in can be used with existing versions of iTP Secure WebServer.
However, if you use iTP Secure WebServer, you must modify your existing
configuration by adding the no_redirect column to the dbload script.
To add the no_redirect column to the dbload script, add a 0 (zero) to each line in
the dbload script. For example, change the following line
insert into =dbaccess values ("/sample.html","localhost",80,"$ztc0",1,0);
to
insert into =dbaccess values ("/sample.html","localhost",80,"$ztc0",1,0,0);
HP recommends that when you migrate from the iTP Secure WebServer version of the
WS Plug-in:
Use the database creation/removal scripts that are distributed with the WebLogic
Server.
Replace the example dbload script with your current, customized dbload script.
WS Plug-in Event Messages (5000 through
5024)
The following messages are generated by the WS Plug-in in addition to the RLS
messages documented in the Operator Messages Manual.
5001
(#5001) (#1) WS Plug-in unable to service request because all remote
servers are hanging
Cause. The WS Plug-in cannot service the request because all the servers are
marked as failed.
Effect. The WS Plug-in stops trying to process the request.