In my jersey resource I would like to read a file which has been placed
in WebContent on Tomcat. How do I get access to this file? I tried using
the ServletContext through @Context, but it seems as if this is not
available in the current API spec.
Thanks