3 Replies Latest reply on Jul 7, 2006 4:09 AM by begimot

    Configure Jboss for remote Debuging

    begimot

      I couldn't find such topic, and any normal explanation anywhere.

      How can I set my Jboss for remote debugging?

      I changed the JAVA_OPTS variable.

      Previously it was
      "-server -Xms128m -Xmx128m -Dprogram.name=run.sh -Dprogram.name=run.sh"

      I added "-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"

      but then, i couldn't start my server. I am not very good at this. Where am I wrong?