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
> 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
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
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
> 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
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:
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
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
>
>