WAR unzipping not catched

2011-11-09 Thread Stefan Siegel
Hi everyone, I have a question concerning Tomcats WAR deployment behavior: I have a web application which allows me to upload WAR files to the server via a web form. I get feedback from Tomcat once the upload is finished. I then put the file in Tomcats webapps folder. Tomcat now starts

Re: WAR unzipping not catched

2011-11-09 Thread André Warnier
Stefan Siegel wrote: Hi everyone, I have a question concerning Tomcats WAR deployment behavior: I have a web application which allows me to upload WAR files to the server via a web form. I get feedback from Tomcat once the upload is finished. I then put the file in Tomcats webapps folder.

RE: WAR unzipping not catched

2011-11-09 Thread Sharon Prober (sprober)
Perhaps consider using the tomcat event listeners that trigger when a context is up Sharon -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, November 09, 2011 3:01 PM To: Tomcat Users List Subject: Re: WAR unzipping not catched Stefan Siegel

Re: WAR unzipping not catched

2011-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sharon, On 11/9/11 5:46 AM, Sharon Prober (sprober) wrote: Perhaps consider using the tomcat event listeners that trigger when a context is up +1 This is what ServletContextListener was made for. If you need one webapp to get a notification from