VHM, siteroot, et. al.
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?
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.
yes i think just trying that out would have taken you less time than it took you to write this email. jens On Wednesday, Mar 5, 2003, at 11:06 US/Eastern, 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 )
yes, and you probably don't need to use siteroot with VHM. Just use VHM. On Wed, 2003-03-05 at 10:06, 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 ) -- Edward Muller
Interlix - President Web Hosting - PC Service & Support Custom Programming - Network Service & Support Phone: 417-862-0573 Cell: 417-844-2435 Fax: 417-862-0572 http://www.interlix.com
participants (4)
-
Chris Muldrow -
Edward Muller -
Jens Vagelpohl -
jwsacksteder@ramprecision.com