In a regular servlet, I'm trying to do the following:

        InputStream forms =
 
getServletContext().getResourceAsStream("/WEB-INF/validation.xml");

But it's throwing a NPE, and validation.xml is in my WEB-INF folder.  Any
ideas why this may be happening?

Thanks,

Matt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to