I would suggest leaving reloading set to true, but yes you can put it in $CATALINA_HOME/conf/web.xml for JspServlet.

-Dave

Emerson Cargnin wrote, On 6/25/2004 10:27 AM:
a simple yes/no will be enough...

Emerson Cargnin wrote:

May I set the following in the web.xml of the CATALINA_HOME/conf ??? Instead of put this in every application???

        <init-param>
            <param-name>development</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>reloading</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to