Difference between revisions of "Reset ADF"

From ADF Docs
Jump to: navigation, search
(Reset ADF)
(Reset ADF)
Line 5: Line 5:
  
 
1. ADF Server Reset
 
1. ADF Server Reset
<source lang="html">
+
<source lang="javascript">
 
?resetServerADF=1
 
?resetServerADF=1
 
</source>
 
</source>

Revision as of 21:16, 25 March 2010

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.

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!).