I need to map an directory containing images which resides outside tomcat webapps folder, so that application can serve those images.
I am making a J2EE Web applicat
in Tomcat8 you can also add PotsResources to you META-INF/context.xml as follow :
...