Re: Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan, On 9/19/14 3:44 PM, Daniel Mikusa wrote: > On Fri, Sep 19, 2014 at 3:33 PM, Miguel Pereira > wrote: > >> Ahhh, thanks Dan, >> >> Unfortunately these are 3rd party apps what we receive as a WAR. >> I am not sure that unzipping them and rezipp

Re: Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Daniel Mikusa
On Fri, Sep 19, 2014 at 3:33 PM, Miguel Pereira wrote: > Ahhh, thanks Dan, > > Unfortunately these are 3rd party apps what we receive as a WAR. I am not > sure that unzipping them and rezipping them is ideal nor maintainable. The > main reason is that the context fragments remain after the apps a

Re: Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Miguel Pereira
Ahhh, thanks Dan, Unfortunately these are 3rd party apps what we receive as a WAR. I am not sure that unzipping them and rezipping them is ideal nor maintainable. The main reason is that the context fragments remain after the apps are undeployed which throw non fatal errors on subsequent tomcat re

Re: Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Daniel Mikusa
On Fri, Sep 19, 2014 at 1:32 PM, Miguel Pereira wrote: > Thank you very much Dan, > > I looked at the links and noticed I am running tomcat 7 locally and 6 on > our DEV environment. > I also noticed that copyXML is present in the documentation for tomcat 7 > and defaults to false. > Finally > " >

Re: Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Miguel Pereira
Thank you very much Dan, I looked at the links and noticed I am running tomcat 7 locally and 6 on our DEV environment. I also noticed that copyXML is present in the documentation for tomcat 7 and defaults to false. Finally " In an individual file at /META-INF/context.xml inside the application fil

Re: Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Daniel Mikusa
On Fri, Sep 19, 2014 at 12:28 PM, Miguel Pereira wrote: > Hey all, > > I was wondering where I could get some more information about these xml > files. On one system they are created every time I deploy a web application > and on another they are not.. I would prefer that tomcat does not create >

Tomcat xml files in conf/Catalina/localhost

2014-09-19 Thread Miguel Pereira
Hey all, I was wondering where I could get some more information about these xml files. On one system they are created every time I deploy a web application and on another they are not.. I would prefer that tomcat does not create them. Anyone want to point me in the right direction? Thank you, Mi