RE: installing custom error handling without SEVERE: messages in the log

2007-03-08 Thread Jerome Louvel
Hi Stokes, Good point, I've added a getStatus(Throwable, Request, Response) method to StatusService that let you override the default behavior. Checked in SVN. Best regards, Jerome -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Stokes Envoyé : mercredi 7

StackOverflowError

2007-03-08 Thread Jonathan Hall
Hi, Just before I start to debug. Has anyone load tested an application yet? I'm getting StackOverflowError on 1.0rc5: Happens after about 1k requests on 1.6. SEVERE: Unhandled exception or error intercepted java.lang.StackOverflowError at

Re: StackOverflowError

2007-03-08 Thread Piyush Purang
Perhaps this helps? http://63.246.22.60/browse/CONF-7573 On 3/8/07, Jonathan Hall [EMAIL PROTECTED] wrote: Hi, Just before I start to debug. Has anyone load tested an application yet? I'm getting StackOverflowError on 1.0rc5: Happens after about 1k requests on 1.6. SEVERE: Unhandled

VirtualHost JavaDoc

2007-03-08 Thread Sean Landis
I noticed the javadoc for the VirtualHost class talk about regular expression matching. Isn't URI Template matching done now? It would also be helpful to explain what hostRef, resourceRef, and serverInfo are. Sean