Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
97e90703
Commit
97e90703
authored
May 19, 2010
by
Jens Vagelpohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- LP #143144: Fix documentation for the zope.conf ``mount-point``
directive.
parent
8deb2017
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
doc/CHANGES.rst
doc/CHANGES.rst
+3
-0
src/Zope2/Startup/zopeschema.xml
src/Zope2/Startup/zopeschema.xml
+17
-4
No files found.
doc/CHANGES.rst
View file @
97e90703
...
...
@@ -162,6 +162,9 @@ Features Added
Bugs
Fixed
++++++++++
-
LP
#
143144
:
Fix
documentation
for
the
zope
.
conf
``
mount
-
point
``
directive
.
-
LP
#
142410
:
Do
not
index
documents
in
a
KeywordIndex
if
the
document
is
missing
the
indexed
attribute
,
if
determining
the
value
raises
AttributeError
,
or
of
the
indexed
attribute
is
empty
.
...
...
src/Zope2/Startup/zopeschema.xml
View file @
97e90703
...
...
@@ -212,10 +212,23 @@
<multikey
name=
"mount-point"
required=
"yes"
attribute=
"mount_points"
datatype=
".mount_point"
>
<description>
The mount point is the slash-separated path to which this database
will be mounted within the Zope application server. If the path
on the ZEO server is different from the path of the mount point then
you can use a notation "path_on_client:path_on_zeo_server".
The mount point is a slash-separated path to a
'Products.ZODBMountPoint.Mount.MountPoint' instance in Zope. If
such an instance exists, it can mount an object (the mounted
object) into Zope.
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.
</description>
</multikey>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment