jsps under WEB-INF

Hello,i've moved my jsps from outside WEB-INF to WEB-INF directory/web-inf/jsp/private/home.jspBut now i can't receive the home.jsp page. what do i have to do to see the home.jsp in the browser? Do i have to change my faces-config.xml ?thanks
[279 byte] By [hamidagaa] at [2007-11-27 9:30:38]
# 1
Files in WEB-INF and META-INF are not public accessible. You may create kind of a servlet which serves those files using an absolute path. But that's just a nasty workaround for kind of a workaround. What are you trying to achieve? Why have you moved the files to the WEB-INF?
BalusCa at 2007-7-12 22:42:45 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
i've read that all access to jsps should go through the servlet controller, that why i tried that.Is that sensible? When should jsps be under web-inf and when outside web-inf?
hamidagaa at 2007-7-12 22:42:45 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Then you've misinterpreted the statement.
BalusCa at 2007-7-12 22:42:45 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...