有没有技巧可以让 Tomcat 自动重定向到 index.jsp 文件,以使用 html 缓存清单?
- 我有一个正确生成的
cache.manifest
文件。 - 我已确保使用正确的 mimetype 来提供服务。
- 我有一个
index.jsp
文件,它正确引用cache.manifest
文件。 我已经设置了 Tomcat,这样如果我点击
http://example.org/
它将加载index.jsp
当我点击
http://example.org/ 时索引.jsp
cache.manifest
已被读取、处理并运行! Chrome 显示所有缓存事件。- 重复访问会在 Chrome 中显示
应用程序缓存检查事件
、应用程序缓存 NoUpdate
事件
- 当我点击
http://example.org/
时,- 浏览器的行为就像根本没有
cache.manifest
一样! - 没有缓存事件发送到 Chrome 控制台
- 浏览器的行为就像根本没有
有没有技巧可以让 Tomcat 自动重定向到 index.jsp 文件,以使用 html 缓存清单?
- I have a properly generated
cache.manifest
file. - I have ensured that it is being served with the correct mimetype.
- I have an
index.jsp
file which correctly references thecache.manifest
file. I have set up Tomcat so that if I hit
http://example.org/
it will loadindex.jsp
When I hit
http://example.org/index.jsp
- The
cache.manifest
is read, processed and works! Chrome shows all of the caching events. - Repeated visits show the
Application Cache Checking event
,Application Cache NoUpdate
events in Chrome
- The
- When I hit
http://example.org/
- The browser acts as if there is no
cache.manifest
at all! - There are not cache events sent to the Chrome console
- The browser acts as if there is no
Is there a trick to get an index.jsp file auto redirected to by Tomcat, to use the html cache manifest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论