On Mar 30, 2011, at 9:43 PM, VP wrote: > > i'm using 1.94.6 with router. When I created a new application, I > must restart apache in order for the application to get recognized. > Otherwise, its URL is not accessible.
You ought to be able to just reload the routing table, I think: gluon.rewrite.load(). The router needs to discover the names of your apps in order to properly do the defaults. We were talking about adding a command to the admin app to do that, but I don't think we ever got around to it.