Grails rendering plugin does not render images when deployed
问题 I am generating a pdf using grails rendering plugin. When in development, I include images using tag with src to an image on server. It works fine, but not anymore when the app is deployed. The images just disappear. I am redering through a template, so when i call this template to in gsp, it is ok (ie i see the html version of the pdf with the images), bu when called in my controller using renderPdf, no images. Again only in deployed app (war), not in development. Any hints? EDIT: Under