"Konrad" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> Can I somehow instract Tomcat *in config files* to set disableProxyCaching
to
> false ?
>
<Context docBase="myapp" path="/myapp" ...>
<Valve className="org.apache.catalina.authenticator.FormAuthenticator"
disableProxyCaching="false" />
</Context>
Of course, if you are not using Form authentication, then substitute the
correct class (e.g. BasicAuthenticator, DigestAuthenticator,
SSLAuthenticator).
> --
> Regards
> Konrad
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]