如何使用 bash 脚本将 jconsole 连接到 compiere jboss 服务器?

如何使用 bash 脚本将 jconsole 连接到 compiere jboss 服务器?

我正在使用 compiere 连接 jboss AS 4.3。我编写了一个脚本来自动执行重新启动 compiere 服务器和关闭商店等过程。但我无法实现的是在 compiere 服务器重新启动后连接到 jconsole 中显示的 jboss 实例。我必须手动完成。有没有办法借助脚本命令来实现这一点?

答案1

哪个版本?带还是不带 jboss mbean?

没有:

JAVA_OPTS="-Dcom.sun.management.jmxremote $JAVA_OPTS"

和:

JAVA_OPTS="-  Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl -Djboss.platform.mbeanserver -Dcom.sun.management.jmxremote $JAVA_OPTS"

相关内容