comparison tomcat/server.xml @ 93:f6d96413673a

USASR-2388: merge
author smith@nwoca.org
date Thu, 13 Oct 2016 00:45:33 +0100
parents 120fc16ea511
children adbef03ee9e8
comparison
equal deleted inserted replaced
89:da49fcb26e2d 93:f6d96413673a
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