• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Response timeout

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I'm working on a project running on oracle weblogic server 9.2 and I'm using struts1.
Above the app. serv. (my appl. run on a cluster) there is an Apache bridge and above of that there is a RadWare WSD to dispatch the request between the 2 server of the cluster.
The problem is that RadWare WSD has a response timeout set to 60 sec.
Now is there a way to anticipate the commit of the response so that if the sw hasn't yet finished his business I can send a message to the client?

Thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic