Hi,

You can do a killall python, or check the id of the python process (with ps
or top) and kill it using kill command.

Cheers

On Wed, Mar 17, 2010 at 19:42, maulynvia <[email protected]> wrote:

> Hi
> to start the web app I do
>
> python webapp.py 8000
>
> If I close the console  and then try to start the app again, port 8000
> is busy (and yet the app is not served there).
>
> My next move is:
>
> python webapp.py 8001
>
> Presumably there is a better way to stop and start the app?
>
> regards
> M
>
> --
> You received this message because you are subscribed to the Google Groups
> "web.py" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected] <webpy%[email protected]>.
> For more options, visit this group at
> http://groups.google.com/group/webpy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to