AW: Context deletion on redeploy[AntiVir checked]

2007-12-05 Thread Thomas Strauß
PROTECTED] Gesendet: Mittwoch, 5. Dezember 2007 17:54 An: users@tomcat.apache.org Betreff: Re: Context deletion on redeploy[AntiVir checked] I'll give my example. I have one war file that I'm trying to deploy to multiple environments where the only difference is the database (I have other

Re: Context deletion on redeploy

2007-12-05 Thread kroekle
posite > complaint. > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFG6ADR9CaO5/Lv0PARAsNTAKCyh5coUNXKNTX7TgLChYsCBOmhKACeMzm+ > 58pT4H9emPzFHHbSChaxE94= > =tvUt > -END P

Re: Context deletion on redeploy

2007-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Balázs, Terényi Balázs wrote: >> Why would you make an administrator do this when you can make it part of >> the deployment process? > > Because I'm not the one who makes the deployment. Think on an enterprise > application which has new versions, w

Re: Context deletion on redeploy

2007-09-12 Thread Terényi Balázs
Christopher, First of all thanks for the reply. > > 4. Using Tomcat Administrator application the admin changes environment settings defined in conf/Catalina/localhost/warname.xml (which was extracted from the war). > > Why would you make an administrator do this when you can make it part of the

Re: Context deletion on redeploy

2007-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark H. Wood wrote: > On Wed, Sep 12, 2007 at 09:38:45AM -0400, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Balázs, >> >> [EMAIL PROTECTED] wrote: >>> 4. Using Tomcat Administrator application the admin ch

Re: Context deletion on redeploy

2007-09-12 Thread Mark H. Wood
On Wed, Sep 12, 2007 at 09:38:45AM -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Balázs, > > [EMAIL PROTECTED] wrote: > > 4. Using Tomcat Administrator application the admin changes environment > > settings defined in conf/Catalina/localhost/warname.xml

Re: Context deletion on redeploy

2007-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Balázs, [EMAIL PROTECTED] wrote: > 4. Using Tomcat Administrator application the admin changes environment > settings defined in conf/Catalina/localhost/warname.xml (which was extracted > from the war). Why would you make an administrator do this w

Re: Context deletion on redeploy

2007-09-12 Thread terenyi
Pid, Thanks for the reply. You misunderstood the point maybe because my poor English. In chronological order this happens: 1. The war contains the META-INF/context.xml. 2. On deployment (copy to webapps folder) META-INF/context.xml gets copied to conf/Catalina/localhost/warname.xml 3. My war f

Re: Context deletion on redeploy

2007-09-12 Thread Pid
[EMAIL PROTECTED] wrote: > Hi, > > Is there a way to prevent Tomcat to delete the webappname.xml from > conf/Catalina/localhost at every redeployment? > > I have application specific environment settings there, but at redeploy > it gets deleted and I lose the settings. I have tried with and > w

Context deletion on redeploy

2007-09-10 Thread terenyi
Hi, Is there a way to prevent Tomcat to delete the webappname.xml from conf/Catalina/localhost at every redeployment? I have application specific environment settings there, but at redeploy it gets deleted and I lose the settings. I have tried with and without context.xml in META-INF in my war.