Quote Originally Posted by gregturn View Post
Okay, upgrade CherryPy to 3.1.2, and everything works.

I should probably open a ticket to upgrade our dependencies.
I upgraded to 3.1.2 and things seem to be looking better. However, it looks like the server is binding to 127.0.0.1:8080 and I am not sure how I can change that.

Code:
...
[24/Nov/2009:07:17:28] ENGINE Started monitor thread 'Autoreloader'.
[24/Nov/2009:07:17:28] ENGINE Serving on 127.0.0.1:8080
[24/Nov/2009:07:17:28] ENGINE Bus STARTED
...
I am running the sample application on a headless system and want to be able to access it from my desktop's browser. Can I configure this easily?