Re: JSP pages mixing for concurrent users

2007-05-26 Thread Bill Barker
"Tim Funk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Me thinks this is your problem. You have some variables being shared which > are not thread safe. > Most common reason why, but intermediate caching proxies can do this too. > > -All JSP pages extend a common class which

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Tim Funk
Me thinks this is your problem. You have some variables being shared which are not thread safe. > -All JSP pages extend a common class which writes the header and footer > using the JspWriter. -Tim Florian wrote: Hi. I have a group of developers that are experiencing an intermitent problem

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Pid
Rashmi Rubdi wrote: On 5/22/07, Florian <[EMAIL PROTECTED]> wrote: Hi. I have a group of developers that are experiencing an intermitent problem with some of the their JSP pages when concurrent users are using the application. They have had a hard time reproducing the issue in the development

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Rashmi Rubdi
On 5/22/07, Florian <[EMAIL PROTECTED]> wrote: Hi. I have a group of developers that are experiencing an intermitent problem with some of the their JSP pages when concurrent users are using the application. They have had a hard time reproducing the issue in the development environement so the de

JSP pages mixing for concurrent users

2007-05-25 Thread Florian
Hi. I have a group of developers that are experiencing an intermitent problem with some of the their JSP pages when concurrent users are using the application. They have had a hard time reproducing the issue in the development environement so the details are still sketchy. I wanted to post this a