Check the access logs - you may be actually getting multiple requests.
Mitch Claborn
mi...@claborn.net
Konstantin Kolinko wrote:
> 2009/7/6 Daniele Development-ML :
>
>> (...)
>> Looking at the log and all the printouts, I have noticed that the servlet is
>> invoked four times (four log en
2009/7/6 Daniele Development-ML :
>(...)
> Looking at the log and all the printouts, I have noticed that the servlet is
> invoked four times (four log entries in the database) instead of one. This
> is also shown by the four System.out lines I found in the screen when
> requesting the same URL.
>
>
Thanks Charles for the elucidation and the idea of using the stack trace.
For the time being, however, I can't see anything wrong with my application.
I'm attaching the stack trace below:
== VISUALISATION!
java.lang.Exception
at
webinterface.actions.JarRetriev
> From: Daniele Development-ML [mailto:daniele@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