you need to set proper caching headers and have your servlet implement
an efficient HEAD support.

-igor


On Fri, May 16, 2008 at 7:43 AM, Mathias P.W Nilsson
<[EMAIL PROTECTED]> wrote:
>
> Hi!
>
> I have placed all my images in a folder outside my web application container
> to preserve the images when I deploy.
>
> My problem now is that to get an image I go thru my FileResourceServlet and
> writes the image.
> In every request to my FileResourceServlet I make a request to the database
> to get the image. This is slow when all my images go thru this servlet. can
> wicket handle resources outside the container?
> --
> View this message in context: 
> http://www.nabble.com/Image-from-resource-outside-tomcat-container-tp17276444p17276444.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to