tomcat 配置域名访问应用

      <Host appBase="webapps" autoDeploy="true" name="www.XXX.com" unpackWARs="true">
            <Context docBase="D:\develop_software\apache-tomcat8\webapps\test" path="" reloadable="true" />
            <Context docBase="D:\develop_software\apache-tomcat8\webapps\test2" path="/test2" reloadable="true" />
</
Host>

 

posted on 2017-07-07 18:12  一只小蜗牛12138  阅读(127)  评论(0编辑  收藏  举报

导航