I just ran web2py on os x leopard (10.5) and it was running web2py like this:
/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python ./web2py.py -M -a test -p 8080 when I had run from the command line like this: ./web2py.py -M -a test -p 8080 I also noticed that there as a: use "kill -SIGTERM 3666" to shutdown the web2py server when running web2py. Is there a way to capture the PID in to a file so that SystemStarter script could kill -SIGTERM `cat pidfile` -wes On Tue, Mar 2, 2010 at 10:30 PM, Al <[email protected]> wrote: > Hi, > > Can anyone advise how I can setup web2py to start automatically when > the machine is turned on? i.e the services should all be started > without having to login. > How can that be done with plist and startup items? > > Cheers > Al > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

