You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Scott Weaver <sw...@wirelesstelematics.com> on 2001/06/19 17:33:29 UTC

duplicate posts

I'm running Tomcat 3.2.1

I have a servlet that receives posted data from a client. Some times I
receive duplicate posts (the data is exactly the same...the message can't be
because of some unique attributes included with the data). The client claims
they are not sending duplicate messages so I'm wondering if any of you out
there have ever encountered this problem.

It doesn't happen all the time but it is happening. I have checked my
servlet log (stdout.log) and from my servlet's point of view I am receiving
2 separate distinct posts (time stamp is milliseconds apart).

Any advice?

Thanks,
Scott