Re: Installing auto updates for my webapp hosted on Tomcat

2010-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anand, On 4/20/2010 7:26 PM, Anand HS wrote: > 1. A simple agent ( can be a java program inside my web app itself ) senses > there is an update. > 2. when an update is available, it stops the tomcat server. Step 1: Firmly grab the rug under your feet

Re: Installing auto updates for my webapp hosted on Tomcat

2010-04-21 Thread André Warnier
Anand HS wrote: Hi, I have a webapplication deployed in tomcat and have been asked to develop an auto updater that can grab a new update and apply the updates to my webapp. I want to ask the community to see if there are 'hooks' tomcat provides to achieve this. You mean like the "autoDeploy" op

Re: Installing auto updates for my webapp hosted on Tomcat

2010-04-21 Thread Pid
On 21/04/2010 00:26, Anand HS wrote: > Hi, > I have a webapplication deployed in tomcat and have been asked to develop an > auto updater that can grab a new update and apply the updates to my webapp. > I want to ask the community to see if there are 'hooks' tomcat provides to > achieve this. No ho

Installing auto updates for my webapp hosted on Tomcat

2010-04-20 Thread Anand HS
Hi, I have a webapplication deployed in tomcat and have been asked to develop an auto updater that can grab a new update and apply the updates to my webapp. I want to ask the community to see if there are 'hooks' tomcat provides to achieve this. In essence here is what Im expecting to achieve - 1