404 « Glassfish « JSF Q&A





1. glassfish autodeploy gives 404 with simple app    stackoverflow.com

I've got a vanilla glassfish v3 install, and dropped my .war in the C:\glassfishv3\glassfish\domains\domain1\autodeploy folder of my Windows PC. The war contains a small web app built with java, JSF, ...

2. Error 404 on not found JSF-file    stackoverflow.com

When request not exists jsf-page (for example blabla.jsf) I have a problem in Glassfish 3.1: the server response error 500:

    SEVERE: PWC6117: File "C%3A%5Cglassfish3%5Cglassfish%5Cdomains%5Cdomain1%5CeclipseApps%5CMyApp2%5Cblabla.jsp" not found
WARNING: StandardWrapperValve[Faces Servlet]: ...

3. How to create custom 404 messages in JSF 2.0?    stackoverflow.com

Currently in my app when a user types some illegal destination in the URL bar, sees this: enter image description here I would like to make it more beautiful and customize ...

4. Error in JSF application shows up as 404    java.net

I just started using glassfish as an application server. I am creating a JSF 2.0 application which uses the primefaces framework. When their is an error in my application for example an invalid EL expression, i get a 404 from glassfish. While other application server show me that i have an invalid expression. This is very frustrating to debug my application. ...