I generally am not the person to be monkeying around with things on 
Windows.  That said, one of my customers is about to take over management 
and ownership of a web2py application I have written for them.  I seem to 
be having an issue testing the deployment for them.

I created an options.py file and the service installs and starts properly. 
 Unfortunately, for some reason it does not appear the routes.py file is 
being parsed on startup though.  Even though the default app is set, a 
request to / still attempts to go to /welcome/...  If I go in to the admin 
interface and choose reload routes, everything works...  until the service 
is restarted that is.

If I run web2py from the command line .. ie python web2py.py -p 80 -a 
'password', the routes.py file gets parsed on startup.

Any ideas?

-- 



Reply via email to