EasyManua.ls Logo

BEA WebLogic - Page 139

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Management and Monitoring
BEA WebLogic Adapter for SAP User’s Guide 7-21
Procedure: How to Enable Tracing for JCA
To enable tracing for JCA:
1. Extract the ra.xml file from the iwafjca.rar file.
2. Open the extracted ra.xml file in a text editor.
3. Locate and change the following setting:
LogLevel. This setting can be set to DEBUG, INFO, or ERROR.
<context-param>
<config-property>
<config-property-name>LogLevel</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
For example:
<config-property-value>DEBUG</config-property-value>
Leave the remainder of the file unchanged.
4. Save the file and exit the editor.
5. Add the file back to the iwafjca.rar file.
6. Redeploy the connector.
A directory in the configuration directory contains the logs. For example, on Windows the
default location is the following:
C:\Program Files\iway55\config\base\log
The log files are named jca_*.log.
You should also review the logs generated by your application server.

Table of Contents