NonStop Server Guide for BEA WebLogic Server 8.1

XA Resource Manager (XARM)
HP NonStop Server Guide for BEA WebLogic Server 8.1529891-001
6-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=”1”
FailureIsFatal=”true”
LoadBeforeAppActivation=”true”
LoadBeforeAppDeployments="false"
Name=”NSKXAResource”
Targets=”VCluster”
/>
ClassName
Describes the Java class implementing the T3Startup interface.
LoadBeforeAppActivation
Determines if the startup class should be loaded after the connection pools are
created but before the applications are activated. Activation is the second phase in
the 2-phase deployment model.
LoadBeforeAppActivation should be used when the startup class needs to be
invoked after the connections pools are available but before the applications are
activated and ready to service client requests.
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.