diff --git a/container_files/tier-support/supervisord-tomcat.conf b/container_files/tier-support/supervisord-tomcat.conf deleted file mode 100644 index 30631e41..00000000 --- a/container_files/tier-support/supervisord-tomcat.conf +++ /dev/null @@ -1,39 +0,0 @@ -[supervisord] -logfile=/tmp/logsuperd ; supervisord log file -logfile_maxbytes=0 ; maximum size of logfile before rotation -loglevel=error ; info, debug, warn, trace -nodaemon=true ; run supervisord as a daemon -user=root ; default user - -[rpcinterface:supervisor] -supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface - -[supervisorctl] -serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket - -; Our processes -; writing output to stdout (1) and err (2) (for Docker logging) and disabling log rotation - -[program:httpd] -command=httpd -DFOREGROUND -stderr_logfile = /tmp/loghttpd -stderr_logfile_maxbytes=0 -stdout_logfile = /tmp/loghttpd -stdout_logfile_maxbytes=0 - -[program:shibbolethsp] -user=shibd -command=/usr/sbin/shibd -f -F -stderr_logfile = /tmp/logshidb -stderr_logfile_maxbytes=0 -stdout_logfile = /tmp/logshidb -stdout_logfile_maxbytes=0 - -[program:tomcat] -user=tomcat -command=/opt/tomcat/bin/catalina.sh run -stderr_logfile = /tmp/logtomcat -stderr_logfile_maxbytes=0 -stdout_logfile = /tmp/logtomcat -stdout_logfile_maxbytes=0 -