I have some folders and files that I need to copy to a remote server so it can be accessible through http, like: http://myhost/data
One approach is to put it in the tomcat/webapps folder but then it will disappear when I reinstall/update tomcat. Is there an alternative location for my files on the server that will still be available through http?
using an apache2 web server with a virtual host does the trick