Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread Pid
On 07/07/2010 17:36, André Warnier wrote: > Pid wrote: >> On 07/07/2010 15:08, mmg wrote: >>> Hello, >>> >>> I've recently deployed an application on our Linux staging server; a >>> Tomcat >>> 5.5.28 server on Java 1.5.0_09-b01. At some point, the application >>> makes a >>> call to request.getLoca

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread André Warnier
Pid wrote: On 07/07/2010 15:08, mmg wrote: Hello, I've recently deployed an application on our Linux staging server; a Tomcat 5.5.28 server on Java 1.5.0_09-b01. At some point, the application makes a call to request.getLocalName(). For some reason, this call takes a very long time (about 20 se

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread Rainer Jung
On 07.07.2010 18:03, mmg wrote: Hi Rainer, Thanks for that suggestion, but it's not my code that's calling the method: it's the icefaces framework so it's out of my control. If you don't find a good other solution, you can write a simple filter, that registers a ServletRequestWrapper, so all

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread mmg
> Regards, > > Rainer > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > &g

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread Rainer Jung
On 07.07.2010 16:08, mmg wrote: Hello, I've recently deployed an application on our Linux staging server; a Tomcat 5.5.28 server on Java 1.5.0_09-b01. At some point, the application makes a call to request.getLocalName(). For some reason, this call takes a very long time (about 20 seconds!). I

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread Pid
On 07/07/2010 15:08, mmg wrote: > > Hello, > > I've recently deployed an application on our Linux staging server; a Tomcat > 5.5.28 server on Java 1.5.0_09-b01. At some point, the application makes a > call to request.getLocalName(). For some reason, this call takes a very long > time (about 20 s

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread mmg
-- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://old.nabble.com/Very-slow-HttpServletRequest.getLocalName%28%29-tp29096652p29096953

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread André Warnier
mmg wrote: Hello, I've recently deployed an application on our Linux staging server; a Tomcat 5.5.28 server on Java 1.5.0_09-b01. At some point, the application makes a call to request.getLocalName(). For some reason, this call takes a very long time (about 20 seconds!). I profiled the applicati

Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread mmg
g else I can do to speed this up? Thanks, Mathias -- View this message in context: http://old.nabble.com/Very-slow-HttpServletRequest.getLocalName%28%29-tp29096652p29096652.html Sent from the Tomcat - User mailing list archiv