Main | September 2008 »

August 2008 Archives

August 28, 2008

Extend WLST with your own commands

Do you want to add your own commands to the already rich set of WLST commands?

In WebLogic 10.0 and higher, you can add your own commands by building your own *.py file and adding them to WL_HOME/common/wlst/lib folder. Any *.py file added to this folder will be automatically compiled and imported by WLST when started on that machine. So the custom commands built as definitions inside these modules can be used by calling them on the respective module names.

If you have a TestLib.py stored under WL_HOME/common/wlst/lib folder:


TestLib.py
----------
def testCmd():
print 'This is a test command'


And if there is a definition called testCmd() defined in it then you can call it as follows:

wls:/offline>TestLib.testCmd()

What you waiting for? Go and add you command to WLST now.

About August 2008

This page contains all entries posted to Bala's Oracle Fusion Middleware Blog in August 2008. They are listed from oldest to newest.

September 2008 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle