导航

 

weblogic巡检报告模板  https://max.book118.com/html/2017/0710/121553357.shtm

用jrockit 

How to tell Our WebLogic to use JRockit JVM ?

Step-1). Set the JAVA_HOME environmental variable in
< MIDDLEWARE_HOME>/common/bin/commEnv.cmd (commEnv.sh) to the appropriate path.
Example Location: C:\Bea1033\wlserver\common\bin

Step-2). Set the JAVA_VENDOR environmental variable in
< MIDDLEWARE_HOME>/common/bin/commEnv.cmd (commEnv.sh) to BEA.

NOTE: Above two Steps are required only when you want that All your Newly created Domains as well should automatically pick the JRockit JVM Only.
If you already have some Existing Domain then you can do this in your ”<DOMAIN_HOME>\bin\setDomainEnv.sh” set the Correct JAVA_HOME and Correct JAVA_VENDOR Like below:

 

weblogic 配置jmx监听端口

1、jconsole使用jmx进行监控,需要在应用启动时,配置启动参数。因为使用的是weblogic服务器,故需要在${DOMAIN_HOME}/bin/setDomainEnv.sh环境中进行配置。
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.port=9000"
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.authenticate=false"
JAVA_OPTIONS="${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.ssl=false"
posted on 2018-07-31 14:10  slqt  阅读(995)  评论(0编辑  收藏  举报