The wsadmin tool uses the workspace to hold configuration changes. You must save your changes to transfer the updates to the master configuration repository. If a scripting process ends and you have not saved your changes, the changes are discarded. Use the following commands to save the configuration changes:
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminConfig | is an object representing the WebSphere Application Server configuration |
save | is an AdminConfig command |
You can use the reset command of the AdminConfig object to undo changes that you made to your configuration since your last save.
Related reference
AdminConfig object for scripted administration
Commands for the AdminConfig object