Monday, June 17, 2013

How to access log files in Weblogic

How to access log files in Weblogic

Most of the times, In large scale environments, Weblogic application servers will be installed on linux machines. There are multiple ways we can access to log files to see application logging specific information or deployment log information.

One way is , Cd(Change directory) to corresponding log file folder in linux box and use linux commands to access the log files.

Another way is , connect to weblogic EM(Enterprise Manager) and follow below steps to see detailed log information.

- Connect to Weblogic Enterprise Manager
                 

-Expand Weblogic Doman, Right click on the corresponding cluster where your application has been deployed, Choose Logs , View Log Messages as shown below
                         


- Select the log file as shown below
                                       

- Click on Download button as shown below to copy to local folder.



No comments:

Post a Comment