Re: [Slightly OT] Modify content in META-INF/context.xml

2013-12-19 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/12/2013 14:58, Christopher Schultz wrote: > My experience has been that, specifically with JNDI resources, the > resource is not touched during the reload procedure. So, for > instance, if the JNDI name doesn't change but the URL does, the > app

Re: [Slightly OT] Modify content in META-INF/context.xml

2013-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/17/13, 6:27 AM, Mark Thomas wrote: > On 17/12/2013 11:16, Jose María Zaragoza wrote: >> 2013/12/17 André Warnier : >>> Hi. Without having any idea really of the precise mechanism >>> behind database connections, I can still imagine that

Re: Modify content in META-INF/context.xml

2013-12-18 Thread Jose María Zaragoza
2013/12/18 Jeffrey Janner : > I think that at 6.x you need to do one of the following to the context.xml > file located in the configBase ($CATALINA_BASE/conf/[enginename]/[hostname]/): > 1. make the changes to the file there and reload the webapp > 2. make the changes in the META_INF file and co

RE: Modify content in META-INF/context.xml

2013-12-18 Thread Jeffrey Janner
> -Original Message- > From: Jose María Zaragoza [mailto:demablo...@gmail.com] > Sent: Tuesday, December 17, 2013 4:33 AM > To: Tomcat Users List > Subject: Modify content in META-INF/context.xml > > Hello: > > I'm using Apache Tomcat 6.0.24 and I&#x

Re: Modify content in META-INF/context.xml

2013-12-17 Thread Jesse Barnum
> > Automatic deployment has had a bit of an overhaul in Tomcat 8 and those > changes have been back-ported to 7.0.x for the next release. The > behaviour in a number of edge cases is now clearly defined: > http://ci.apache.org/projects/tomcat/tomcat8/docs/config/automatic-deployment.html Yay! T

Re: Modify content in META-INF/context.xml

2013-12-17 Thread Jose María Zaragoza
> Automatic deployment has had a bit of an overhaul in Tomcat 8 and those > changes have been back-ported to 7.0.x for the next release. The behaviour in > a number of edge cases is now clearly defined: > http://ci.apache.org/projects/tomcat/tomcat8/docs/config/automatic-deployment.html > > In yo

RE: Modify content in META-INF/context.xml

2013-12-17 Thread Propes, Barry L
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, December 17, 2013 5:27 AM To: Tomcat Users List Subject: Re: Modify content in META-INF/context.xml On 17/12/2013 11:16, Jose María Zaragoza wrote: > 2013/12/17 André Warnier : >> Hi. >> Wit

Re: Modify content in META-INF/context.xml

2013-12-17 Thread Mark Thomas
On 17/12/2013 11:16, Jose María Zaragoza wrote: > 2013/12/17 André Warnier : >> Hi. >> Without having any idea really of the precise mechanism behind database >> connections, I can still imagine that with the possibility of pooled >> connections to said database(s), it may be difficult to detect su

Re: Modify content in META-INF/context.xml

2013-12-17 Thread Jose María Zaragoza
2013/12/17 André Warnier : > Hi. > Without having any idea really of the precise mechanism behind database > connections, I can still imagine that with the possibility of pooled > connections to said database(s), it may be difficult to detect such a change > in the corresponding context.xml and app

Re: Modify content in META-INF/context.xml

2013-12-17 Thread André Warnier
Jose María Zaragoza wrote: Hello: I'm using Apache Tomcat 6.0.24 and I've deployed a web application that defines its resources into META-INF/context.xml , especially information about connection pool Sometimes I''ve to edit that file to change some data , i.e, database's JDBC url I've seen th

Modify content in META-INF/context.xml

2013-12-17 Thread Jose María Zaragoza
Hello: I'm using Apache Tomcat 6.0.24 and I've deployed a web application that defines its resources into META-INF/context.xml , especially information about connection pool Sometimes I''ve to edit that file to change some data , i.e, database's JDBC url I've seen that restart web application is