IMPAX 6.5.1 Application Server Knowledge Base > Configuring Application Server communication for a single IMPAX cluster > Monitoring the Application Server with Healthcheck > Checking the status of web services using the Healthcheck URL

Refreshing the Healthcheck page automatically

To continuously monitor the web services, leave the browser window displaying Healthcheck open at all times, and configure the web.config file to refresh the Healthcheck page automatically.

To refresh the Healthcheck page automatically

  1. In a text editor such as Notepad open E:\Inetpub\wwwroot\AgfaHC.Healthcheck.Escrow\web.config.

  2. In the web.config file, locate the following section:

    <HealthCheckConfiguration type="AgfaHC.HealthCheck.Escrow.HealthCheckConfiguration, AgfaHC.HealthCheck.Escrow">
        <Domain></Domain>
        <Username></Username>
        <Password></Password> 
        <Stylesheet>hc.xsl</Stylesheet>
        <Timeout>30000</Timeout>
  3. Between the Timeout tags, type the number of seconds between Healthcheck page refreshes.

    For example, <Timeout>15000</Timeout>.

    The default value is 30000 seconds, or 8 hours.


See also


Topic number: 47293

Applies to: IMPAX 6.5.1 Application Server Knowledge Base