Difference between revisions of "Heartbeat Check"
From LongJump Support Wiki
imported>Aeric m (Text replace - 'Category:System Administration' to 'Category:Installation') |
imported>Aeric |
||
Line 1: | Line 1: | ||
=== Heartbeat Check=== | === Heartbeat Check=== | ||
The Heartbeat Check checks to make sure that the | 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. (The URL is very lightweight, does not require a login, and still gets processed by Tomcat.) | ||
:<pre>https://<yourdomain>/networking/rest</pre> | :<pre>https://<yourdomain>/networking/rest</pre> | ||
Latest revision as of 18:36, 22 June 2011
Heartbeat Check
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. (The URL is very lightweight, does not require a login, and still gets processed by Tomcat.)
https://<yourdomain>/networking/rest
If Tomcat is running, you will get an http return code of 200.