码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat 多个站点新增方法;

时间:2016-10-12 21:54:41      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

<Host name="name1" debug="0" appBase="webapps"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">
       <Alias>surgcn.hiapi.cn</Alias>
       <Context path="" docBase="webapps下的路径" reloadable="true" caseSensitive="false" debug="0"></Context>
</Host>

  

tomcat 多个站点新增方法;

标签:

原文地址:http://www.cnblogs.com/adinz/p/5954246.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!