java - debugging a jetty application -
i'm using atmosphere framework (https://github.com/atmosphere/atmosphere) runs on jetty server , brings websockets browser.
the problem i'm having strange reason messages broadcasted connected clients arrive on webclient running on same platform jetty server. (localhost:8080)
other clients recieve messages (all @ once) when server stops. (ip server:8080)
i'm not sure weither issue jetty 8/atmopshere/my network. i'm using eclipse run-jetty-run plugin.
so question: there way debug system/for locating problem is?
you can issue follwoing command command prompt. mvndebug jetty:run-exploded antrun:run wil come know on port jetty listening after go run->debug configuration there can debug server. in debug configuration can find option remote java application here create 1 new debug configuration new remote java application , here can define new server again mvndebug jetty:run-exploded should see new port.
Comments
Post a Comment