views:

7

answers:

0

GAE Eclipse IDE launches test server instance when I start debugging. But the test server instance does not killed when I restart the debugging after some code modified. This annoying. I have to kill previous instance manually on each time before new instance launched because previous instance holds port.

How can I make the IDE kill previous instance when I launch new instance of current project?