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, ...
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]: ...
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. ...