Paste Deploy supports this out of the box. http://pythonpaste.org/deploy/
Basically you make a config file and use a composite app that's included in paste called the urlmap which maps applications to url's http://pythonpaste.org/modules/urlmap.html#module-paste.urlmap Hopefully there's enough info in the paste docs to get you started. --Mark On Thu, Oct 23, 2008 at 8:24 PM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > > Hello, > I was wondering if its possible to create one main instance of > turbogears2 webpage and create subpages (plugin style) apps that would > work underneath it with its own database connections, settings etc. > > For example I have 5 different tg apps and I wanted to deploy only one > app and give it some kind of import command and it would know how to > plugin the rest of the apps. > > Has anybody experienced with something similar? How did it work? Some > technical details would be appreciated. > > Thanks, > Lucas > > -- > Turbogears2 Manual > http://lucasmanual.com/mywiki/TurboGears2 > Bazaar and Launchpad > http://lucasmanual.com/mywiki/bzr > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

