This is an integration between the Mina SSH server and the Groovy Shell. Using this integration, you can quickly add an SSH server to your app and be able to remotely access a Groovy shell that lets you interactively run code inside your running JVM. In other words, it's a remotely accessible REPL that's inside your JVM, thereby allowing you to inspect what's happening inside your app without having to write JMX or other ways of externally exposing management functionality.
Read full article from GitHub - palominolabs/jvm-ssh-groovy-shell: SSH to your JVM and use the Groovy Shell to interactively control your code.
No comments:
Post a Comment