tomcat如何添加默认文档

2016-03-04 16:36:11 14927

 tomcat的安装目录下,找到conf目录下的web.xml文件;

然后找到如下,并添加即可;

       <welcome-file-list>

        <welcome-file>index.html</welcome-file>

        <welcome-file>index.htm</welcome-file>

        <welcome-file>index.jsp</welcome-file>

       </welcome-file-list>

提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: