How to set health check servlet on
Originally Published: 2006-08-29
Article Number
Applies To
Health check
web.xml
Issue
Resolution
The parameter to be set is as follows:
<servlet>
<servlet-name>HealthCheck</servlet-name>
<servlet-class> com.passmarksecurity.servlet.HealthCheckServlet </servlet-class>
<load-on-startup>2</load-on-startup>
<init-param>
<param-name>secure</param-name>
<param-value>false</param-value>
</init-param>
</servlet>
Related Articles
URL for RCM health check when configuring load balancers 51Number of Views Can /KMS/provider be accessed through a browser or other HTTP clients for checking system health 20Number of Views RSA Governance & Lifecycle Recipes: System Health Check Dashboard 89Number of Views SA 10.4.x : Health & Wellness falsely reporting errors on disks 6Number of Views Cloud Administration Health Check API 100Number of Views
Don't see what you're looking for?