So even if my context still exists in exploded form in the webapps directory and I remove the .war form of the context, it'll remove the associated context.xml from the conf/Catalina/HOST/ directory?
On Sat, Sep 11, 2010 at 8:12 AM, Wesley Acheson <wesley.ache...@gmail.com>wrote: > On Fri, Sep 10, 2010 at 6:36 PM, Jason Britton <jbritto...@gmail.com> > wrote: > > Could anyone give me an explanation what might cause my webapp's context > > configuration to be deleted out of the tomcat/conf/Catalina/[HOST]/ > > directory? I've got a foo.war file in the webapps directory, it gets > > exploded upon startup. It has its context definition residing in the file > > conf/Catalina/[HOST]/foo.xml. Every now and then foo.xml just gets up > and > > blown away from the tomcat/conf/Catalina/[HOST]/ directory, usually upon > a > > tomcat shutdown and startup. Any suggestions on what might be causing > this > > deletion and how to prevent it from occurring would be greatly > appreciated. > > Running tomcat 6.0.29 on 64-bit RHEL 5.5. Thanks a lot for your help, > > > > Jason > > > > Hi Jason, > > If you remove the war file your assoiated context files will be > deleted. Do you think this may be related? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >