comparison tomcat/server.xml @ 264:3754be907d9b production vv2.1.0

flow: Merged <release> 'v2.1.0' to <master> ('production').
author aldrich@nwoca.org
date Thu, 26 Jul 2018 14:27:43 +0100
parents adbef03ee9e8
children
comparison
equal deleted inserted replaced
247:b8ee60469db7 264:3754be907d9b
65 65
66 <Host name="localhost" appBase="webapps" unpackWARs="false" autoDeploy="false"> 66 <Host name="localhost" appBase="webapps" unpackWARs="false" autoDeploy="false">
67 <Valve className="org.apache.catalina.valves.AccessLogValve" 67 <Valve className="org.apache.catalina.valves.AccessLogValve"
68 directory="logs" 68 directory="logs"
69 prefix="localhost_access_log" suffix=".txt" 69 prefix="localhost_access_log" suffix=".txt"
70 pattern="%h %l %u %t &quot;%r&quot; %s %b" /> 70 pattern="%h %l %u %t &quot;%r&quot; %s %b"
71 maxDays="5"/>
71 72
72 </Host> 73 </Host>
73 </Engine> 74 </Engine>
74 </Service> 75 </Service>
75 </Server> 76 </Server>