是否可以配置Resin来提供静态文件,以便导航到例如http://localhost:8888/foo/bar/将提供文件foo / bar / index.html(不执行重定向)?我无法在Resin文档中找到答案,尽管我可能会在错误的位置找到答案。
Apache中的等价物是DirectoryIndex指令。
答案 0 :(得分:2)
也许我没有提出这个问题,但welcome-file-list似乎只是这样做了?
答案 1 :(得分:0)
看起来welcome-file-list标签用于指定它。 见http://caucho.com/resin/doc/webapp-tags.xtp#welcome-file-list