Reset ADF

From ADF Docs
Revision as of 16:40, 3 January 2012 by Mcarroll (talk | contribs) (Reset ADF)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Reset ADF

Two reset commands are built into the ADF. Add these URL parameters to any URL.

You must be logged into a site to reset the ADF.

To reset both the ADF Server and Site you can run a single URL parameter (only with ADF v1.5 or greater)

?resetADF=1

To reset the ADF server and site individually each URL parameter will need to be used (required for ADF v1.0)

1. ADF Server Reset

?resetServerADF=1

2. ADF Site Reset

?resetSiteADF=1

Note: Both URL parameter resets can be used at the same time. Just make sure the the server reset is before the site reset.

?resetServerADF=1&resetSiteADF=1

Note: Resetting the ADF server might affect all sites implementing the ADF. If an error occurs, this could cause sites to go down. Needless to say, updates to the ADF Bean Configs and config files should be done in a controlled development environment (not on production servers!).