quarta-feira, 29 de outubro de 2003 9:55
> Para: Tomcat Users List
> Assunto: Re: Multiple requests to the same servlet is problem
>
> Can you post the servlet code?
> Are you using global variables in you logic?
> If so, you probably have a threading issue.
>
Can you post the servlet code?
Are you using global variables in you logic?
If so, you probably have a threading issue.
On Wednesday 29 October 2003 08:07 am, you wrote:
> Hello folks, i have one page with iframes, each iframe has a GET
> request, to a servlet that must bring description f
PROTECTED]
Sent: 29 October 2003 13:49
To: 'Tomcat Users List'
Subject: RE: Multiple requests to the same servlet is problem
There“s no variable that would control that behavior, if reload each
iframe, one after another, it fine ( using mouse for example ). But tell me,
a thread-sa
cat Users List
> Enviada: quarta-feira, 29 de outubro de 2003 9:08
> Para: 'Tomcat Users List'
> Assunto: RE: Multiple requests to the same servlet is problem
>
> Sounds like your servlet is not thread-safe. Have you got any instance
> var
Sounds like your servlet is not thread-safe. Have you got any instance
variables declared in your servlet class?
-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]
Sent: 29 October 2003 13:07
To: 'Tomcat-User List'
Subject: Multiple requests to the same
Hello folks, i have one page with iframes, each iframe has a GET
request, to a servlet that must bring description for a product code, and
therefore each iframe has a different request like:
url="/osctrl/exec/ProductDescription?code=478541.1"
But when tomcat seems to confuse those