Antonio Gallardo wrote:
Thank you Upayavira. It works.
Antonio Gallardo
Upayavira dijo:
Antonio Gallardo wrote:
Desafortunately, we dont know how to start cocoon in debug mode underStart Cocoon with cocoon servlet-debug (instead of just cocoon servlet)
eclipse. If someone can write a doc about this, please do it. This will
for sure help us in finding where the bug is.
Then, in eclipse, select run/debug... Click remove java application, then new at the bottom. Select your cocoon project. Click apply/debug.
Set a breakpoint in your code. Request a page with your browser from port 8888, and you should see eclipse catch the breakpoint.
Upayavira