2011/9/22 Tim Watts <t...@cliftonfarm.org>:
> 6.0.33

>        <Environment
>                name="configName"
>                value="${catalina.base}/local/xbasic/config/master.properties"
>                description="Full path name of the config file."
>                type="java.lang.String"/>

> I got it to work by removing the <env-entry> from web.xml.

You have to add override="false" to your <Environment> element. It is
tricky, but it is documented

http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Environment_Entries


BTW, I think <Parameter> (<context-param> in web.xml) are easier to
use. Note that it requires override="false" as well.

Best regards,
Konstantin Kolinko

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

Reply via email to