Did you ever find a solution to this? I am running web2py from source and 
have everything setup correctly with an options.py and a routes.py but I 
see the same thing you do. 

web2py tries to route to welcome but if you force it to reload the routes 
it defaults to my app

On Monday, August 20, 2012 12:15:25 AM UTC-4, Dave wrote:
>
> 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?
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to