Hi,
I am trying to debug a remote weblogic server. The weblogic server is running on linux box and I have configured the server to start in debug mode.
I have created a new “MyEclipse Externally Launched Server” to connect to the remote weblogic server. It successfully connected and I see all that thread information in the debug view. But when I sent a request to the weblogic server the Java source code is not opening in the MyEclipse editor for debugging. I am sure that the request will hit the breakpoint. The request is processed as if the server was running in run mode and not in debug mode. Everything seems to be fine with no error messages but dont understand why the source code is not opening in the editor for debugging.
I have only Java source code and no JSP files. I used Ant to build and deploy my application.
Here is my configuration
MyEclipse 4.0
Eclipse 3.1
Weblogic 9.0 on linux
jrockit90_150_03
Thanks,
Srinivas.