Ian Bicking wrote: >> 1. Why does it use a manually created server.py instead of using >> paster like normal? > > I use paster serve (no --reload, --monitor, --daemon, any of which would > mess it up).
Incidentally, one thing I don't think is all that well explained (at least in the supervisor docs), is that shell scripts must end with: exec paster serve production.ini So, if you want a shell script (e.g., to setup the environment) you have to be sure to use "exec" at the end; this makes paster replace the shell process. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
