<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
  <Context path="" docBase="Auto" debug="true" reloadable="true" />  <!-- 添加这一行 AUTO为项目名称 -->

  <!-- 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 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" />

</Host>

相关文章:

  • 2022-12-23
  • 2021-06-16
  • 2022-01-03
  • 2021-11-28
  • 2021-09-28
  • 2021-09-24
  • 2021-08-11
  • 2021-05-21
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2021-10-11
  • 2021-08-02
  • 2022-02-22
  • 2022-02-14
  • 2022-12-23
相关资源
相似解决方案