1.6.4. The Seam Debug Page

The WAR also includes seam-debug.jar. To make the Seam debug page available, deploy this jar in WEB-INF/lib alongside Facelets, and set the debug property of the init component as shown here:
<core:init jndi-pattern="@jndiPattern@" debug="true"/>
The debug page lets you browse and inspect the Seam components in any of the Seam contexts associated with your current log in session. Just point your browser at http://localhost:8080/seam-booking/debug.seam .