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: 399

Filed under:
|
|

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

Deliver files from a web server from outside the web app

Posted by Ankur on Server Fault See other posts from Server Fault or by Ankur
Published on 2010-05-20T13:26:21Z Indexed on 2010/05/20 13:32 UTC
Read the original article Hit count: 399

Filed under:
|
|

Is there anyway to server 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.

© Server Fault or respective owner

Related posts about java

Related posts about tomcat