- 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
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?