From 69d2407ba3ecf9c5c2deec5bef3455551a006240 Mon Sep 17 00:00:00 2001 From: Christopher hubing Date: Wed, 11 Oct 2017 18:29:26 +0000 Subject: [PATCH] Updated Tomcat and fixed sha1 for Apache Ant. --- test-compose/docker-compose.yml | 4 ++-- test-compose/www/Dockerfile | 2 +- .../www/container_files/shibboleth/shibboleth2.xml | 4 ++-- ui/Dockerfile | 2 +- ui/patch-scripts/grouper.installer-ui.properties | 2 +- web-base/Dockerfile | 12 ++++++------ ws/Dockerfile | 2 +- ws/patch-scripts/grouper.installer-ws.properties | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/test-compose/docker-compose.yml b/test-compose/docker-compose.yml index a9a360f..3479c4e 100644 --- a/test-compose/docker-compose.yml +++ b/test-compose/docker-compose.yml @@ -12,7 +12,7 @@ services: ui: build: ./ui/ - command: bash -c "while ! curl -s data:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; /opt/apache-tomcat-8.5.20/bin/catalina.sh run" + command: bash -c "while ! curl -s data:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; /opt/apache-tomcat-8.5.23/bin/catalina.sh run" depends_on: - data networks: @@ -23,7 +23,7 @@ services: ws: build: ./ws/ - command: bash -c "while ! curl -s data:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; /opt/apache-tomcat-8.5.20/bin/catalina.sh run" + command: bash -c "while ! curl -s data:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; /opt/apache-tomcat-8.5.23/bin/catalina.sh run" depends_on: - data networks: diff --git a/test-compose/www/Dockerfile b/test-compose/www/Dockerfile index 42bb842..509fe02 100644 --- a/test-compose/www/Dockerfile +++ b/test-compose/www/Dockerfile @@ -28,7 +28,7 @@ COPY container_files/shibboleth/attribute-map.xml /etc/shibboleth COPY container_files/bin/httpd-shib-foreground /opt/bin/ # Uncomment the following line to turn on shib SP debugging -#COPY container_files/shibboleth/shibd.logger /etc/shibboleth/shibd.logger +COPY container_files/shibboleth/shibd.logger /etc/shibboleth/shibd.logger COPY container_files/httpd/grouper-www.conf /etc/httpd/conf.d/ COPY container_files/httpd/logout.php /var/www/cgi-bin/logout.php COPY container_files/bin/startup.sh /usr/bin/startup.sh diff --git a/test-compose/www/container_files/shibboleth/shibboleth2.xml b/test-compose/www/container_files/shibboleth/shibboleth2.xml index e00fc54..a6625be 100644 --- a/test-compose/www/container_files/shibboleth/shibboleth2.xml +++ b/test-compose/www/container_files/shibboleth/shibboleth2.xml @@ -22,7 +22,7 @@ - + checkAddress="false" handlerSSL="true" cookieProps="https">