I have two web applications running in the same Tomcat Instance. In one of these applications the user will have the ability to upload files such as images and pdf files. I would like the uploaded files to be available to the second application.
Is there a best practice for such a scenario? Or just a pointer to a technology would be fine.
I considered using web services but wondered if it was overkill.
Thanks Vincent