Skip to content

Commit

Permalink
FEAT : modif lancement jstat
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 29, 2024
1 parent ff1b337 commit c83f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export HOSTNAME=${HOSTNAME}

echo "Démarrage de jstatd..."
jstatd -J-Djava.security.policy=/app/jstatd.all.policy -p 1099 &
jstatd -J-Djava.security.policy=jstatd.all.policy -J-Djava.rmi.server.hostname=${HOSTNAME} &
JSTATD_PID=$!

echo "Démarrage de l'application Java..."
Expand Down

0 comments on commit c83f7fa

Please sign in to comment.