View the process log files
The process logs are written as plain ASCII text files. By default, the process logs are located in the logs/servername subdirectory of the WebSphere instance you are using, where servername is the name of the server. If you are using the default WebSphere Application Server instance, the path is /QIBM/UserData/WebAS5/Base/default/logs/server1. If you are using the default Network Deployment instance, the path is /QIBM/UserData/WebAS5/ND/default/logs/dmgr. For a WebSphere Application Server instance that has been added to a Network Deployment domain (cell), the log files for the node agent are located in subdirectory logs/nodeagent and the logs files for the JMS server are located in subdirectory logs/jmsserver.
You can view the process log files using one of these methods:
- View the process logs from the administrative console.
Perform these steps to view the process logs using the administrative console:
- Start the administrative console.
- Expand Troubleshooting.
- Click Logs and Trace.
- Click the link for the server whose logs you wish to view.
- Click Process Logs.
- Select the Runtime tab.
Click View for the log you want to view.
- View the process logs on the iSeries where they are stored.
To use the Edit File (EDTF) CL command to view the process log files:
From the OS/400 command line, invoke the EDTF CL command specifying the Integrated File System pathname for the file you wish to view. For example:EDTF FILE('/QIBM/UserData/WebAS5/Base/default/logs/server1/native_stdout.log') EDTF FILE('/QIBM/UserData/WebAS5/Base/default/logs/server1/native_stderr.log')- From a non-iSeries workstation.
Perform these steps to view the process 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/viewing program.