From b987e0b6ecf75b79d1f315370dc8c01dbbc08eb1 Mon Sep 17 00:00:00 2001 From: Alex Guerra Date: Mon, 22 Feb 2016 13:18:48 -0600 Subject: [PATCH] Fix paths to sql files --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index f14a7c0..55e37d5 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -53,7 +53,7 @@ To configure an http and https proxy, add this option (especially because it see The demo server webapp is configured out of the box to use an in-memory HyperSQL database (hsqldb). All data that the server stores, such as tokens, clients, and user authorizations, will be lost when the server is shut down. In order to persist data for longer than a single session, it is necessary to change the data source as configured in `openid-connect-server-webapp/src/main/webapp/WEB-INF/data-context.xml`. -The server is auto-configured with one client and two users, which are enumerated in the file `openid-connect-server/src/main/resources/db/clients.sql` and `openid-connect-server/src/main/resources/db/users.sql`. These files are automatically loaded by the hsqldb data source and can be edited to hold other clients and users. +The server is auto-configured with one client and two users, which are enumerated in the file `openid-connect-server-webapp/src/main/resources/db/clients.sql` and `openid-connect-server-webapp/src/main/resources/db/users.sql`. These files are automatically loaded by the hsqldb data source and can be edited to hold other clients and users. ## Java Cryptographic Extensions (JCE)