Goal: You want to detect when your servlet container (Tomcat) is down (due to various reasons - mainly because of not enough memory resources), and bring it up again refreshed.
Idea: make a simple shell script to check periodically (using cron job) whether the container is present in the processes or the server OS was forced to cut it off because of not enough resources. If down (not present) bring it up again.
The script:
#!/bin/sh
STATUS=`ps -ef | grep /opt/mytomcat6 | grep -v "grep" | wc -l`
DATETIME=`date`
if [ $STATUS -lt 1 ]; then
/opt/mytomcat6/bin/shutdown.sh
sleep 1
/opt/mytomcat6/bin/startup.sh
echo "$DATETIME - Tomcat was down..Again. (Told you not to use
magnolia on 280 MB RAM server :)). Bringing it up again...">>/scripts/log
exit 0
else
exit 0
fi
/opt/mytomcat6 is the location on my target tomcat installation. You can use CATALINA_HOME or some other path identifier if you like.
Now place this script in a crontab:
Type in a console crontab -e , and place this line:
*/1 * * * * /scripts/checktomcat
This will run the above script (name as checktomcat into the /scripts/ directory) every minute checking if Tomcat is up. Running this script every 1 minute is not an overhead for the server (it's fast and its basically few comands piped together); the OS will barelly notice it :)
That's it. Place the scripts under /scritps/checktomcat, make it executable (chmod +x) and type the above crontab syntax. When Tomcat goes down, the script will pick the change within a minute (1 minute is the worst case) and will bring it up again, logging the occurence of the event using a timestamp.
Note: this script can be easilly adapted to check for anything else then Tomcat.
Hope you will find this useful.


Posted by afac on август 21, 2009 at 02:32 AM GMT #
Posted by siomy on декември 08, 2009 at 06:34 AM GMT #
Posted by ugg boots on декември 30, 2009 at 02:05 AM GMT #
Posted by Club Penguin Cheats on јануари 20, 2010 at 02:10 AM GMT #
Posted by ugg boots on февруари 02, 2010 at 08:22 AM GMT #
Posted by cheap jordan shoes on март 17, 2010 at 02:08 AM GMT #
Posted by cheap nfl jerseys on април 15, 2010 at 07:51 AM GMT #
Posted by louboutin shoes on април 15, 2010 at 02:00 PM GMT #
Posted by louboutin on мај 21, 2010 at 02:34 PM GMT #
Posted by 传奇世界私服 on мај 22, 2010 at 03:14 PM GMT #
Posted by mbt shoes on мај 25, 2010 at 08:36 AM GMT #
Posted by 传奇私服 on мај 31, 2010 at 01:46 PM GMT #
Posted by 传奇私服 on јуни 20, 2010 at 09:21 AM GMT #
Posted by 传奇世界私服 on август 05, 2010 at 07:53 AM GMT #
Posted by 传奇私服 on септември 01, 2010 at 11:07 AM GMT #
Posted by 传奇私服 on октомври 06, 2010 at 05:21 AM GMT #
Posted by 传奇私服 on ноември 17, 2010 at 10:20 AM GMT #
Posted by 传奇私服 on декември 16, 2010 at 12:26 PM GMT #
Posted by 传奇私服 on јануари 04, 2011 at 11:03 AM GMT #
Posted by 传奇私服 on февруари 28, 2011 at 06:42 AM GMT #
Posted by Monster Energy Hats on март 07, 2011 at 02:45 AM GMT #
Posted by Fauteuil jardin. on март 19, 2011 at 02:27 AM GMT #
Posted by Ikea furniture. on март 21, 2011 at 02:46 AM GMT #
Posted by Contemporary desk lamps. on март 24, 2011 at 12:44 AM GMT #
Posted by Leather desk accessories. on март 24, 2011 at 10:48 PM GMT #
Posted by Desk set. on март 26, 2011 at 03:34 AM GMT #
Posted by Atlantic furniture - windsor platform bed. on март 27, 2011 at 03:38 AM GMT #
Posted by Beachfront furniture. on март 27, 2011 at 04:36 PM GMT #
Posted by Lap desk with light. on март 28, 2011 at 04:45 PM GMT #
Posted by Karcher b202. on април 04, 2011 at 01:38 PM GMT #
Posted by Compare digital camera features. on април 05, 2011 at 01:13 AM GMT #
Posted by Digital photo frame. on април 06, 2011 at 12:44 AM GMT #
Posted by Bentley sports k2 australia. on април 06, 2011 at 02:13 PM GMT #
Posted by Digital camera. on април 06, 2011 at 11:39 PM GMT #
Posted by 传奇私服 on април 18, 2011 at 05:40 PM GMT #
Posted by Moncler Outlet on август 03, 2011 at 12:29 PM GMT #
Posted by Ugg Boots Outlet on август 03, 2011 at 12:30 PM GMT #
Posted by Ugg Boots Clearance on август 03, 2011 at 12:31 PM GMT #
Posted by Moncler Outlet on август 03, 2011 at 12:31 PM GMT #
Posted by 传奇私服 on август 12, 2011 at 03:34 PM GMT #
Posted by seo india on октомври 05, 2011 at 06:02 AM GMT #
Posted by ugg boots australia on декември 12, 2011 at 05:15 AM GMT #
Posted by replica rolex uk on декември 12, 2011 at 05:16 AM GMT #