Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread mmg
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. Mathias Rainer Jung-3 wrote: > > On 07.07.2010 16:08, mmg wrote: >> >> Hello, >> >> I've recen

Re: Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread mmg
Thanks for your suggestion. I will ask the system admin to add this entry. The ip address is 69.90.208.57 awarnier wrote: > > mmg wrote: >> Hello, >> >> I've recently deployed an application on our Linux staging server; a >> Tomcat >> 5.5.28 server

Very slow HttpServletRequest.getLocalName()

2010-07-07 Thread mmg
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 application, and I se