aboutsummaryrefslogtreecommitdiffstats
path: root/services/activity-spec/activity-spec-web/activity-spec-docker-assembly/start.sh
blob: 993ace67bf192425838deb374cd5d4067d1d2011 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

JAVA_OPTIONS=" ${JAVA_OPTIONS} \
            -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
            -Dconfig.home=${CONFIG_FILES_DIR}/config \
            -Dlog.home=${LOGS_DIR} \
            -Dlogback.configurationFile=${CONFIG_FILES_DIR}/logback.xml \
            -Dconfiguration.yaml=${CONFIG_FILES_DIR}/config/configuration.yaml"

java -jar "$JETTY_HOME/start.jar" ${JAVA_OPTIONS}