Deliver files from a web server from outside the web app
Posted
by Ankur
on Stack Overflow
See other posts from Stack Overflow
or by Ankur
Published on 2010-05-20T13:28:12Z
Indexed on
2010/05/20
13:30 UTC
Read the original article
Hit count: 426
Is there anyway to serve a file from a web server through the web, that is not within the web application.
I am using Tomcat and a Java servlets based application.
I don't want to put the files within the webapp because they are several 100GB and I will have to replace them every time I update the WAR if I put them inside it.
© Stack Overflow or respective owner