Re: Web application receives request parameters sent to another application on Tomcat 6

2007-05-28 Thread Dejan Krsmanovic
I am aware of that. We are printing request parameters inside Servlet's doPost method. Dejan Len Popp wrote: > It is possible that Tomcat resuses request objects. I'm not sure it > does, but it might. For that reason, you're only allowed to use the > request object in your servlet's doGet or doPo

Re: Web application receives request parameters sent to another application on Tomcat 6

2007-05-28 Thread Dejan Krsmanovic
Rashmi Rubdi wrote: > It is hard to tell what could be the problem without knowing full > details of how the 2 projects Host, Context etc are configured. > > Are they at the ROOT context, or other Context? No, they are on different contexts (not ROOT). > > Are they on a virtual host or all of them

Web application receives request parameters sent to another application on Tomcat 6

2007-05-28 Thread Dejan Krsmanovic
We have two applications running on the same Tomcat instance. These two applications are used by completely different people and one of them has much higher traffic than another one. Recently we have upgraded to Tomcat 6.10 and start experiencing strange behavior. After a lot of debugging, we have