Scripting concepts

Scripting provides a non-graphical alternative to the administrative console. Using the wsadmin tool, you can run scripts to configure and manage the product. The wsadmin tool supports two scripting languages: Jacl and Jython. Five objects are available with scripts: 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 Java Management Extensions (JMX) resources. JMX is a technology that provides a simple and standard way to manage Java objects.