What will I need to do to connect a debugger to a Resin Application Server that is Lauched by MyEclipse?
I tried the using Standard Socket Attached from the Debug window and it says Connection Refused. I used to be able to connect when launching Resin through a Command Lind window with the -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5432
parameters.
Any help would be appreciated. Thanks.