Re: [web2py] Re: Web2py ports busy

2018-09-05 Thread Jim S
So, I assume your using linux on your host. Try this command to see what is running on port 8000: lsof -i :8000 What other ports did you try? -Jim On Wednesday, September 5, 2018 at 2:06:10 AM UTC-5, FRANK OJAMBO wrote: > > the tool am using is putty. > > On Wed, 5 Sep 2018 at 00:18, Jim S >

Re: [web2py] Re: Web2py ports busy

2018-09-05 Thread FRANK OJAMBO
the tool am using is putty. On Wed, 5 Sep 2018 at 00:18, Jim S wrote: > Sounds like you already have web2py (or something else) running on that > port. > > You can try running on a different port using: > > python web2py.py -p 8001 > > Or, use the tools on your host os to determine what is runni

[web2py] Re: Web2py ports busy

2018-09-04 Thread Jim S
Sounds like you already have web2py (or something else) running on that port. You can try running on a different port using: python web2py.py -p 8001 Or, use the tools on your host os to determine what is running on port 8000 and stop that process. -Jim On Tuesday, September 4, 2018 at 4:52: