In addition to the general tomcat watchdog (Does it restart the
service automatically?)
You could write a simple shell script that uses wget /curl to check the
geoserver URL for a WMS/WCS/WFS Service getCapabilities request. If it
response an error something have to be maintained/restarted/deployed again.
try something like this:
#!/bin/sh
while true; do
sleep 30
while curl -s -f "<server url for WCS/WMS or WFS>" >/dev/null; do
sleep 10
done
#TODO do something right here if the the curl fails
done
Cheers
-Frank
2012/3/27 Gabriele Seitz <[email protected]>
> watching
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users