Max Z. wrote:
> I am storing a file in the WEB-INF directory and I need to access it with a
> servlet, how would I get to it?
> 

Use:

InputStream is =
          getServletContext().getResourceAsStream("/WEB-INF/your.file");


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to