Edit application configurations with the wsadmin tool
Use the wsadmin tool to configure an application's settings.
### EditApp.py
AdminApp.edit('appname', ['options'])
AdminApp.editInteractive('appname')
### Save the configuration changes
synchronize the node
Use the AdminApp object for scripted administration
Related Reference
Commands for the AdminApp object