On Nov 28, 2007 1:38 PM, Martin Cooper <[EMAIL PROTECTED]> wrote:

> > No, it's sitting in "webapps/appname/WEB-INF/jsp/otherdir/somejsp.jsp"

> Well, that's very likely the cause of what you're seeing. Anything under
> WEB-INF is not permitted to be accessed directly (i.e. from outside the web
> app itself), so the context is irrelevant for such files, since it could
> never be used to access them.

Sorry, that's just not remotely true. Most of my apps are done that
way, and JSTL, including <c:url .../>, works fine.

-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

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

Reply via email to