i have multiple tenants configured in razuna. all of them except one doesn’t show the preview images any longer (it worked before and afaik there was nothing changed in razuna’s config). the renditions are generated and stored in the right place, i’m able to download all of them.
the one working tenant’s storage location is /var/lib/tomcat7/webapps/razuna/assets. all other tenants’ storage folder is at /mnt/<tenant>:
<Host name=“tenant.server.com” appBase=“webapps”>
<Context path="" docBase="/var/lib/tomcat7/webapps/razuna/raz10/dam/" allowLinking=“true” />
<Context path="/assets" docBase="/var/lib/tomcat7/webapps/razuna/assets" crossContext=“false” reloadable=“true” />
</Host>
<Host name=“tenant2.server.com” appBase=“webapps”>
<Context path="" docBase="/var/lib/tomcat7/webapps/razuna/raz9/dam/" allowLinking=“true” />
<Context path="/assets" docBase="/mnt/tenant/" crossContext=“false” reloadable=“true” />
</Host>
the thumbnail’s img src is set to /razuna/assets/ for all tenants. why the heck??