tomcat配置多个域名的问题
<Host name="lucky.bjpg.gov.cn" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<!--相关信息-->
</Host>
<Host name="lucky1.bjpg.gov.cn" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<!--相关信息-->
</Host>
<Host name="lucky.bjpg.gov.cn" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<!--相关信息-->
</Host>
<Host name="lucky1.bjpg.gov.cn" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<!--相关信息-->
</Host>