如果导航到目录,如何让resin默认提供index.html服务? (相当于 Apache 中的 DirectoryIndex)
是否可以配置 Resin 来提供静态文件,以便导航到例如 http://localhost:8888/foo/bar/ 将提供文件 foo/bar/index.html (不执行重定向) ? 我在 Resin 文档中找不到答案,尽管我可能找错了地方。
Apache 中的等效指令是 DirectoryIndex 指令。
Is it possible to configure Resin to serve static files such that navigating to e.g. http://localhost:8888/foo/bar/ will serve the file foo/bar/index.html (without performing a redirect)? I can't find the answer in the Resin docs, though I might be looking in the wrong place.
The equivalent in Apache would be the DirectoryIndex directive.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许我不明白这个问题,但是 welcome-file- list 似乎就是这样做的?
Maybe I don't get the question, but welcome-file-list seems to do just that?
看起来welcome-file-list 标签是用来指定这一点的。
请参阅http://caucho.com/resin/doc/webapp -tags.xtp#welcome-file-list
It looks like the welcome-file-list tag is used to specify this.
See http://caucho.com/resin/doc/webapp-tags.xtp#welcome-file-list