+

Search Tips   |   Advanced Search

Scripting concepts

Scripting provides a non-graphical alternative to the console. Using wsadmin.sh, we can run scripts to configure and manage the product. The wsadmin tool supports two scripting languages: Jacl and Jython. Five objects are available : AdminControl, AdminConfig, AdminApp, AdminTask, and Help. Scripts use these objects to communicate with MBeans that run in product processes. MBeans are Java objects that represent JMX resources. JMX is a technology that provides a simple and standard way to manage Java objects.


Subtopics