2 Replies Latest reply on Oct 16, 2002 4:46 PM by javajohnson

    JBoss 3x, JBuilder

    anderson3r

      Hello
      I have installed JBoss 3x (with Tomcat 4.0.5 included).
      I have integrated JBuilder with JBoss using a open tool from www.protegra.com (JBossEntWizard3x_v2.2_JBuilder6.zip).
      I need a step by step configuration to debug a J2EE EAR application containing a war (with servlets) and a jar (with EJBs).
      I specially want to know how to debug a servlet who use a remote ejb and how to debug remotely an ejb

      Thank you

        • 1. Re: JBoss 3x, JBuilder

          I'm afraid I can't be of too much help except to say that I couldn't get it working well either.

          I resorted back to the old days of debugging and am using logging calls and std outs.

          I would venture to say that remote debugging is not a trivial task on the part of IDE and JVM writers, so i just accept it as the technology isn't quite there yet, so I move on.

          Perhaps I am wrong, and trust, me, I'd love to be wrong because i could use remote debugging as well, but I haven't been successfull yet.

          Maybe you could debug using the Borland Enterprise Server that comes with JBuilder.

          --Mark

          • 2. Re: JBoss 3x, JBuilder

            I'm afraid I can't be of too much help except to say that I couldn't get it working well either.

            I resorted back to the old days of debugging and am using logging calls and std outs.

            I would venture to say that remote debugging is not a trivial task on the part of IDE and JVM writers, so i just accept it as the technology isn't quite there yet, so I move on.

            Perhaps I am wrong, and trust, me, I'd love to be wrong because i could use remote debugging as well, but I haven't been successfull yet.

            Maybe you could debug using the Borland Enterprise Server that comes with JBuilder.

            --Mark