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