Clay McCoy wrote:
I'm running my app on embedded Tomcat.  My startup script and information is 
here: http://gist.github.com/259737  I almost have it working.  I just can't 
see any images.  There are no errors, and I can't find any info elsewhere 
online.  Any idea what I should look at?  Thanks.

Images are usually just <img> links in the html page that your browser gets. Then it tries to obtain these images by sending the URL to the server. Look at the links, and figure out why you are not getting the images, maybe ?

You could also set up an AccessLog Valve, and see what the browser is actually requesting.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to