59 lines
2.8 KiB
HTML
59 lines
2.8 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>View the process log files</title>
|
|
</head>
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
<h5><a name="filename"></a>View the process log files</h5>
|
|
<p>The process logs are written as plain ASCII text files. By default, the logs
|
|
are contains in the subdirectory logs/<em>appservername</em> of the /QIBM/UserData/WebASE/ASE5/<em>appservername</em> directory,
|
|
where <em>appservername</em> is the name of your application server. You can
|
|
view the process log files using any of the methods listed below.</p>
|
|
<p><strong>View the process logs with the HTTP Server Administration interface</strong></p>
|
|
<ol>
|
|
<li><a href="../../../rzaie/rzaiemain.htm">Start HTTP Server Administration
|
|
interface.</a></li>
|
|
<li>Click the <strong>Manage</strong> tab.</li>
|
|
<li>Select your application server from the <strong>Server</strong> list.</li>
|
|
<li>Expand <strong>Problem Determination</strong>.</li>
|
|
<li>Click <strong>View Logs</strong>.</li>
|
|
<li>Select the log file you want to view from the table.</li>
|
|
<li>Click <strong>View</strong>.</li>
|
|
</ol>
|
|
<p><strong>View the process logs from the WebSphere administrative console</strong></p>
|
|
<ol>
|
|
<li><a href="../admin/acstart.htm">Start the administrative console.</a></li>
|
|
<li>Expand <strong>Troubleshooting</strong>.</li>
|
|
<li>Click <strong>Logs and Trace</strong>.</li>
|
|
<li>Click your application server from the table.</li>
|
|
<li>Click <strong>Process Logs</strong> from the <strong>Logging and Tracing</strong> table.</li>
|
|
<li>Click the <strong>Runtime</strong> tab.</li>
|
|
<li>Select a file name from the <strong>General Properties</strong> table.</li>
|
|
<li>Click <strong>View</strong>.</li>
|
|
</ol>
|
|
<p><strong>View the process logs with iSeries CL commands</strong></p>
|
|
<ol>
|
|
<li>Start a 5250 emulation session on your iSeries.</li>
|
|
<li>Type one of the following:
|
|
<ul>
|
|
<li>For stdout log file type EDTF FILE('/QIBM/UserData/WebASE/ASE5/<em>appservername</em>/logs/<em>appservername</em>/native_stdout.log')</li>
|
|
<li>For stderr log file type EDTF FILE('/QIBM/UserData/WebASE/ASE5/<em>appservername</em>/logs/<em>appservername</em>/native_stderr.log')</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<p><strong>View the process logs from a non-iSeries workstation</strong> Perform
|
|
these steps to view the JVM logs from a mapped or mounted driver:</p>
|
|
<ol>
|
|
<li>Map (Windows 32-bit workstation) or mount (Unix workstation) a drive to
|
|
the iSeries. </li>
|
|
<li>Open the file in a text editor or drag and drop the file into a file editing
|
|
and viewing application. </li>
|
|
</ol>
|
|
</body>
|
|
</html>
|