From c7cc3439039b6ea0d0e9e05fba30c0201b774d08 Mon Sep 17 00:00:00 2001 From: JPHammonds <JPHammonds@anl.gov> Date: Thu, 1 Aug 2019 12:39:34 -0500 Subject: [PATCH] Changed application server from glassfish to payara --- etc/init.d/dm-ds-services | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/init.d/dm-ds-services b/etc/init.d/dm-ds-services index 51d71fee..e3fe9847 100755 --- a/etc/init.d/dm-ds-services +++ b/etc/init.d/dm-ds-services @@ -8,8 +8,8 @@ MY_FILE=`readlink -f $0` && MY_DIR=`dirname $MY_FILE` # The list below defines order of starting/stopping services #startList="postgresql glassfish ds-web-service" #stopList="ds-web-service glassfish postgresql" -startList="glassfish ds-web-service aps-db-web-service" -stopList="aps-db-web-service ds-web-service glassfish" +startList="payara ds-web-service aps-db-web-service" +stopList="aps-db-web-service ds-web-service payara" restartList=$startList statusList=$startList -- GitLab