Possible Duplicate:
How do I configure the ip address with CherryPy?
I am a newbie to cherrypy. I tried out a simple cherrypy app, and I am able to connect via:
http://localhost:1111
but not via my IP address or host name:
http://192.168.1.5:1111 ==> failed
http://myHost:1111 ==> failed
That means other people in the network cannot connect to my app. I have been searching the CherryPy document, but not found anything useful. please help.