Re: Pb displaying image

2009-07-21 Thread Tugdual Huertas
Ok, thanks Nils, i'll try first solution. On Tue, Jul 21, 2009 at 9:53 AM, Nils-Helge Garli Hegvik wrote: > 1. You put it in a directory that your webserver serve... > or > 2. Create a servlet that reads the data from the filesystem and sends > back the data in the response. > > I'd certainly pre

Re: Pb displaying image

2009-07-21 Thread Nils-Helge Garli Hegvik
1. You put it in a directory that your webserver serve... or 2. Create a servlet that reads the data from the filesystem and sends back the data in the response. I'd certainly prefer option 1 if possible. Nils-H On Tue, Jul 21, 2009 at 9:31 AM, tutu wrote: > > Thanks for response. > Just one que

Re: Pb displaying image

2009-07-21 Thread Tugdual Huertas
Yes, that's what i thought. Is there a way to display images that are on the file system but not in the web application? If not, how can you configure an external folder for images if you can't see them in a web application? 2009/7/21 Paweł Wielgus > Hi tutu, > You can't. > > Best greetings, > P

Re: Pb displaying image

2009-07-21 Thread Paweł Wielgus
Hi tutu, You can't. Best greetings, Paweł Wielgus. 2009/7/21 tutu : > > Thanks for response. > Just one question, how do you make the image visible on the webserver > without putting it in the web application? > > > Jim Kiley wrote: >> >> Make sure the image is visible to your webserver, and the

Re: Pb displaying image

2009-07-21 Thread tutu
Thanks for response. Just one question, how do you make the image visible on the webserver without putting it in the web application? Jim Kiley wrote: > > Make sure the image is visible to your webserver, and then use an > http://url to access it, rather than a file:// url. > jk > > On Mon, J

Re: Pb displaying image

2009-07-20 Thread Jim Kiley
Make sure the image is visible to your webserver, and then use an http://url to access it, rather than a file:// url. jk On Mon, Jul 20, 2009 at 11:08 AM, tutu wrote: > > Hi, > > I have a pb while trying to display an image that is not in my application > but on the file system!! > > I've tried