Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed grouper deamon
wgthom committed May 4, 2020
1 parent 0c1a50f commit e0e524e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions 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

0 comments on commit e0e524e

Please sign in to comment.