Hi all, Google didn't come up with any helpful hits, so I'm wondering whether this is either too simple for me to grok, or I've got some obvious mistake in my code.
Problem: Images that I want to load in the velocity templates (including those referenced in CSS/JS files) for the VelocityResponseWriter do not show up. (CSS/JS files are loaded!) I am using the following URL (the same as for CSS/JS files (which work fine)): http://server:port/solr/core/admin/file?file=[path to image]&contentType=image/png When I try that URL in my browser (Firefox or Safari on Windows) they do not return the image correctly. Firefox states that something is wrong with the image, Safari simply displays the [?] icon. When I download the file (removing the parameter contentType to get the download dialog), something is downloaded (> 0KB) but it's a different format (my image viewer fails to load it). Has anyone managed to load images that are stored in the SOLR config directory? Or do I need to move those resources to the webapps solr folder (I'd rather avoid that)? Thanks! Chantal