-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
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
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
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