Expand my Community achievements bar.

SOLVED

Dispatcher cache problem

Avatar

Level 3

Hello everybody,

how to resolve a problem,

if in the dispatcher cache the both images 

'/content/dam/geometrixx/portraits/alison_parker.jpg/jcr:content/renditions/cq5dam.thumbnail.140.100.png'

and 

'/content/dam/geometrixx/portraits/alison_parker.jpg'

should be exist.

The folder can not contain the folder and the file of the same name.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Example on geometrixx how to get url for original file and rendition at [1]. In case you are not using dimension in rendition then need to develop a custom  thumbnail servlet.


[1]
http://<host>:<port>/content/dam/geometrixx/banners/techsummit.jpg
http://<host>:<port>/content/dam/geometrixx/banners/techsummit.jpg.thumb.319.319.png

[2]
http://experience-aem.blogspot.com/2015/01/aem-6-sp1-rendition-maker-sample.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Example on geometrixx how to get url for original file and rendition at [1]. In case you are not using dimension in rendition then need to develop a custom  thumbnail servlet.


[1]
http://<host>:<port>/content/dam/geometrixx/banners/techsummit.jpg
http://<host>:<port>/content/dam/geometrixx/banners/techsummit.jpg.thumb.319.319.png

[2]
http://experience-aem.blogspot.com/2015/01/aem-6-sp1-rendition-maker-sample.html

Avatar

Level 10

original image file should also be available under renditions if that is what you are looking at