You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/07/01 11:03:04 UTC

[3/3] syncope git commit: Fixing error reported in ML https://lists.apache.org/thread.html/9e18f2dbe368d6b20c9201c47714e5670cb37aac8433dd1d7d06123e@%3Cuser.syncope.apache.org%3E

Fixing error reported in ML https://lists.apache.org/thread.html/9e18f2dbe368d6b20c9201c47714e5670cb37aac8433dd1d7d06123e@%3Cuser.syncope.apache.org%3E


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f8e71741
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f8e71741
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f8e71741

Branch: refs/heads/master
Commit: f8e717412fda4cde8ca8bc6fbcbccb3b50ffd041
Parents: 9932efa
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Jul 1 13:02:53 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Jul 1 13:02:53 2016 +0200

----------------------------------------------------------------------
 src/main/asciidoc/obtain.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f8e71741/src/main/asciidoc/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/obtain.adoc b/src/main/asciidoc/obtain.adoc
index fc50ec4..7817334 100644
--- a/src/main/asciidoc/obtain.adoc
+++ b/src/main/asciidoc/obtain.adoc
@@ -77,7 +77,8 @@ with
 [source,java]
 jpa.url=jdbc:h2:~/syncopedb;DB_CLOSE_DELAY=-1
 
-in `webapps/syncope/WEB-INF/classes/persistence.properties` from the Apache Tomcat directory.
+in `webapps/syncope/WEB-INF/classes/domains/Master.properties` (for `Master` domain) or
+`webapps/syncope/WEB-INF/classes/domains/Two.properties` (for `Two` domain) from the Apache Tomcat directory.
 This will create H2 database files in the home directory of the user running Apache Syncope.
 
 Please refer to the http://www.h2database.com/[H2 documentation^] for more options.