50 lines
2.3 KiB
HTML
50 lines
2.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>IBM Service log files</title>
|
|
</head>
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
<h4><a name="trbserviceintro"></a>IBM Service log files</h4>
|
|
<p>The IBM Service, or activity, log file is a binary file to which the application
|
|
server writes the message events for any servers running under an instance
|
|
(node). The application server runtime creates the file, named activity.log
|
|
by default, in the logs subdirectory of your application server instance. By
|
|
default, the logs are contained in the subdirectory logs/<em>appservername</em> of
|
|
the /QIBM/UserData/WebASE51/ASE/<em>appservername</em> directory, where <em>appservername</em> is
|
|
the name of your application server.</p>
|
|
<p>The log files must have the following granted authorities:</p>
|
|
<ul>
|
|
<li>*Public *Exclude</li>
|
|
<li>QEJBSVR *RW</li>
|
|
</ul>
|
|
<p>If the application server is running under a user profile other than the default
|
|
(QEJBSVR) and the user profile does not have QEJBSVR specified as a group profile,
|
|
the user profile must have explicit *RW authority to the activity.log file.</p>
|
|
<p>See these topics for information on how to use the JVM log files:</p>
|
|
<ul>
|
|
<li>
|
|
<p><strong><a href="trbserviceconfig.htm">Configure IBM Service log files</a></strong> <br>
|
|
Learn how to configure the IBM Service log files for your application server
|
|
through the WebSphere administrative console.</p>
|
|
</li>
|
|
<li>
|
|
<p><strong><a href="qshcollect.htm">Collect data for IBM Service</a></strong> <br>
|
|
The WebSphere Application Server - Express includes a Qshell script that
|
|
collects information about your WebSphere Application Server - Express
|
|
installation and packages it in a JAR file that you can send to IBM Customer
|
|
Support to assist in problem determination and analysis.</p>
|
|
</li>
|
|
<li>
|
|
<p><a href="qshshowlog.htm"><strong>The showlog script</strong></a> <br>
|
|
The WebSphere Application Server - Express includes a Qshell script that
|
|
displays the contents of the IBM Service log.</p>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|