标签:style http color 使用 os 文件 html htm
一般情况下,你的项目工程中的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为tomcat服务器的webapps目录下的xxxx工程
注意:tomcat服务器的webapps目录下,除了你的xxxx工程外,还有docs,examples,host-manager,manager,ROOT目录
尽量不要留有其他的目录
还有apache-tomcat-7.0.53\work\Catalina\localhost的目录下
除了你的xxxx目录,还有 -,docs,examples,host-manager,manager目录
尽量不要留有其他目录
这样能够提高服务器的启动速度
标签:style http color 使用 os 文件 html htm
原文地址:http://blog.csdn.net/u010931209/article/details/38304077