lyd2004888 发表于 2017-1-21 06:48:58

tomcat域名的设置

tomcat多个域名的设置:只需要在Tomcat5.5\backup\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>
页: [1]
查看完整版本: tomcat域名的设置