logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache resends request after timeout - mod_jk
Author
Qmpeltaty



Joined: 06 Feb 2008
Posts: 182
Location: Poland

PostPosted: Mon 08 Mar '10 11:16    Post subject: Apache resends request after timeout - mod_jk Reply with quote

I have a problem with my apache which is deployed in front of jboss server. Apache is just directing all http trafic by mod_jk module to jboss. I have set connect_timeout to 60 seconds in my workers.properties file, but sometimes jboss is making operations longer. The problem is that after receiving timeout, apache sends another request to jboss. Fx I click "send" button, operations of sending emails starts at jboss site and no reply to apache is sent until it finishes. After 60 seconds Apache gets timeout and send request (like clicking "send" button) again.

How can I configure Apache to not do so?

Apache/2.2.14 (Win32) PHP/5.2.12 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_jk/1.2.25
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Tue 06 Jul '10 14:04    Post subject: Reply with quote

Did you read http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html yet?
Back to top


Reply to topic   Topic: Apache resends request after timeout - mod_jk View previous topic :: View next topic
Post new topic   Forum Index -> Apache