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 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 three request and all of then
> display errors or the first request is displayed for all! Why does this
> happen?
>
>       Regards,
>       Edson

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to