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">