CQ5.5 Dispatch image files with same filename but different extension? | Community
Skip to main content
Level 2
October 16, 2015
Solved

CQ5.5 Dispatch image files with same filename but different extension?

  • October 16, 2015
  • 4 replies
  • 1263 views

Hi

I have two images file in my CQ instances:

1.  ko.jpg

2.  ko.gif

When I dispatched ko.jpg to the webserver, everything went fine.  Then when i dispatched ko.gif, for some reason, ko.jpg will be removed from the web server

When I check the dispatcher.log, i saw the following log:

[Tue May 27 16:51:23 2014] [I] [28236(140441037608704)] Eviced /cqcache/content/dam/web/bochk/desktop/ko,gif

 

I believe the dispatcher module will  remove dispatched file with the same filename and even with different file extension.  Are there is configuration which prevent this from happening or are there any reason behind on this behaviour?

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

From the logs indicates flush request is fired and It is expected if you have content update configured. More details refer [1] well explained from orotas. 

[1]   http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__fz4x-hi_can_someoneex.html

4 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

From the logs indicates flush request is fired and It is expected if you have content update configured. More details refer [1] well explained from orotas. 

[1]   http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__fz4x-hi_can_someoneex.html

Level 2
October 16, 2015

Hi Sham

 

Thanks for your reply

I understand the how dispatcher flush the content in the webserver.  But why when I activate "ko.gif" to the web server.  It will invalidate my "ko.jpg"?

Sham_HC
Level 10
October 16, 2015

that is correct.look your dispatcher config & more details at http://dev.day.com/docs/en/cq/current/deploying/dispatcher.html

 It deletes all files that start with the same handle from the cache. For example, if the file /en/ko.gif is updated, all the files that start with /en/ko. are deleted.

Level 2
October 16, 2015

Hi Sham

Are there any setting in dispatcher.any so that when dispatching /en/ko.gif, it will not delete /en/ko.jpg from the webserver?