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 I do this, how

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 AND/OR OTHERWISE

Looking for simple file servlet with etag, range and if-range support

2006-04-13 Thread Duncan McGregor
. Does anyone know of a nice file servlet implementation? Thanks in anticipation. Duncan McGregor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Looking for simple file servlet with etag, range and if-range support

2006-04-13 Thread Reinhard Moosauer
cast high and low for some code which fits the bill, but can find nothing. Does anyone know of a nice file servlet implementation? Thanks in anticipation. Duncan McGregor - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Looking for simple file servlet with etag, range and if-range support

2006-04-13 Thread Duncan McGregor
downloads (and hence serve ETag response headers and correctly respond to Range and If-Range request headers). I've cast high and low for some code which fits the bill, but can find nothing. Does anyone know of a nice file servlet implementation? Thanks in anticipation. Duncan McGregor

file servlet

2006-02-05 Thread Gilbert, Antoine
I'm using tomcat 5.5 Any way to make tomcat able to serve zip and video files ? without having to write code