Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Tomcat disableProxyCaching

Bill Barker

2004-01-08

Replies:


"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)



©2008 junlu.com - Jax Systems, LLC, U.S.A.