bjoern wsgi server

110 views
Skip to first unread message

Branko Vukelić

unread,
Dec 24, 2010, 7:17:12 PM12/24/10
to bott...@googlegroups.com
Has anyone run bottle on bjoern[1] wsgi server successfully? Any tips
on how to set this up?

[1] https://github.com/jonashaag/bjoern

--
Branko Vukelic

stu...@brankovukelic.com
http://www.brankovukelic.com/

voltron

unread,
Dec 28, 2010, 5:29:00 AM12/28/10
to bottlepy
Bjoern works with any WSGI app. Follow the instructions and pass the
instanced server the app and it will work.

Create the bottle app and pass it to Bjoern

from bottle import default_app, run
app = default_app() <-- pass this to Bjoern

Branko Vukelić

unread,
Dec 28, 2010, 5:33:48 AM12/28/10
to bott...@googlegroups.com
Thanks for that, but I've already figured it out. There's a pending
pull request in the github repo for the adapter, too, and I'm looking
forward to seeing it merged.

> --
> You are member of the "bottlepy" group at google groups.
> See http://groups.google.de/group/bottlepy for mailing list options.
> See http://bottle.paws.de/ for news and documentation.

Reply all
Reply to author
Forward
0 new messages