WAS v8.5 > Script the application serving environment (wsadmin)Scripting and command line reference material using wsadmin.sh
Use this topic to locate wsadmin tool commands for the AdminTask, AdminControl, AdminConfig, and AdminApp scripting objects. This topic also provides a pointer to command line commands and options.
All reference topics are located in the Reference section of the information center. Use the navigation paths described in this topic to locate specific reference information.
- View command line reference topics. This includes administrative commands such as the startServer, manageprofiles, and backupConfig commands. To view all command reference information, use the following navigation path in the information center:
Reference > Commands
- View command reference topics for wsadmin. This includes administrative scripting commands for the AdminTask, AdminConfig, AdminApp, and AdminControl objects. All commands are organized by command group name. To view all scripting reference information, use the following navigation path in the information center:
Reference > Commands (wsadmin scripting)
Subtopics
- wsadmin scripting tool
The wsadmin tool runs scripts. We can use wsadmin to manage application servers as well as the configuration, application deployment, and server runtime operations.- Commands for the Help object using wsadmin.sh
We can use the Jython or Jacl scripting languages to find general help and dynamic online information about the currently running MBeans with wsadmin. Use the Help object as an aid in writing and running scripts with the AdminControl object.- Commands for the AdminConfig object using wsadmin.sh
Use the AdminConfig object to invoke configuration commands and to create or change elements of the WebSphere Application Server configuration, for example, creating a data source.- Commands for the AdminControl object using wsadmin.sh
Use the AdminControl object to invoke operational commands that manage objects for the application server.- Commands for the AdminApp object using wsadmin.sh
Use the AdminApp object to install, modify, and administer applications.- Commands for AdminTask using wsadmin.sh
Use AdminTask to run administrative commands with wsadmin.- Administrative command invocation syntax using wsadmin.sh
The administrative command uses a specific syntax to invoke operations.- Administrative properties for using wsadmin.sh
Scripting administration utilizes several Java property files. Property files can be used to control your system configurations. Before any property file is specified on the command line, three levels of default property files are loaded. These property files include an installation default file, a user default file, and a properties file.- wsadmin scripting tool
The wsadmin tool runs scripts. We can use wsadmin to manage application servers as well as the configuration, application deployment, and server runtime operations.- Commands for the Help object using wsadmin.sh
We can use the Jython or Jacl scripting languages to find general help and dynamic online information about the currently running MBeans with wsadmin. Use the Help object as an aid in writing and running scripts with the AdminControl object.- Commands for the AdminConfig object using wsadmin.sh
Use the AdminConfig object to invoke configuration commands and to create or change elements of the WAS configuration, for example, creating a data source.- Commands for the AdminControl object using wsadmin.sh
Use the AdminControl object to invoke operational commands that manage objects for the application server.- Commands for the AdminApp object using wsadmin.sh
Use the AdminApp object to install, modify, and administer applications.- Commands for AdminTask using wsadmin.sh
Use AdminTask to run administrative commands with wsadmin.- Administrative command invocation syntax using wsadmin.sh
The administrative command uses a specific syntax to invoke operations.- Administrative properties for using wsadmin.sh
Scripting administration utilizes several Java property files. Property files can be used to control your system configurations. Before any property file is specified on the command line, three levels of default property files are loaded. These property files include an installation default file, a user default file, and a properties file.- Directory conventions
References in product information to app_server_root, profile_root, and other directories imply specific default directory locations. This article describes the conventions in use for WAS.
Related
Use wsadmin scripting
Get started with wsadmin scripting