why do you make a request to the database?

in our app, we use a servletfilter to get the resources from harddisk ...
without hitting the wicket filter



Mathias P.W Nilsson 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?
> 


-----
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/Image-from-resource-outside-tomcat-container-tp17276444p17276617.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]

Reply via email to