I am trying to start up my application in myEclipse, using a Weblogic 8.1 myEclipse application server, and debug it once it’s started up.
The application server starts up fine when I run it internally in eclipse. However, when I create a Remote Java Application and try to connect to the server, I get a “failed to connect to remote vm” error.
I have started up the same application externally using a startweblogic.cmd file with debug flags added, and can connect to it fine using the same remote java application debug configuration
I checked my myEclipse Application server setting, and it is running in debug mode.
What port should I specify in my remote java application debug configuration to connect to the vm? i tried 1044, the default debug port, but that failed. So did several others I tried.
Thanks,
Drea