RE: log file servlet

2006-10-31 Thread Caldarale, Charles R
> From: Tony Smith [mailto:[EMAIL PROTECTED] > Subject: log file servlet > > Is there already something to do this and I am just > reinvent the wheel or this is totally a bad idea? Try Lambda Probe (www.lambdaprobe.org). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL A

log file servlet

2006-10-31 Thread Tony Smith
I am thinking about writing a "log file servlet" where I can check the log file of the tomcat session from my web browser. Thus I do not need to use console and vi to check it. Is there already something to do this and I am just reinvent the wheel or this is totally a bad idea? If