I need to serve images directly from a folder outside war file using tomcat server. I tried few options like setting the image location path in context docbase but its not working. I configured that in server.xml of tomcat as follows
<Context docBase="E:\images\" path="/images" />
I need a solution directly from tomcat side and cant make any code changes to serve them. Already gone through these links but of no use: How to config Tomcat to serve images from an external folder outside webapps?
Tomcat version : 8.5, my images are in .svg format. Please help me in this.