can try to use supervisor to manage the process. -- blog: http://chenxiaoyu.org
2011/6/19 王万清 <[email protected]> > 1.ps -aux | grep APPNAME > > 2.found PID > > 3.kill -9 PID > > that OK! > > > > > > 2011/6/19 Psa <[email protected]> > >> hi, >> >> i have installed webpy 0,32 and made a simple script to test the app. >> When i launch the server and go in http://0.0.0.0:8080/ with >> webbrowser, i got this message : >> <class 'socket.error'> at / >> [Errno 98] Address already in use >> Python /usr/lib/python2.7/site-packages/web/wsgiserver/__init__.py in >> start, line 1595 >> Web GET http://127.0.0.1:8080/ >> >> i've tested on another port, but always same error. >> and also : >> netstat -lapute -n | grep <port> >> return nothing when the server isn't launched. >> >> an idea ? >> >> Thank you ! >> >> (sorry for my bad english) >> >> -- >> 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. >> >> > > > -- > 以用致学! > Blog:http://wangwanqing.com > 微博:http://t.sina.com.cn/wyatt > > > -- > 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. > -- 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.
