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
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
In a text editor such as Notepad open E:\Inetpub\wwwroot\AgfaHC.Healthcheck.Escrow\web.config.
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>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
Running Healthcheck from a URL to check the status of web services
Topic number: 47293 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |