To Access Image Folder outside webapps in tomcat server
807580Jan 8 2010 — edited Jan 8 2010Hi All,
Its a urgent requirement..
Right now am building a war file with all the images in it and deploying it in tomcat server..This occupies huge amount of space in the server and we have space constraint problems because of this..In order to overcome it, we have decided to place the image folder in a common place,so that any web application can access the files from that folder..
my web apps are located in the following path:
/usr/share/tomcat5/webapps/
bin,common and all other folders respective to tomcat server are placed in the path:
/usr/share/tomcat5:
so i need to create a folder "Images" outside webapps folder in order to access it globally
Kindly help me out in it