Hello. How do I prevent my webapp after touching web.xml please? I couldn't find answer anywhere so I looked at the myfaces sources and it looks that adding this:
<context-param>
<param-name>org.apache.myfaces.CONFIG_REFRESH_PERIOD</param-name>
<param-value>-1</param-value>
</context-param>
to web.xml should help, but it doesn't.
Thanks.

