Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-27 Thread Linus Brimstedt
Hello, On 27 September 2015 at 23:55, Christopher Schultz < ch...@christopherschultz.net> wrote: > > You have competing requirements: > > 1. All servers are the same > 2. Some subset users get a different version of the application > All servers would have all versions of the app, thats the w

RE: Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments

2015-09-27 Thread Caldarale, Charles R
> From: Fernando González [mailto:fergo...@gmail.com] > Subject: Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments > I am using Tomcat 7.0.28 and I am deploying a .war with a context.xml > that sets the copyXML attribute to "true". That version is over three years old and does n

Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments

2015-09-27 Thread Fernando González
Hi, I am using Tomcat 7.0.28 and I am deploying a .war with a context.xml that sets the copyXML attribute to "true". However, when I copy the war to the webapps folder, I get the following message in catalina.out: "Setting property 'copyXML' to 'true' did not find a matching property." and the

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Linus, On 9/27/15 2:41 PM, Linus Brimstedt wrote: > On 24 September 2015 at 23:59, George Sexton > wrote: > > Tomcat. Other suggestions are welcome. >> >> Couldn't you have your load balancer send x% to one instance, and >> 1-x% to the other inst

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-27 Thread Linus Brimstedt
On 24 September 2015 at 23:59, George Sexton wrote: Tomcat. Other suggestions are welcome. > > Couldn't you have your load balancer send x% to one instance, and 1-x% to > the other instance? Why would Tomcat even have to be aware of this? > > Hi Sure I could. But I like all my servers to be ide