I'm attempting to run a web application in Eclipse Indigo with GWT 2.5. I've selected my project, I select "Debug As" and I select the Web application option with the GWT image. I choose my entry page from the list, hit ok. But the Console is showing the exception stack with the Address already in Use exception. I hit the red square in Development Mode, wait, and repeat the steps above. I am still getting the BindException because jetty is apparently still running.
Can someone help me to stop Jetty and run the application? Thanks so much for any assistance.