Hi, all!
I would like to provide access to a page (a PDF document, actually) that located in a directory not accessible by
Tomcat.
I imagine there is some way to set up a
servlet to grab the contents of the file, and send it with the proper header.
Does anyone know how to do this offhand, or know of a better way?
(Ultimately my reason for wanting to do it this way is to share files with other apps on the server, AND to implement some access control for the files.)