Re: [OT] request issued twice

2005-03-16 Thread xhu1
I assume you are using weblogic plugin for apache. if so, there is a parameter Idempotent that if the request doesn't get response in the defined time (default 5 min) the plugin will issue anotehr request. --- a k <[EMAIL PROTECTED]> wrote: > Hi all, > > My app has a button that will invoke a lon

AW: [OT] request issued twice

2005-03-16 Thread Leon Rosenberg
a k [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 16. März 2005 17:24 > An: user@struts.apache.org > Betreff: [OT] request issued twice > > Hi all, > > My app has a button that will invoke a long running process > in the background. It generally takes upto 7 mins to f

AW: [OT] request issued twice

2005-03-16 Thread Leon Rosenberg
a k [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 16. März 2005 17:24 > An: user@struts.apache.org > Betreff: [OT] request issued twice > > Hi all, > > My app has a button that will invoke a long running process > in the background. It generally takes upto 7 mins to f

Re: [OT] request issued twice

2005-03-16 Thread Lionel
a k wrote: > I am not sure if it is the browser (IE 6.0), apache, weblogic (6.1) > that I should be looking at. Did you look at the users ? ;) Mine click twice or more if request takes more than 2 seconds. I've had to add a javascript alert to block the button until the response is displayed.

RE: [OT] request issued twice

2005-03-16 Thread Scott Purcell
On issues like that, I try and post to a middle page that says "Please wait" and from there push the data to the slow process. Scott -Original Message- From: a k [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 10:24 AM To: user@struts.apache.org Subject: [OT] requ

[OT] request issued twice

2005-03-16 Thread a k
Hi all, My app has a button that will invoke a long running process in the background. It generally takes upto 7 mins to finish this transaction. What I am noticing from the application log files is that exactly 5 mins after invoking the first request a second request is being issued. I am not su