I am attempting to Debug a simple Java Server Application hosted on localhost
on any given port. Within Eclipse I run it in debug mode to wait on an incoming connection. When I run my a browser to retrieve data from the server I get nothing. If I run the Application outside of Eclipse, everything is fine and my pages are served.
Is there anything I need to do in Eclipse to enable ports or anything?
I saw this post: How does Eclipse debug code in an application server?
but that is only informational. Any help would be great.