On 3/5/03 11:06 AM, "jwsacksteder@ramprecision.com" <jwsacksteder@ramprecision.com> wrote:
If I run three sites at-
www.mydomain.com intranet.mydomain.com extranet.mydomain.com
And I map them to the following locations in my Zope using either VHM or siteroot-
/www /intranet /extranet
Will I still be able to accquire objects in the root container? For example, a shared database connection?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Yep. You can acquire all the way up and use dtml-with to grab things in one of the other sites. We use this to put news stories from one organization onto the site of another--they're VHM'd.