Jacob Kjome wrote:

In order to obtain access to a file under WEB-INF in a completely portable way, use something like...

getServletContext().getResourceAsStream("/WEB-INF/myproperties.xml");

What about if we have a tag descriptor somewhere below WEB-INF, is it safe to refer to the path directly from the "uri" attribute of the <%@ taglib %> directive?


Erik



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



Reply via email to