Possible Duplicate:
How do you connect an eclipse to a WebSphere Application server hosted on remote server?
I want to debug remote java web application in my local. I have the source code setup in eclipse.
I have started the server in debug mode.I have kept breakpoints in one of the filter and accessed the remote URL like "http://192.167.123.543:9080/WebApp/test.do".
But the eclipse is not stopping at the break point. I am confused here with debug feature..
How does the breakpoints will come to local machine from remote URL? any help