Re: Image File redirection with Tomcat5.5

2007-03-16 Thread Mikolaj Rydzewski
David R. Patterson wrote: Caldarale, Charles R wrote: You webapp should be generating links that Tomcat can process; if you want to keep these separate from the app, treat the images as a separate, static-content only webapp deployed under Tomcat. Put an .xml file in conf/Catalina/[host] contai

Re: Image File redirection with Tomcat5.5

2007-03-16 Thread David R. Patterson
Caldarale, Charles R wrote: From: David R. Patterson [mailto:[EMAIL PROTECTED] Subject: Image File redirection with Tomcat5.5 Now, I'd like to include graphics (jpegs, for example), and when I build elements that have links to the real location of the graphic (with file:///c:/wherever/m

RE: Image File redirection with Tomcat5.5

2007-03-16 Thread Caldarale, Charles R
> From: David R. Patterson [mailto:[EMAIL PROTECTED] > Subject: Image File redirection with Tomcat5.5 > > Now, I'd like to include graphics (jpegs, for example), and when I > build elements that have links to the real location of the > graphic (with file:///c:/wherever/

Image File redirection with Tomcat5.5

2007-03-16 Thread David R. Patterson
I've got an application that reads from a collection of data in a directory outside the WEB-INF directory. I am able to read the data and use it to create an html stream to send to the user. This part is working well. Now, I'd like to include graphics (jpegs, for example), and when I build eleme