From ec1d0a90ded35f4070809d65a49844e4528c7f95 Mon Sep 17 00:00:00 2001 From: ryounes Date: Thu, 21 Jul 2011 16:18:06 +0000 Subject: [PATCH] Merge r3358-3359 from maint-rel-1.3 --- doc/install.html | 2 +- example.deploy.properties | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/install.html b/doc/install.html index 37b10c23..f5b23928 100644 --- a/doc/install.html +++ b/doc/install.html @@ -1,4 +1,4 @@ - + diff --git a/example.deploy.properties b/example.deploy.properties index f8b39486..513b6236 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -11,10 +11,14 @@ # # This namespace will be used when generating URIs for objects created in the -# editor. Change it to reflect your own domain. For example, Cornell's -# namespace is http://vivo.cornell.edu/individual/ +# editor. In order to serve linked data, the default namespace must be composed +# as follows (optional elements in parentheses): # -# Note: it is essential that this namespace end with a trailing slash. +# scheme + server_name (+ port) (+ servlet_context) + "/individual/" +# +# For example, Cornell's default namespace is: +# +# http://vivo.cornell.edu/individual/ # Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/