56 lines
2.6 KiB
HTML
56 lines
2.6 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>Java virtual machine log files</title>
|
|
</head>
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
<h4><a name="filename"></a>Java virtual machine log files</h4>
|
|
<p>The Java virtual machine (JVM) log files contain the output for the System.out
|
|
and System.err output streams for the application server process. One log file
|
|
is created for the System.out output stream and another for the System.err
|
|
output stream. The JVM logs contain print data written by applications. The
|
|
data may be written directly by the application in the form of System.out.println(),
|
|
System.err.print(), or other method calls. Data may also be written indirectly
|
|
by the application calling a JVM function, such as Exception.printStackTrace().
|
|
In addition, the System.out JVM log contains system messages, also known as
|
|
message events, written by the application server.</p>
|
|
<p>The JVM log files are self-managing. The maximum file size and the number
|
|
of log files to archive and when to archive log files are user defined.</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 JVM log file.</p>
|
|
<p>Application print data may be formatted with the JVM to display as a WebSphere
|
|
system message or as plain text. WebSphere system messages are always preformatted.</p>
|
|
<p>See these topics for information on how to use the JVM log files:</p>
|
|
<ul>
|
|
<li>
|
|
<p><a href="trbjvmconfig.htm"><strong>Configure the Java virtual machine
|
|
log files</strong></a> <br>
|
|
Learn how to configure the JVM log files for your application server through
|
|
the administrative console .</p>
|
|
</li>
|
|
<li>
|
|
<p><strong><a href="trbvmview.htm">View the Java virtual machine log files</a></strong> <br>
|
|
Learn how to view the JVM log files through the administrative console
|
|
and other methods.</p>
|
|
</li>
|
|
<li>
|
|
<p><a href="trbjvminterp.htm"><strong>Interpret the contents for the Java
|
|
virtual machine log files</strong></a> <br>
|
|
Learn about the formatting of the information contained in the log files.</p>
|
|
</li>
|
|
</ul>
|
|
<p> </p>
|
|
</body>
|
|
</html>
|