"Konrad" <conradh@(protected)
news:3FFD92BE.7060105@(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: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)