Using WLST with OSB
-
cd /oracle/fmwhome/Oracle_OSB1/tools/configjar
-
source ./setenv.sh
-
/oracle/fmwhome/Oracle_OSB1/common/bin/wlst.sh <<OPT PY SCRIPT>>
-
OLD commands
-
source /oracle/fmwhome/wlserver_10.3/server/bin/setWLSEnv.sh
-
java weblogic.WLST
Load OSB Beans
-
from com.bea.wli.sb.management.configuration import ALSBConfigurationMBean
-
from com.bea.wli.monitoring import ServiceDomainMBean
Connecting
-
connect()
-
(Enter credentials, use default localhost as server)
Disconnect/exit
-
disconnect()
-
exit()
OSB Resources
http://www.qualogy.com/oracle-service-bus-wlst-fundamentals/
RJM Article Type
Work Notes