我在Linux上安装了weblogic appserver版本10.3。我创建了3个服务器名称:s1,s2,s3在集群上运行。 我可以使用startWebLogic.sh中的config将visualvm远程连接到adminserver,如下所示: JAVA_OPTIONS =“ $ {JAVA_OPTIONS} -Duser.timezone = GMT -Dcom.sun.management.jmxremote = true -Dcom.sun.management.jmxremote.port = 4444 -Dcom.sun.management.jmxremote.authenticate = FALSE -Dcom。 sun.management.jmxremote.ssl = FALSE -Djava.rmi.server.hostname = 192.168.1.2 -Dcom.sun.management.jmxremote.local.only = false“
但是,尽管我为每个服务器使用了不同的端口,但是我无法使用s1,s2,s3来做到这一点。
请帮助我!我能怎么做 ? 谢谢!
答案 0 :(得分:0)
如果要配置weblogic的托管服务器,则需要将jmxremote设置添加到startManagedWebLogic.sh
或通过管理控制台添加(如here所述)。
我还要仔细检查IP地址,并确保该IP地址对于您的3台服务器来说都是正确的。