I had this issue too. This was very annoying. Ctrl+c closes ant but
not the appengine java process.

I started using App Engine plugin. It has no such problem.

=Sarath

On Mar 27, 5:25 am, nicolas melendez <nfmelen...@gmail.com> wrote:
> if you use eclipse, you can kill it from debug window.
> NM
>
> On Fri, Mar 26, 2010 at 6:03 PM, Guillermo Schwarz <
>
> guillermo.schw...@gmail.com> wrote:
> > It seems to me that the problem is that after I run "ant runserver"
> > and I kill the running process using ctrl-c, what I kill is ant but
> > jetty keeps running. Actually I can still connect to the server and
> > perform HTTP requests.
>
> > What I would like is a way to tell ant that when it is killed, it will
> > also kill jetty. A workaround is to find the offending process and
> > kill it, which in Windows XP is like this:
>
> > 1. netstat -ao | grep 8080
> >  TCP    pc-icanales:8080       pc-icanales:0          LISTENING
> > 3932
>
> > This prints out a process number at the end.
> > 2. taskkill /pid 3932
>
> > Cheers,
> > Guillermo.
>
> > On 26 mar, 15:55, nicolas melendez <nfmelen...@gmail.com> wrote:
> > > you have the 8888 ports in used by another application or your app engine
> > > development server is already working.
> > > NM
>
> > > On Fri, Mar 26, 2010 at 4:51 PM, Guillermo Schwarz <
>
> > > guillermo.schw...@gmail.com> wrote:
> > > > The first time I run the local dev server, it works fine. I press ctrl-
> > > > c and then I always get:
>
> > > >     [java]
> > > >     [java] ************************************************
> > > >     [java] Could not open the requested socket: Address already in
> > > > use: bind
> > > >     [java] Try overriding --address and/or --port.
>
> > > > Any solution, besides changing the port every time I restart the
> > > > server?
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google App Engine for Java" group.
> > > > To post to this group, send email to
> > > > google-appengine-j...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> > <google-appengine-java%2bunsubscr...@googlegroups.com<google-appengine-java%252bunsubscr...@googlegroups.com>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine-java?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to