[zope2-tracker] [Bug 143144] Re: Mount-Points: documentation incomplete, behaviour surprising

Jean Jordaan jean.jordaan at gmail.com
Mon Aug 24 06:20:20 EDT 2009


Revised text for zopeschema.xml:

       The mount point is the slash-separated path to an object in the
       database that will be mounted within the Zope application server. 
       By default, the object will be mounted at the same path in Zope (i.e.
       '/foo/bar' in the database will be mounted at '/foo/bar' in Zope). 

       The object can be mounted at a different point using the
       'virtual_path:real_path' syntax (e.g. 
       'mount-point /foo/bar:/bar' will mount the object at '/bar'
       in the database to '/foo/bar' in Zope). The name of the mount point
       ('bar') must be the same as the mounted object.

       It is also possible to specify the root that should be used in the
       mounted database by using the syntax
       'virtual_path:~real_root:real_path'. The root defaults to 'Application'
       and should not normally be changed.

-- 
Mount-Points: documentation incomplete, behaviour surprising
https://bugs.launchpad.net/bugs/143144
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.


More information about the zope2-tracker mailing list