Closed GoogleCodeExporter closed 9 years ago
this needs to be run with cogen's wsgi server as the application uses the
coroutine
wsgi extensions
Original comment by ionel...@gmail.com
on 18 Jun 2009 at 6:31
isn't this supposed to be just the coroutine middleware? You wrote
(http://ionelmc.wordpress.com/2008/04/29/comet-chat-in-pylons-with-cogen/):
Once you have installed cogen (easy_install or setup.py develop), install the
ChatApp
(setup.py develop) and start the app with paster serve test.ini. And try
finding some
bugs (just joking) at http://127.0.0.1:5000/
this is exactly what I did. I don't really get what you mean by cogen's wsgi
server...
Original comment by radaczynski
on 18 Jun 2009 at 8:20
There's isn't a test.ini in the ChatApp. There is a cogen.ini that has the right
settings and you should run the app with that.
Or edit your settings and have this in the configuration .ini:
[server:main]
use = egg:cogen#http
host = 0.0.0.0
port = 5001
Original comment by ionel...@gmail.com
on 19 Jun 2009 at 1:17
Great, thanks for that.
Original comment by radaczynski
on 19 Jun 2009 at 7:13
Original issue reported on code.google.com by
radaczynski
on 18 Jun 2009 at 5:56