You'd better use "Ctrl+C" rather than closing the console directly.
On 17 March 2010 22: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. > > -- Tianyin XU, Department of Computer Science and Technology, Nanjing University Institute of Computer Science, Georg-August-University of Goettingen Homepage. http://cs.nju.edu.cn/dislab/xuty/xuty.html -- 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.
