Skip to content

Commit

Permalink
FEAT : suppressin security manager jstat
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 29, 2024
1 parent 418bf92 commit 4a18332
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=jstatd.all.policy -J-Djava.rmi.server.hostname=${HOSTNAME} &
jstatd -J-Djava.security.policy=jstatd.all.policy -J-Djava.security.manager=allow -J-Djava.rmi.server.hostname=${HOSTNAME} &
JSTATD_PID=$!

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

0 comments on commit 4a18332

Please sign in to comment.