谁配置过jconsole,哪位大哥过来帮忙下
首先我在文件setDomainEnv.sh加入下面的代码:JAVA_OPTIONS="${JAVA_OPTIONS}"#改行后面为新加的
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.port=9999"
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.ssl=false"
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.password.file=/home/ddbftest/jconsole/jmxremote.password"
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.authenticate=false"
在路径=/home/ddbftest/jconsole/加入jmxremote.password这个文件
weblogic的登录用户名和密码为:system(00000000),因此我在password这个文件里面也是加入system 00000000
然后启动日志提示:
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see java.lang.instrument
-splash:<imagepath>
show splash screen with specified image
./bin/startWebLogic.sh: popd:not found.
请问呀,怎么回事呀。。。谁懂的呀。。。来帮忙呀,搞了好久了,找了好多资料了,改来改去都改了十几种做法了(每种都很类似),但结果都是不行。。。 有没有知道的呀????????????
谁过来帮忙下呀!!! -Dcom.sun.management.jmxremote.authenticate=false这里配置为false的话,就不用配置密码文件了,因为这里设置了不用验证。把密码文件那行去掉,试一下看行了不呢。
页:
[1]