Skip to content

Commit

Permalink
Update server.xml files for Tomcat to remove property not supported
Browse files Browse the repository at this point in the history
in Tomcat 9. Eliminates startup WARNING.
  • Loading branch information
davewichers committed Jul 21, 2018
1 parent 7a16e6e commit be98d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config/local/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@
<!-- 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" pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." resolveHosts="false" suffix=".txt"/>
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." suffix=".txt"/>


</Host>
</Engine>
</Service>
</Server>
</Server>
2 changes: 1 addition & 1 deletion src/config/remote/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<!-- 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" pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." resolveHosts="false" suffix=".txt"/>
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log." suffix=".txt"/>


</Host>
Expand Down

0 comments on commit be98d69

Please sign in to comment.