Skip to content

Commit

Permalink
nightly master updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ern committed Dec 10, 2024
1 parent 89f412d commit 3ff0ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions restarts/maria-trunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
BUILD_ID="bin/start.sh"

CATALINA_BASE=/var/trunk-maria
cp catalina.properties ${CATALINA_BASE}/conf/catalina.properties
cp context.xml ${CATALINA_BASE}/conf/context.xml
cp setenv.sh ${CATALINA_BASE}/bin/setenv.sh
cp master.properties ${CATALINA_BASE}/sakai/sakai.properties
cd ${CATALINA_BASE}
source bin/common.sh
Expand Down
2 changes: 1 addition & 1 deletion setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ CATALINA_OPTS="$CATALINA_OPTS -Duser.timezone=US/Eastern"
CATALINA_OPTS="$CATALINA_OPTS -Dsakai.cookieName=SAKAIID"

# JMX config
#CATALINA_OPTS="$CATALINA_OPTS -Djava.rmi.server.hostname=xxx.xxx.xxx.xxx \
#CATALINA_OPTS="$CATALINA_OPTS -Djava.rmi.server.hostname=172.31.6.159 \
# -Dcom.sun.management.jmxremote.port=xxxxx \
# -Dcom.sun.management.jmxremote.ssl=false \
# -Dcom.sun.management.jmxremote.authenticate=false"
Expand Down

0 comments on commit 3ff0ba7

Please sign in to comment.