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 <poulw...@gmail.com>

> Hi tutu,
> You can't.
>
> Best greetings,
> Paweł Wielgus.
>
>
> 2009/7/21 tutu <tugdual.huer...@gmail.com>:
> >
> > 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, Jul 20, 2009 at 11:08 AM, tutu <tugdual.huer...@gmail.com>
> 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 to put this in my jsp:
> >>>
> >>> file:///<%=request.getAttribute( /1.png"></img>
> >>>
> >>> and that too:
> >>> <html:image
> >>> src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/>
> >>> <html:img
> >>> src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/>
> >>>
> >>> (imageLocation reference D:/images)
> >>>
> >>> but nothing is displayed. Does anybody knows how to display an image
> that
> >>> is
> >>> not in the web application?
> >>>
> >>> thanks,
> >>>
> >>> tugdual
> >>> --
> >>> View this message in context:
> >>> http://www.nabble.com/Pb-displaying-image-tp24571593p24571593.html
> >>> Sent from the Struts - User mailing list archive at Nabble.com.
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >>> For additional commands, e-mail: user-h...@struts.apache.org
> >>>
> >>>
> >>
> >>
> >> --
> >> Jim Kiley
> >> Senior Technical Consultant | Summa
> >> [p] 412.258.3346
> >> http://www.summa-tech.com
> >>
> >>
> >
> > --
> > View this message in context:
> http://www.nabble.com/Pb-displaying-image-tp24571593p24582908.html
> > Sent from the Struts - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to