Edit application configurations with the wsadmin tool
Procedure
### Edit the application: $AdminApp edit appname {options} ### Change the application information by prompting user through a series of editing tasks $AdminApp editInteractive appname $AdminConfig saveJython list
### Edit the application: AdminApp.edit('appname', ['options'])Jython string
### Edit the application: AdminApp.edit('appname', '[options]') ### Change the application information by prompting user through a series of editing tasks AdminApp.editInteractive('appname')In a network deployment environment only, synchronize the node.
See Also
AdminApp object for scripted administration
Commands for the AdminApp object