tomcat修改默认访问首页

找到conf下server.xml文件修改如下位置内容

<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
    <Context path="" docBase="webapp下的项目名" debug="0" reloadable="true" />
</Host>

  

posted @ 2017-11-18 14:10  MR丶C  阅读(1880)  评论(0编辑  收藏  举报