Mercurial > public > ssdt-docker
diff tomcat/Dockerfile @ 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 | 53671513b240 |
children | 151bd88f6c56 |
line wrap: on
line diff
--- a/tomcat/Dockerfile Thu Sep 22 01:49:20 2016 +0100 +++ b/tomcat/Dockerfile Thu Oct 13 00:39:56 2016 +0100 @@ -1,4 +1,4 @@ -FROM tomcat:8.0.33-jre8 +FROM tomcat:8.5.5-jre8 MAINTAINER Dave Smith <smith@nwoca.org> @@ -10,7 +10,7 @@ WORKDIR /usr/local/tomcat COPY setenv.sh bin/ -COPY tomcat-users.xml server.xml context.xml conf/ +COPY tomcat-users.xml server.xml context.xml logging.properties conf/ RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ && chmod +x bin/setenv.sh @@ -19,4 +19,4 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/ -RUN apt-get install -y libtcnative-1 \ No newline at end of file +RUN apt-get install -y libtcnative-1