46 lines
2.1 KiB
HTML
46 lines
2.1 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>Process log files</title>
|
||
|
</head>
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
<h4><a name="filename"></a>Process log files</h4>
|
||
|
<p>Application server processes contain two output streams that are accessible
|
||
|
to native code running in the process. These streams are the <strong>stdout</strong> and <strong>stderr</strong> streams.
|
||
|
Platform-specific code, including the Java virtual machine (JVM), may write
|
||
|
data to these process streams.</p>
|
||
|
<p>By default, the <strong>stdout</strong> and <strong>stderr</strong> streams
|
||
|
are redirected to log files at application server startup, which contain text
|
||
|
written to the <strong>stdout</strong> and <strong>stderr</strong> streams
|
||
|
by native modules (for example, *SRVPGM object). The application server does
|
||
|
not have a special process or format of the output that is written to the process
|
||
|
log.</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 process log file.</p>
|
||
|
<p>See these topics for information on how to use the process log files:</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<p><strong><a href="trbprocessconfig.htm">Configure the process log files</a></strong> <br>
|
||
|
Learn how to configure the process log files for your application server
|
||
|
through the WebSphere administrative console.</p>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p><strong><a href="trbprocessview.htm">View the process log files</a></strong> <br>
|
||
|
Learn how to view the JVM log files through the WebSphere administrative
|
||
|
console and other methods.</p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|