diff tomcat/Dockerfile @ 23:6a4ba408b8c4

improve tomcat configuration
author smith@nwoca.org
date Fri, 08 Jan 2016 20:24:11 +0000
parents cbaf2e9ca770
children 53671513b240
line wrap: on
line diff
--- a/tomcat/Dockerfile	Mon Dec 28 20:46:54 2015 -0500
+++ b/tomcat/Dockerfile	Fri Jan 08 20:24:11 2016 +0000
@@ -10,6 +10,7 @@
 WORKDIR /usr/local/tomcat
 
 COPY setenv.sh bin/
+COPY tomcat-users.xml server.xml context.xml conf/
 
 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
 	&& chmod +x bin/setenv.sh