我使用 Tomcat7 Manager 一段时间没有问题。现在我需要在 context.xml 中配置以下内容
<Valve className="org.apache.catalina.authenticator.NonLoginAuthenticator"
disableProxyCaching="false" />
我需要这个来允许浏览器缓存我的应用程序。但是有了这个配置 Tomcat 管理器开始生成 HTTP 403 错误,不再需要用户和密码。如果我删除上述行,经理将再次工作。
我该如何解决这个问题?使用 Tomcat Manager App 并允许浏览器缓存我的应用程序?