JBoss Seam Debug Page.
Hi
If you are working on project that it use seam framework, This page can help you for better understanding of your project.
Step 1 :
You should put the Jboss-seam-debug.jar library in your WEB-INF/libĀ directory.
Step 2:
in Component.xml file you should write this code :
<core:init debug=“true”/>
Step 3:
When your application deployed,Open your browser and enter this url:
http://localhost:8080/<your application>/debug.seam
[screen shot]
Bye
Advertisement