I'm trying to debug a J2EE web application currently running on WebLogic, using Eclipse.
My configuration is the following:
- AdminServer on localhost:7001 for the WebLogic admin console
- MyAppServer on localhost:8001 where I've deployed my web application.
Now i'd like to debug the app on Eclipse (I'm using Oracle WebLogic Pack for Eclipse).
I've found a lot of references on the web, but none of them seems working. maybe because my app is on a managed server...
For example, I've set the weblogic server to run as debug: on the console it says "listening for transport dt_socket at address: 8453". If I try Eclise -> Right-Click on my App -> Debug -> Remote Java Application on port 8453 it says "Failed to connect to VM".
Any hints?
I've no hopes, thanks!