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

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

2006-04-13 Thread Duncan McGregor
ut need to support resumable 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

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

2006-04-13 Thread Reinhard Moosauer
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 > > --

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

2006-04-13 Thread Duncan McGregor
thing. 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: file servlet

2006-02-05 Thread Tim Lucia
- From: Gilbert, Antoine [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 2:02 PM To: Tomcat Users List Subject: file servlet I'm using tomcat 5.5 Any way to make tomcat able to serve zip and video files ? without having to write

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