View the process log files
The process logs are written as plain ASCII text files. By default, the logs
are contains in the subdirectory logs/appservername of the /QIBM/UserData/WebASE/ASE5/appservername directory,
where appservername is the name of your application server. You can
view the process log files using any of the methods listed below.
View the process logs with the HTTP Server Administration interface
- Start HTTP Server Administration
interface.
- Click the Manage tab.
- Select your application server from the Server list.
- Expand Problem Determination.
- Click View Logs.
- Select the log file you want to view from the table.
- Click View.
View the process logs from the WebSphere administrative console
- Start the administrative console.
- Expand Troubleshooting.
- Click Logs and Trace.
- Click your application server from the table.
- Click Process Logs from the Logging and Tracing table.
- Click the Runtime tab.
- Select a file name from the General Properties table.
- Click View.
View the process logs with iSeries CL commands
- Start a 5250 emulation session on your iSeries.
- Type one of the following:
- For stdout log file type EDTF FILE('/QIBM/UserData/WebASE/ASE5/appservername/logs/appservername/native_stdout.log')
- For stderr log file type EDTF FILE('/QIBM/UserData/WebASE/ASE5/appservername/logs/appservername/native_stderr.log')
View the process logs from a non-iSeries workstation Perform
these steps to view the JVM logs from a mapped or mounted driver:
- Map (Windows 32-bit workstation) or mount (Unix workstation) a drive to
the iSeries.
- Open the file in a text editor or drag and drop the file into a file editing
and viewing application.