Author: techfox9

Weblogic 10 Administration notes..

Wednesday, April 14th, 2010 @ 10:22 am

From http://90kts.com/2008/monitoring-weblogic-using-jmx-in-sitescope/

— Using the WL Scripting Tool (WLST)
If you are working on the WL server you can use the WL Scripting Tool to browse the available Runtime beans:
D:\Data\bea\wlserver_10.0\server\bin>setWLSEnv.cmd
D:\Data\bea\wlserver_10.0\server\bin>java weblogic.WLST
connect(‘username’,’password’,’t3://host:8003′)
serverRuntime()
ls()
cd(“JMSRuntime”)
ls()
cd(“server01_01.jms”)
ls()

— Administer IIOP, Channels (t3)

Environment->Servers->[myServer]->Protocols [tab]

Server, Web, Weblogic


 


Comments are closed.