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-14
WS Plug-in Configuration Tool
[-p Pathname to WS Plug-in directory]
The -p option is used to specify the path to the WS Plug-in directory. It can be used to
override the WS Plug-in directory. This may be useful if you want to update an
alternative dbload.sqlci file.
[-l Pathname to WebLogic Server domains directory]
The -l option is used to specify the path to the directory where the WebLogic Server
domain directory is located. The default location is
bea_home/user_projects/domains. This option can be used to direct the tool to
use a different directory from the one specified in the itpwls-defs.sh file. This is
useful for processing a config.xml file relating to a domain running on a remote
system. To do this, copy the config.xml file to the local system, locating it in a
directory reflecting the domain name and use this option to reference that directory's
parent.
[-t]
The -t option causes the configuration tool to show details of the setting used and
tasks performed.
[-v]
The -v option turns on the XSLT script tracing mode and is intended for Support use
only.
Examples:
Before using the configuration tool for the first time, update the itpwls-defs.sh file:
export _WLS_DOMAIN_NAME=MyDomainName
export _WLS_CLUSTER_NAME=Cluster4
export _TCPIP_PROCESS_NAME=ZSM1
#export _WLS_COOKIE_NAME=JSESSIONID
export _PLUGIN_PATH_NAME=/projects/MyApp/Apps/webserver/bin/rmt
export _WLS_PATH_NAME=/projects/MyApp/Apps/WLS
The name of the target WebLogic Server domain is MyDomainName and the domain
directory is located in /projects/MyApp/Apps/WLS. The MyDomainName domain
has a cluster called Cluster4. Finally, the NonStop TCP/IPv6 Process Name has
been updated to reflect the name of the NonStop TCP/IPv6 process. With these