Heartbeat Check
From AgileApps Support Wiki
Revision as of 23:22, 10 March 2015 by imported>Aeric
The Heartbeat Check checks to make sure that the platform is still running. It's accomplished by visiting a URL which gets processed by Tomcat. (This lightweight URL gets an gets an immediate response from Tomcat, if it is running.)
If you are logged in, visit https://<yourdomain>/networking/rest in your browser.
To run the same test without logging in, use a REST client to visit the URL and specify the HEAD method (rather than GET, PUT, or POST).
If Tomcat is running, you get an http return code of 200.