Re: [Resin-interest] Serving static files dynamically from resin

2007-10-16 Thread Dalen, Andre van
Hi Michael, Instead of mapping a servlet url to static content (I'm assuming that that is what you are trying to do) you can also get the client to request the url for what the static pages would be and map the servlet that generates the static content to the 404 error handler. In this

Re: [Resin-interest] Serving static files dynamically from resin

2007-10-16 Thread Dalen, Andre van
times our normal load). Is there a way to disable / defer the processing of the static file until after our servlet has had a chance to examine it, and to totally disable that static file processing when we don't need it. Thanks Michael On 10/16/07, Dalen, Andre van [EMAIL PROTECTED] wrote

Re: [Resin-interest] Slooow file reads (really weird!)

2007-10-05 Thread Dalen, Andre van
Wild guess; maybe your viruschecker decided to check those reads where previously it did not (possibly also unpacking .jars on the fly in-memory as it sees them as zip archives) ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mattias Jiderhamn Sent:

Re: [Resin-interest] app loaded twice?

2007-06-05 Thread Dalen, Andre van
You could add timestamp milliseconds and threadnames to the logging to check whether you are looking at duplicated loglines or same-looking loglines. (maybe you have 2 appenders to the same file?) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan Kriesten