Author |
Message |
25/10/2013 19:52:58
|
mmueller
Active
Joined: 17/12/2009 07:05:17
Messages: 24
Location: Ettlingen
Offline
|
Hi,
has CaptainCasa any "PingServlet" which just says "Hello"?
Our load balancer needs an URL to check if the application server is still alive, up and running.
It is similar to the "SELECT 1 FROM DUAL" request to check if the connection to the Oracle database server is ok.
The call should be cheap with respect to server resources.
Kind regards,
MaMue
|
|
|
25/10/2013 20:07:22
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
no, there is no explicit ping servlet.
Please just add some ping (or even pong?) servlet, in which you may also check the healthy-state of your application.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
25/10/2013 20:26:00
|
mmueller
Active
Joined: 17/12/2009 07:05:17
Messages: 24
Location: Ettlingen
Offline
|
Hi Björn,
thank you for your quick response.
No problem, we can implement such a servlet.
The ¡Hola mundo! in casabac was nice and useful.
Kind regards and have a nice weekend,
MaMue
|
|
|
|