Use AdminApp for scripted administration
Use AdminApp to manage applications.
AdminApp communicates with the application management run time object to...
- make application inquiries
- install applications
- list applications
- edit applications or modules
- update application metadata
- map virtual hosts to Web modules
- map servers to modules
- specify libraries for the application to use
- set session management configuration properties
Changes made to an application are kept in the configuration session, similar to other configuration data.
- Save changes to transfer data from the configuration session to the master repository.
- Sync changes to transfer data from the master repository to the nodes.
Run the scripting client in local mode on a node machine is not supported. Node agents and managed appservers cannot update the configuration they are just synchronized copies of the master configuration residing in the dmgr.
Local mode on the dmgr machine is available, but is not recommended if a running server is available. Configuration changes made in local mode will not be reflected in the running server configuration and vice versa. If we save a conflicting configuration, you could corrupt the configuration.
Configuration updates are available only if a scripting client is connected to a dmgr.
Always try to connect the scripting client to a dmgr.
List all available commands for AdminApp
Use Jacl:
$AdminApp helpJython...
print AdminApp.help()
Related tasks
Listing applications with wsadmin
Edit application configurations with wsadmin
Pattern matching with wsadmin
Related
Commands for AdminApp