How to delete dispatcher cache without logging into Dispatcher server

Description

Environment
Adobe Experience Manager 6.4 and 6.5

Issue/Symptoms
How to delete the dispatcher cache without logging into the Dispatcher server?

Resolution

  1. Download and install the latest ACS Commons libraryversion via /crx/packmgr/index.jsp. It can be downloaded from here.

  2. Go to http://aemhost:port/miscadmin and copy the out-of-the-box Dispatcher Flush agentas many times as needed and modify (set with the IP of each dispatcher).
    For example:

    dispatcher1
    

    General = Enabled
    Transport = http://10.43.32.126/dispatcher/invalidate.cache
    Triggers = Check these boxes: Ignore Default, No Status Update, No Versioning
     
    dispatcher2
    General = Enabled
    Transport = http://10.43.32.146/dispatcher/invalidate.cache
    Triggers = Check these boxes: Ignore Default, No Status Update, No Versioning

  3. Configure Dispatcher Flush UIto delete everything in the cache under */etc.*in the cache folder. Refer to the documentation.

On this page