知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

tomcat虚拟空间设置

发布时间:2014-09-05 16:08:49作者:知识屋

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

 

作者:sunyh
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜