> From: Daniele Development-ML [mailto:daniele.dml@googlemail.com]
> Subject: Multiple invocation of servlet with the same URL request
>
> Anybody has any hint about this problem and how to resolve it?
It's you code - do more debugging. Start by including a stack trace where you have the System.out
calls so you can see how the servlet is calling itself.
> My idea is that the servlet might be relatively slow and
> thus Tomcat reiterates the request. Is this right?
No - Tomcat does no such thing.
- chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus
for use only by the intended recipient. If you received this in error, please contact the
sender and delete the e-mail and its attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|