i'm looking way remotely debug java application running on azure web apps.
the basic problem cannot connect remotely running java application debugger. debugging requires either open port in server side, java application use listen remote debuggers or other approach. approach have found far this: https://github.com/azure/azure-websites-java-remote-debugging. unfortunately doesn't seem work.
the solution found tries connect https://yourdebuggedsite.scm.azurewebsites.net/debugsiteextension/javadebugsiteextension.ashx, have found no other references path internet. i'm not sure how author of application have guessed exist.
i debugging elsewhere too, seems application behaves slower when executed on azure web apps. interesting able debug while it's running on azure.
update: here's how tried use solution available in github (see link above)
./debugsession.sh -p 8000 --server mydebuggedsite.scm.azurewebsites.net --user "<myusername>" --pass "<mypassword>" the error i'm getting
info: trying establish connection remote: wss://mydebuggedsite.scm.azurewebsites.net/debugsiteextension/javadebugsiteextension.ashx jul 22, 2015 8:57:59 org.azure.waws.debugsession startsession severe: java.lang.exception: error communicating remote. didn't switch protocols jul 22, 2015 8:57:59 org.azure.waws.debugsession terminate
Comments
Post a Comment