It seems that my jsps can't be found when placed under WEB-INF.

I have an index.jsp with the following line in it:

<jsp:forward page="/jsp/login.faces"/>

This results in a 404 with the following msg:

"The requested resource (/pc.webapp/jsp/login.jsp) is not available."

The forward does work if I move the login.jsp outside of WEB-INF (and change
the paths of course).

Any ideas?

Thanks,
Ben
-- 
View this message in context: 
http://www.nabble.com/JSPs-under--WEB-INF--tf3343536.html#a9299030
Sent from the Shale - Dev mailing list archive at Nabble.com.

Reply via email to