WebLogic Server (WLS) 7.0
XA Resource Manager (XARM)
HP NonStop Server Platform Guide for WebLogic Server—525779-001
5-3
Configuring the XA Resource Manager Error Output
Destination
Configuring the XA Resource Manager Error
Output Destination
You can control the destination of the XA Resource Manager error output by
configuring the following environment variables:
Configuring the WLSNonStopTxHelper as a
Startup Class
You can use the WebLogic Server console to configure startup classes. Below is an
XML fragment showing the StartupClass element that is used to configure the
startup class for the WLSNonStopTxHelper. All the XA resource object files reside in
the package com.hp.nsk.xares.
<StartupClass
ClassName=”com.hp.nsk.xares.WLSNonStopTxHelper”
DeploymentOrder=”0”
FailureIsFatal=”true”
LoadBeforeAppDeployments=”true”
Name=”NSKXAResource”
Targets=”examplesServer”
/>
ClassName
Describes the Java class implementing the T3Startup interface.
LoadBeforeAppDeployments
Specifies that the static XA resources are to be registered with the WebLogic
Server before any applications are deployed and run so that JTA can involve it in
all the transactions that are started.
Name
Used by the WebLogic Server Mbeans for configuration purposes.
Name Description
XARM_SYSLOG Set to Y to log the XA resource manager error output to the
Event Management Service
(EMS). Set to N to disable logging
the error output to EMS. The default setting is Y.
XARM_LOG_FILE
The name of the log file for error and debug output. If not
specified, the trace file name is
xalog-year-monthstring-date-hour-minute-secs.txt
For example, xalog-2003-Apr-03-13-36-48.txt,