Tomcat域名虛擬主機配置

    <Host name="www.wegee.cn"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
			<Context path="" docBase="weiInformation" debug="0" reloadable="true" crossContext="true"/>
			<Logger className="org.apache.catalina.logger.FileLogger" directory="logs" prefix="www_wegee_cn." suffix=".txt" timestamp="true"/>
	  </Host>
	  <Host name="shetuan.wegee.cn"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
			<Context path="" docBase="weiServer" debug="0" reloadable="true" crossContext="true"/>
			<Logger className="org.apache.catalina.logger.FileLogger" directory="logs" prefix="shetuan_wegee_cn." suffix=".txt" timestamp="true"/>
	  </Host>
	  <Host name="upload.wegee.cn"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
			<Context path="" docBase="uploadServer" debug="0" reloadable="true" crossContext="true"/>
			<Logger className="org.apache.catalina.logger.FileLogger" directory="logs" prefix="upload_wegee_cn." suffix=".txt" timestamp="true"/>
	  </Host>


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章