2

How to setup Eclipse to use JBoss-EAP for debugging and also minimal profile.

Can someone please give us details on how to do this!

mhan
  • 373
  • 3
  • 11
SJS
  • 5,607
  • 19
  • 78
  • 105

1 Answers1

3

Please take a look at this article;

http://ist.berkeley.edu/as-ag/tools/howto/jboss-eclipse.html

  • The "server configuration" that you wish to run i.e. default, minimal etc; it can be specified and the tutorial does specify that. Read again, carefully.

  • Debugging: once you have configured the server in your eclipse; specify the breakpoints and then right click your project and choose Debug As -> Debug on Server.

If you need remote debugging; JBoss debugging in Eclipse

Community
  • 1
  • 1
mhan
  • 373
  • 3
  • 11
  • but this does not show how to get the minimal working in eclipse or debugging with breakpoints – SJS May 15 '12 at 16:21