We are developing an web application using Spring framework. We would like to deploy it on multiple instances of Tomcat load balanced by Apache.
Our users will be uploading multiple documents(doc, xlx, images) on to our platform. These file will be accessed by multiple users. My question is how to effectively manage these files in case our application is deployed on multiple servers so that every server can easily access these files.