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.

link|improve this question

43% accept rate
feedback

1 Answer

If you have the web-server fronting the Tomcat install then it is quite doable, just don't serve the files from the same Location has the Tomcat instance is running. Not so sure about Java, though again, if you have a web-server fronting the servlet instead of serving directly from Java itself that kind of redirection is quite possible.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.