Edit application configurations with the wsadmin tool

 

+

Search Tips   |   Advanced Search

 

Procedure

Start wsadmin

Jacl

### Edit the application: 
$AdminApp edit appname {options}

### Change the application information by prompting user through a series of editing tasks
$AdminApp editInteractive appname

$AdminConfig save

Jython 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