Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Wesley Acheson
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



Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Jason Britton
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.comwrote:

 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




Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 5:20 PM, Jason Britton jbritto...@gmail.com wrote:
 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.comwrote:

 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

Yes I believe so.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Pid *
On 11 Sep 2010, at 17:24, Wesley Acheson wesley.ache...@gmail.com wrote:

 On Sat, Sep 11, 2010 at 5:20 PM, Jason Britton jbritto...@gmail.com wrote:
 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.comwrote:

 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

 Yes I believe so.

Removing the war while Tomcat is running will trigger an undeploy. Is
this the situation or is it occurring during a stop start cycle?

A stop shouldn't necessarily cause undeployment, as opposed to app shutdown.


p



 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org