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 <ato....@gmail.com <javascript:>> 
> 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 running on port 
>> 8000 and stop that process.
>>
>> -Jim
>>
>> On Tuesday, September 4, 2018 at 4:52:07 AM UTC-5, FRANK OJAMBO wrote:
>>>
>>> how can i  deploy or install web2py on domain hosting .
>>>
>>> each time i try to run the command "python web2py.py" i get 
>>>
>>> please visit:
>>>         http://127.0.0.1:8000/ 
>>> <http://www.google.com/url?q=http%3A%2F%2F127.0.0.1%3A8000%2F&sa=D&sntz=1&usg=AFQjCNFs1_JFhjr8Z-DCOM1R3AXQ16In5Q>
>>> use "kill -SIGTERM 38820" to shutdown the web2py server
>>>
>>>
>>> ERROR:Rocket.Errors.Port8000:Socket 127.0.0.1:8000 in use by other 
>>> process and it won't share.
>>> WARNING:Rocket.Errors.Port8000:Listener started when not ready.
>>>
>>>
>>> Even when i change the ports i still get the same error.
>>>
>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to