How can I close the currently running server app when I launch new debug session?
        Posted  
        
            by Eonil
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eonil
        
        
        
        Published on 2010-06-09T13:59:08Z
        Indexed on 
            2010/06/09
            14:02 UTC
        
        
        Read the original article
        Hit count: 200
        
Google App Engine (GAE) Java SDK uses eclipse as main IDE. IDE runs a server app when I launch debugging session. And it runs another server app when I launch debugging session again.
It closes the server app when I stop the debugging session, but it doesn't when I re-launch debugging session. Re-launching means stop and launch again. Why does it stop existing app? So I have to close the server app manually at each time.
Is there a way to close existing running app when re-launching debugging session?
© Stack Overflow or respective owner