https://issues.apache.org/bugzilla/show_bug.cgi?id=55613

Tony Weston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Tony Weston <[email protected]> ---
CONSIDER THE FOLLOWING:

In tomcat/conf/server.xml

...
<Context path="myapp">
   <Parameter name="parm1" value="live"/>
</Context>
...


In the webapp's META-INF/context.xml

<Context>
   <Parameter name="parm2" value="helloworld"/>
</Context>

WHAT SHOULD HAPPEN:

Both parameters 'parm1' and 'parm2' should be visible from the webapp.

WHAT ACTUALLY HAPPENS:

Only parm1 is visible from the webapp. The webapps context is completely
ignored.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to