> From: Al Blake [mailto:[email protected]] > > 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: [email protected] For additional commands, e-mail: [email protected]
