Mercurial > public > ssdt-docker
diff 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 |
line wrap: on
line diff
--- a/tomcat/server.xml Thu Sep 22 01:49:20 2016 +0100 +++ b/tomcat/server.xml Thu Oct 13 00:39:56 2016 +0100 @@ -63,7 +63,7 @@ resourceName="UserDatabase"/> </Realm> - <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> + <Host name="localhost" appBase="webapps" unpackWARs="false" autoDeploy="false"> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt"