Mercurial > public > ssdt-docker
comparison tomcat/server.xml @ 92:120fc16ea511 production
USASR-2388: update tomcat. customize logging. disable autodepoy.
author | smith@nwoca.org |
---|---|
date | Thu, 13 Oct 2016 00:39:56 +0100 |
parents | 6a4ba408b8c4 |
children | adbef03ee9e8 |
comparison
equal
deleted
inserted
replaced
91:fe7b8e3b4100 | 92:120fc16ea511 |
---|---|
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 "%r" %s %b" /> | 70 pattern="%h %l %u %t "%r" %s %b" /> |
71 | 71 |