I am using eclipse WTP for developing web applications on on Ubuntu OS being deployed on a tomcat server. I want to make use of images in my file system in the web app (display them). How can I do it efficiently ? Is it by using context path to location on drive ? or is it by loading them (or something like that) using streaming ? Also, I could not find any web.xml or server.xml file in WTP project (since newer version doesn't even require them).
Rephrasing : I want to use images (static content) from file system in my web app. Using JSTL on the front-end.
Edit :
If web app is xyz
then its location is : /home/webaapp/xyz/.....
and images are at /home/akshay/images/.......
I want to access a folder far away (in same hard drive) from web app