We’re using JBoss 7.1.3.Final with Apache 2.2.31. We’re connecting from Apache to JBoss through an AJP connection. We are noticing 504 GATEWAY_TIMEOUT errors after 60 seconds when requesting a particular page that does a lot of processing. We have set this parameter in our /etc/httpd/conf/httpd.conf file
Timeout 300
However, even after restarting Apache, we are still seeing the timeouts. What other settings do I need to examine in order to increase the timeout? There does not seem to be any relevant connection timeout settings within our JBoss standalone.xml configuration file.
When I connect to JBoss directly (by-passing Apache), I notice I don’t see these timeout errors.