Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Adding Webapp Specific Configuration

Adding Webapp Specific Configuration

  1. Define the webapp specific configuration in the epmonitoring. xml file.
  2. Specify the following status check lists that you want performed for the webapp:
    • loadBalancerStatusCheckerTargetList: Contains the verification activities that must be performed when a load balancer requests the webapp status.
    • additionalInfoStatusCheckerTargetList: Contains additional verifications that are useful for human diagnostic purposes.
  3. To configure the refresh interval for the HTML status page, add the healthMonitoringRefreshIntervalSeconds bean class as in the following example:
    <!-- Refresh interval for HTML status -->
    <bean id="healthMonitoringRefreshIntervalSeconds" class="java.lang.Integer">
        <constructor-arg value="5" />
    </bean>
    The default value is 10 seconds.
  4. To allow access to the configured status check URLs, update the web.xml as required.