diff 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
line wrap: on
line diff
--- a/tomcat/server.xml	Fri Apr 21 17:16:35 2017 +0100
+++ b/tomcat/server.xml	Fri Apr 21 17:17:24 2017 +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"