From e0e524e83116c8565538e2388202da3e6a3eeb8c Mon Sep 17 00:00:00 2001 From: Bill Thompson Date: Mon, 4 May 2020 16:26:30 -0400 Subject: [PATCH] removed grouper deamon --- .../tier-support/supervisord-training.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/base/container_files/tier-support/supervisord-training.conf b/base/container_files/tier-support/supervisord-training.conf index e821d48..d4e0e64 100644 --- a/base/container_files/tier-support/supervisord-training.conf +++ b/base/container_files/tier-support/supervisord-training.conf @@ -33,7 +33,7 @@ priority=15 [program:tomcat] user=tomcat -command=bash -c "while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; while ! curl -s ldap://localhost:389 > /dev/null; do echo waiting for ldap to start; sleep 3; done; exec /opt/tomcat/bin/catalina.sh run" +command=bash -c "while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; while ! curl -s ldap://localhost:389 > /dev/null; do echo waiting for ldap to start; sleep 3; done; exec /opt/tomee/bin/catalina.sh run" stderr_logfile = /tmp/logtomcat stderr_logfile_maxbytes=0 stdout_logfile = /tmp/logtomcat @@ -57,12 +57,3 @@ stdout_logfile = /tmp/logpipe stdout_logfile_maxbytes=0 priority=10 - -[program:grouperDaemon] -command=bash -c "while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; while ! curl -s ldap://localhost:389 > /dev/null; do echo waiting for ldap to start; sleep 3; done; exec /opt/grouper/grouper.apiBinary/bin/gsh -loader" -environment=GSH_JVMARGS="-DENV=%(ENV_ENV)s -DUSERTOKEN=%(ENV_USERTOKEN)s" -stderr_logfile = /tmp/loggrouper -stderr_logfile_maxbytes=0 -stdout_logfile = /tmp/loggrouper -stdout_logfile_maxbytes=0 -priority=300