Remote Debugging Using Jdeveloper 11G For Weblogic 10.3.4
I am trying to debug my application using the remote debug option of Jdeveloper. I have set a weblogic server that has an admin server and mangaed server. The managed server has the application that I wish to debug. I have allowed tunneling on both servers and have enabled remoted debugging in Jdeveloper.
I modified the start up script to start weblogic is as follows:
JAVA_OPTIONS="${JAVA_OPTIONS} -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n"
Do I need to do something with the managed server? To invoke the debugging process, do I start it in Jdeveloper then launch the browser with the application I want to debug?