Hello all,
              I am having trouble finding information about how to setup 
what will show when a user comes to my domain, which is being served by 
web2py.
Currently, I know how to create applications from a single install.   I 
understand routing or redirects within an app.  However, I cannot find in 
the code
where the setting exists that says that the welcome application should be 
displayed.  While I could take the welcome app and just customize it. 
 However,
I'm very curious as to how web2py knows to display just that specific 
application out of the box.  I found some route.example.py files within the 
apps.
However, that means that somewhere web2py needs to be configured to start 
with the welcome app.
How does one specify that when coming to example.com use myapp when a 
visitor comes to my domain?  
Do I just use a server redirect ( e.g. using apache2 configure a redirect 
to .../myapp/c/v)

Since web2py can serve several different applications from one instance or 
installation of web2py is there a way to have a menu of all the different 
applications?
For example, myapp1, myapp2, etc. would be displayed somehow at the top of 
each page in each app.  How would that be done?

Lastly, I was looking at the different directories in each application and 
was unsure what the difference is between the Modules folder and Plugins?
Also, there are appliances which I like but I ended up discovering more 
than one appliance that I had found with features for a single application.
So, I was wondering if it was possible to have one app that included for 
example the Semantic Web appliance with an e-commerce app.
Is there a way to do that, to merge two apps into one?

Thanks,
Bruce  

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to