[web2py] Re: nssm and web2py as a windows service

2015-03-04 Thread Niphlod
^_^ . Glad it worked out fine. @tim: maybe a PR on the book with this cmdline instead of the one posted there c:\web2py.py -p 8041 -i "0.0.0.0" --password="112233" --folder= "d:\web2py_internet" --socket-timeout=10 --timeout=120 -c "d:\web2py_internet\applications\example.com.au.crt" -k "d:\we

[web2py] Re: nssm and web2py as a windows service

2015-03-04 Thread Rod Watkins
Thanks Niphlod. i had a silly typo i kept missing. Got it working great. rod On Tuesday, March 3, 2015 at 3:46:50 PM UTC-8, Tim Richardson wrote: > > > > On Wednesday, March 4, 2015 at 6:43:03 AM UTC+11, Niphlod wrote: >> >> nssm isn't rocket science, from the web2py perspective. >> The point usu

[web2py] Re: nssm and web2py as a windows service

2015-03-03 Thread Tim Richardson
On Wednesday, March 4, 2015 at 6:43:03 AM UTC+11, Niphlod wrote: > > nssm isn't rocket science, from the web2py perspective. > The point usually is being able to run web2py passing arguments as you > need them ? > If you can do it by cmdline, nssm isn't an issue: just use the same > commandlin

[web2py] Re: nssm and web2py as a windows service

2015-03-03 Thread Niphlod
nssm isn't rocket science, from the web2py perspective. The point usually is being able to run web2py passing arguments as you need them ? If you can do it by cmdline, nssm isn't an issue: just use the same commandline web2py.py -a "" --interfaces "0.0.0.0:80;0.0.0.0:443:path_to_key:path_to_ce