how to debug JSF 2.x in Glassfish 3.1?
I want to trace the flow of JSF RI that handles the request and response. I started GF 3.1 like below.
$ asadmin.bat start-domain --debug true
I attached Netbeans' debugger and set a breakpoint at javax.faces.webapp.FacesServlet#service. But after sending a request from faceslet application, the breakpoint was not hit.
How to debug JSF in Glassfish 3.1?
Thank you in advance.
I don't know about debuging from Glassfish but there is a blog post about debuging JSF lifecyle using poor man's debugging approach using sysouts:




