<Valve className="org.apache.catalina.authenticator.SingleSignOn" />
        -->

        <!-- Access log processes all example.
             Documentation at: /docs/config/valve.html
             Note: The pattern used is equivalent to using pattern="common" -->
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="localhost_access_log." suffix=".txt"
               pattern="%h %l %u %t &quot;%r&quot; %s %b" />
         <Context path="" docBase="/home/goojje/AppProject" />
      </Host>
    </Engine>
  </Service>
</Server>
~

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-12-06
  • 2021-08-07
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-17
  • 2022-02-09
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案