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?
