eonil
eonil

Reputation: 85955

How can I GAE (Eclipse IDE) to kill previous instance of test server when I start debugging?

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?

Upvotes: 0

Views: 250

Answers (1)

Amit Kumar
Amit Kumar

Reputation: 21

Try executing the goal gae:stop to stop debugging.

Upvotes: 2

Related Questions