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-7
Configuring the WS Plug-in
Configuring the WS Plug-in
You configure the WS Plug-in by configuring the Server Class definition and database
tables.
Defining the WS Plug-in Server Class
The WS Plug-in server class is named rmt.pway. The iTP Secure WebServer default
configuration file httpd.config defines the RLS server class, shown in Example 8-1
For a description of the elements in this definition, see the iTP Secure WebServer
System Administrator's Guide. For more information about defining Pathway server
classes, see the Pathway/XM System Management Manual.
Example 8-1. Default RLS Server Class Definition
#######################################################
###### Configure Resource Locator attributes
#
set rmt /bin/rmt/rmt.pway
if { [file exists $root$rmt]} {
Filemap $rmt $root$rmt
Server $root$rmt {
eval $DefaultServerAttributes
CWD $root/bin/rmt
}
RmtServer $rmt
}