Seems you're trying to debug the servlet by running it as an application. That's
not the way to do it.
You need to connect to the web application (the servlet module) running inside JBoss and
set some breakpoints.
Then do an HTTP request to the servlet (using a web browser usually) and see the
breakpoint being hit.
You may need to change your JBoss startup script to enable remote debugging first for that
to work (certainly if JBoss isn't running inside Eclipse).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018249#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...