Database Reference
In-Depth Information
Setting up WLST
To set up WLST, perform the following:
1.
Open a prompt and execute the following command:
$MW_HOME/wlserver_10.3/common/bin/wlst.sh
2.
This will set your environment and all libraries in CLASSPATH .
3.
Execute the following sequence of commands in the wls prompt to navigate
and update, for example, the DispatcherEngineThreads property in the
BPEL engine:
connect( '<username>','<password>','<soahost>:<soaport>' )
custom()
cd('oracle.as.soainfra.config/oracle.as.soainfra.config:name=bpel,type=BPELConfig,Application=soa-infra')
get('DispatcherEngineThreads')
print "Tuning it to a value of 100"
set('DispatcherEngineThreads', 100)
get('DispatcherEngineThreads')
exit()
The following screenshot shows the output of executing the Tun-
eBPELEngine.py script, which updates various BPEL component engine re-
lated MBeans. The folder structure on the left of the screenshot shows the nav-
igation hierarchy within the MBean path.
Search WWH ::




Custom Search