Skip to content
Snippets Groups Projects
Commit c7cc3439 authored by hammonds's avatar hammonds
Browse files

Changed application server from glassfish to payara

parent b57b32fa
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ MY_FILE=`readlink -f $0` && MY_DIR=`dirname $MY_FILE` ...@@ -8,8 +8,8 @@ MY_FILE=`readlink -f $0` && MY_DIR=`dirname $MY_FILE`
# The list below defines order of starting/stopping services # The list below defines order of starting/stopping services
#startList="postgresql glassfish ds-web-service" #startList="postgresql glassfish ds-web-service"
#stopList="ds-web-service glassfish postgresql" #stopList="ds-web-service glassfish postgresql"
startList="glassfish ds-web-service aps-db-web-service" startList="payara ds-web-service aps-db-web-service"
stopList="aps-db-web-service ds-web-service glassfish" stopList="aps-db-web-service ds-web-service payara"
restartList=$startList restartList=$startList
statusList=$startList statusList=$startList
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment