Re: Retrieving tomcat log files within war

2008-07-25 Thread Johnny Kewl
- Original Message - From: "Jerry Atrick" <[EMAIL PROTECTED]> To: Sent: Friday, July 25, 2008 12:19 AM Subject: Retrieving tomcat log files within war Is there a way to programmically retrieve the tomcat log files? I can reconstruct the log location by d

Retrieving tomcat log files within war

2008-07-24 Thread Jerry Atrick
Is there a way to programmically retrieve the tomcat log files? I can reconstruct the log location by doing a new File(System.getProperty("catalina.base")), logFileIwant ) but I'm wondering if there's a better way... Anyone had any experience with doing this?