标签:bug 开发 浏览器 lis com 地址 man example color
普通情况下,你的项目project中的web.xml文件里进行了这种配置
<welcome-file-list> <welcome-file>/index.jsp</welcome-file> </welcome-file-list>
<Context path="" docBase="E:\apache-tomcat-7.0.53\webapps\xxxx" debug="0" reloadable="true" crossContext="true" />当中E:\apache-tomcat-7.0.53\webapps\xxxx为tomcatserver的webapps文件夹下的xxxxproject
注意:tomcatserver的webapps文件夹下,除了你的xxxxproject外,还有docs,examples。host-manager。manager,ROOT文件夹
尽量不要留有其它的文件夹
还有apache-tomcat-7.0.53\work\Catalina\localhost的文件夹下
除了你的xxxx文件夹,还有 -,docs,examples,host-manager。manager文件夹
尽量不要留有其它文件夹
这样可以提高server的启动速度
标签:bug 开发 浏览器 lis com 地址 man example color
原文地址:http://www.cnblogs.com/yutingliuyl/p/6728609.html