Reputation: 5667
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!
Upvotes: 2
Views: 5389
Reputation: 373
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
Upvotes: 3