Tomcat网站发布配置方案详细说明(3)


<Engine defaultHost="xixi.jb51.net">   

     <Realm className="org.apache.catalina.realm.UserDatabaseRealm"  

         resourceName="UserDatabase"/>   

  

     <Host   appBase="webapps"  

         unpackWARs="true"  

         xmlValidation="false" xmlNamespaceAware="false">   

        <Context path="" docBase="test1" debug="0" reloadable="true" />   

</Host>   

  

<Host   appBase="webapps"  

         unpackWARs="true"  

         xmlValidation="false" xmlNamespaceAware="false">   

        <Context path="" docBase="test2" debug="0" reloadable="true" />   

</Host>   

  

<Host   appBase="webapps"  

         unpackWARs="true"  

         xmlValidation="false" xmlNamespaceAware="false">   

        <Context path="" docBase="test3" debug="0" reloadable="true" />   

</Host>

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wzfxzp.html