I am doing an example for Sping webflow 2.2 and jsf from the book "Spring webflow 2 development", i am facing this error when I try to go to index.jsp

Firefox: Error 403: SRVE0190E: File not found: /WEB-INF/flows/loginPage.xhtml
IE:The website declined to show this webpage
HTTP 403
Most likely causes:
•This website requires you to log in.


It seems there is some IBM WAS 7 setting thats needs to be done.

project\web\index.jsp
project\web\web-inf\flows\loginpage.jspx (book names it as jspx, i don't know why browser refer to it as xhtml)

any ideas guys.