Re: Tomcat (v 6.0.32) write response to wrong client socket

2014-07-09 Thread Igal @ getRailo.org
if Tomcat is fronted by a web server then I would also check the connector. I've seen similar issues in the past with IIS and a faulty AJP connector. switching to nginx with an APR connector resolved it in my case. Igal On 7/9/2014 2:49 AM, Mark Thomas wrote: On 09/07/2014 08:43, yanchun.y..

Re: Tomcat (v 6.0.32) write response to wrong client socket

2014-07-09 Thread Mark Thomas
On 09/07/2014 08:43, yanchun.y...@finnova.ch wrote: > Hello, > > We got a serious problem on our online banking applications: a user U1 of > bank A got to see the data of another user U2 of another bank B. > It happened only once, before and after that went everything well. > > The two same onli