Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试使用以下命令动态附加 Jolokia:
java -jar jolokia-jvm-1.3.4-agent.jar start <myapplication_regex>
这成功了。但是在应用程序重新启动时,Jolokia 终止。
是否有任何解决方法来处理应用程序重启情况?
尝试添加-javaagent:/path/to/jolokia-jvm-<version>-agent.jar到应用程序属性,以便在重新启动时附加。
-javaagent:/path/to/jolokia-jvm-<version>-agent.jar