context « JSP « JSF Q&A





1. JSF Exception: /main.jsp not found in external context as a Resource    stackoverflow.com

I have a User Interface built using "IceFaces". And it's deployed on a portal built using "LifeRay". The UI application is getting undeployed automatically from the portal sometimes. And the log ...

2. jsf context creation    stackoverflow.com

I'm here facing a problem with a Java web project. The project I'm working on has been made with standard jsp mixed up with jsf pages. The main page of the application, ...

3. jsf sevlet-mapping for *.jsp    stackoverflow.com

Is there a way I can tell my application to let every single page (let's say .jsp pages) to go under faces context? In my web.xml I easly can do a servlet-mapping ...