How to get server log location of websphere at run time in our application (servlet or jsp) ?
Madhavi Subramaniam
Greenhorn
Joined: Nov 24, 2011
Posts: 24
posted
0
I can get the server log location of jboss by using System.getProperty("jboss.server.log.dir"). How can i get it for websphere and weblogic?...Please any one help me....
Madhavi Subramaniam
Greenhorn
Joined: Nov 24, 2011
Posts: 24
posted
0
Hi,
For websphere, user.install.root/logs gives the server log location.
Please can anyone tell me the solution for weblogic
Thanks.
subject: How to get server log location of websphere at run time in our application (servlet or jsp) ?