Re: Environment parameter overriding

2011-01-12 Thread Mark Thomas
On 12/01/2011 15:09, Caldarale, Charles R wrote: > What "tomcat administration interface" are you referring to? The manager app > certainly doesn't write into server.xml, and there is no other > "administration interface" in any supported version of Tomcat. It is in 5.5.x which is still supporte

RE: Environment parameter overriding

2011-01-12 Thread Caldarale, Charles R
> From: pat...@rufflar.com [mailto:pat...@rufflar.com] > Subject: RE: Environment parameter overriding > > > >name="myParameter" > type="java.lang.String" > value="test"/> > The above is missing override="f

RE: Environment parameter overriding

2011-01-12 Thread patric
Zitat von "Caldarale, Charles R" : From: pat...@rufflar.com [mailto:pat...@rufflar.com] Subject: Re: Environment parameter overriding The override setting does not seem to have any effect, I tried all 3 values (true, false and to rely on the default) Post your setting for the webapp o

Re: Environment parameter overriding

2011-01-12 Thread patric
I've tested it with Tomcat 5.5.31, 5.5.25 and 6.0.29 Zitat von Mark Thomas : On 12/01/2011 14:27, pat...@rufflar.com wrote: Particularly override Unfortunately not. The override setting does not seem to have any effect, I tried all 3 values (true, false and to rely on the default) Exact Tom

RE: Environment parameter overriding

2011-01-12 Thread Caldarale, Charles R
> From: pat...@rufflar.com [mailto:pat...@rufflar.com] > Subject: Re: Environment parameter overriding > The override setting does not seem to have any effect, I tried all 3 > values (true, false and to rely on the default) Post your setting for the webapp of interest. (And i

Re: Environment parameter overriding

2011-01-12 Thread Mark Thomas
On 12/01/2011 14:27, pat...@rufflar.com wrote: >> Particularly override > Unfortunately not. > The override setting does not seem to have any effect, I tried all 3 > values (true, false and to rely on the default) Exact Tomcat version? Mark > > > Zitat von Mark Thomas : > >> On 12/01/2011 09:

Re: Environment parameter overriding

2011-01-12 Thread patric
Particularly override Unfortunately not. The override setting does not seem to have any effect, I tried all 3 values (true, false and to rely on the default) Zitat von Mark Thomas : On 12/01/2011 09:37, pat...@rufflar.com wrote: Hi, I've got a question regarding enviroment parameters: Im

Re: Environment parameter overriding

2011-01-12 Thread Mark Thomas
On 12/01/2011 09:37, pat...@rufflar.com wrote: > Hi, > > I've got a question regarding enviroment parameters: > Imagine a web application which web.xml defines an environment > (env-entry) parameter (even empty) myParameter: > > > test > myParameter > java.lang.String > >