Hi,

I'm using tomcat6 on fedora15 (installed via the tomcat6 package).

I have context parameters defined for my application in both web.xml and conf/Catalina/localhost/AppName.xml :

web.xml :

<context-param>
<param-name>name</param-name>
<param-value>value</param-value>
</context-param>

context.xml :

<Context>
<Parameter name="name value="value" override="false" />
</Context>

The problem is that the values in web.xml override those in context.xml when it should be the other way around.

Do you have any idea what the problem might be ?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to