You can call your app "init" or user the router/routes mechanism. http://www.web2py.com/books/default/chapter/29/4?search=router#Parameter-based-system
Not sure what you mean by reliable. The built-in web server is very fast and supports https. I do not have benchmarks handy and some more independent ones would be welcome. It has less customization options than apache. Some users have reported corruption of large file download. Yet I have not been able to reproduce the issue. I suspect it was due to a short default timeout which has now been increased. No issues have been reported since. massimo On Wednesday, 15 August 2012 09:51:27 UTC-5, AdrianPop wrote: > > Hello, > > I am new to web2py after a short research on web2py, django and pylons. > > I create a new app which is accessible trough http://localhost/app1/ . > How can I deploy it for a production environment, of course, using web2py > built-in webserver and access the application only by: http://localhost ? > > How reliable and fast is the built-in webserver compared with apache ? > --

