Photo of the cover of WebSphere Application Server Administration Using Jython

Official companion web site

Preserving Changes

Most recently modified on 2011-09-25
You can buy our book from
Back to home pageBack to table of contents pageBack to interesting articles page
commanddescription
queryChanges

Reports all the files that have changes pending. Does not report the location of those changes within the configuration file.

print AdminConfig.queryChanges()

reset

Discards any pending changes.

AdminConfig.reset()

save

Makes any pending changes permanent.

AdminConfig.save()

See also these related articles:
AdminConfig SyntaxThe WAS Configuration TreeConfiguration TypesConfiguration IDsShow and Tell (Part 1)Show and Tell (Part 2)Show and Tell (Part 3)Preserving ChangesModifyCreateConfiguration Validation (Part 1)Configuration Validation (Part 2)Almost Never Used Commands (Part 1)Almost Never Used Commands (Part 2)
Click here to schedule a speaker at your locationClick here to inquire about consulting for your companyClick here to inquire about training for your company.