GrantYu
 <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">

         <Context docBase="D:\test\test\bj_nrjt" path="/bj_nrjt" reloadable="true"></Context>

        <!-- SingleSignOn valve, share authentication between web applications
             Documentation at: /docs/config/valve.html -->
        <!--
        <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
        -->

        <!-- Access log processes all example.
             Documentation at: /docs/config/valve.html -->

        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"  
               prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>


      </Host>

 

分类:

技术点:

相关文章:

  • 2021-07-03
  • 2022-02-18
  • 2021-07-22
  • 2021-10-09
  • 2021-09-22
猜你喜欢
  • 2021-12-24
  • 2021-11-30
  • 2021-04-21
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-12-24
相关资源
相似解决方案