changeset 156:2f794158e9e8

DEP-12: revert tomcat upgrade. add script manager
author smith@nwoca.org
date Mon, 31 Jul 2017 20:48:38 +0100
parents 454cc08435dd
children 018f62da1931
files tomcat/Dockerfile tomcat/tomcat-users.xml
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat/Dockerfile	Fri Jul 21 16:00:40 2017 +0100
+++ b/tomcat/Dockerfile	Mon Jul 31 20:48:38 2017 +0100
@@ -1,4 +1,4 @@
-FROM tomcat:8.5.16-jre8
+FROM tomcat:8.5.14-jre8
 
 MAINTAINER Dave Smith <smith@nwoca.org>
 
--- a/tomcat/tomcat-users.xml	Fri Jul 21 16:00:40 2017 +0100
+++ b/tomcat/tomcat-users.xml	Mon Jul 31 20:48:38 2017 +0100
@@ -5,5 +5,7 @@
               version="1.0">
   <role rolename="manager-gui"/>
   <role rolename="manager-jmx"/>
+  <role rolename="manager-script"/>
   <user username="admin" password="99admin00" roles="manager-gui,manager-jmx"/>
+  <user username="script" password="99admin00" roles="manager-script"/>
 </tomcat-users>
\ No newline at end of file