IMPAX 6.5.1 Application Server Knowledge Base > Load balancing: Distributing data requests over multiple Application Servers > Setting up load balancing for IMPAX > Displaying simplified Healthcheck results
Before completing this procedure, complete Specifying the Application Server to run Healthcheck
Display simplified Healthcheck results so then a load balancer to bypass an Application Server when the health of the server is not what it should be.
![]() | Note: Simplified Healthcheck can be run as frequently as every second without having an impact on the Application Server performance. |
To display simplified Healthcheck results on the load balancer
On the load balancer, navigate to the following URL:
https://fully_qualified_domain_name/AgfaHC.HealthCheck.Escrow/HealthCheck.ashx?checks=database,adam
where fully_qualified_domain_name is the fully qualified domain name of the Application Server, database specifies that database connectivity should be checked, and adam specifies that ADAM/ AD LDS connectivity should be checked.
If the check parameter is not included, only IIS is checked.
Simplified Healthcheck results are returned with an http code of either 200 (passed, successful HTTP call) or 500 (failed, unsuccessful HTTP call). With these results, a load balancer can easily determine whether or not to keep the Application Server in rotation or bypass it.
If multiple parameters are included, the failure of just one test produces an overall result of 500. If all parameters pass, the result of 200 is displayed.
See also
Setting up load balancing for IMPAX
Topic number: 59348 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |