Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93518
| From | Martin S <martin@skjoldebrand.eu> |
|---|---|
| Subject | bottle app "crashes" |
| Date | 2015-07-05 18:45 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.315.1436170765.3674.python-list@python.org> (permalink) |
Hi all, Last summer I fumbled together a small appplication that calculates both LASK and Elo ratings for chess. I managed to "webify" it using Bottle. This works nicely on my laptop for testing. However ... (you knew there would be a however right) Once I log off (or my user session times out) my server where I've started the application with python3 LASKweb.py & the application dies within a minute, resulting in clients getting 404 errors when accessing the page (a simple table that's processed by the application). I've tried installting bottle deamon but I keep getting errors to the effect that it doesn't recognize bottledeamon. Also I've tried to run as a wsgi application, but I seem to missunderstand what modifications I need to do the get it to run (I get server misconfiguration errors on the latter). Do anyone have a pointer to an idiot proof instruction on how to deploy a simple bottle application to a live server. /Martin S
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
bottle app "crashes" Martin S <martin@skjoldebrand.eu> - 2015-07-05 18:45 +0200
Re: bottle app "crashes" mm0fmf <none@mailinator.com> - 2015-07-06 20:28 +0100
Re: bottle app "crashes" m <mvoicem@gmail.com> - 2015-07-06 22:09 +0200
csiph-web