goback add

tomcat虚拟空间设置技巧

3418 点击·0 回帖
灯火互联
楼主

设置短地址
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
  <Context path="" reloadable="true" docBase="EhareToolLeapFTP3.0.1.46LoadFileMAP3webappsmap"></Context>
可以免去后面的项目
  
后面的map.jsp要省去的话需要在web.xml中
<welcome-file-list>
  <welcome-file>map.jsp</welcome-file>
  <welcome-file>index.html</welcome-file>
  </welcome-file-list>


喜欢0 评分0