comparison tomcat/server.xml @ 107:dc3696525de4 feature/djs-DEP-12-docker

merge from default
author smith@nwoca.org
date Fri, 21 Apr 2017 17:17:24 +0100
parents 120fc16ea511
children adbef03ee9e8
comparison
equal deleted inserted replaced
106:bd1f900972ed 107:dc3696525de4
61 available for use by the Realm. --> 61 available for use by the Realm. -->
62 <Realm className="org.apache.catalina.realm.UserDatabaseRealm" 62 <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
63 resourceName="UserDatabase"/> 63 resourceName="UserDatabase"/>
64 </Realm> 64 </Realm>
65 65
66 <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> 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 71