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/