Hi, I’ve migrated all my web aplication (running in Tomcat5) to and EAR (running in JBoss4).
When I’m trying to debug the app, the eclipse stop in the breakpoint that I put but it’s open a class file (with the code). I tomcat5 it’s open the java class to debug, so I can change the code and continues the ejecution.
Anybody can tell me how can I do to debug and edit the java using JBoss4 with EAR project?
Regards
Alejandro