[jboss-user] [Beginners Corner] - Re: Error while running JBoss server

jwenting do-not-reply at jboss.com
Sat Feb 17 13:22:14 EST 2007


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#4018249

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018249



More information about the jboss-user mailing list