0

As an alternative to this question, is it possible to decrease the amount of time that it takes for the Apache (httpd) server to pick up the JBoss servers after the Apache server reloads? As of right now, it is taking between 10 and 20 seconds; I would like it to take closer to one or two seconds.

EDIT: Here is the relevant section of the standalone.ha configuration file:

<subsystem xmlns="urn:jboss:domain:modcluster:1.2">
    <mod-cluster-config advertise-socket="modcluster" proxy-list="redacted:8888,redacted:8888" connector="ajp">
        <dynamic-load-provider>
            <load-metric-type="busyness"/>
        </dynamic-load-provider>
    </mod-cluster-config>
</subsystem>
user1207177
  • 133
  • 1
  • 7

1 Answers1

0

Use PeristSlots on in the httpd mod_cluster configuration. It will persist the current state and use that as the starting configuration after a restart.