Created
January 13, 2015 13:44
-
-
Save safchain/bf90445a92ecc60aede2 to your computer and use it in GitHub Desktop.
Jstatd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jstatd.policy: | |
grant codebase "file:${java.home}/../lib/tools.jar" { | |
permission java.security.AllPermission; | |
}; | |
jstatd -p 1234 | |
-J-Djava.security.policy=jstatd.policy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment