> From: Al Blake [mailto:a...@blakes.net]
> 
> When I include the code:
> 
>     <Context>
>                 <Valve
> className="org.apache.catalina.authenticator.NoLoginAuthenticator"
> disableProxyCaching="false"/>
>         </Context>
>
> In server.xml tomcat hangs on startup. Comment the line out and
> everything is fine and the application works - but the IE users cant
> use the app(!).

That isn't a valid Context element. If you want to apply settings to every
content, put them in CATALINA_HOME/conf/context.xml, not server.xml

Also, securePagesWithPragma="false" is usually a better option than
disableProxyCaching="false"

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to