From 297cf3ed42cf8f60bc9783763c35523d3c18cf2d Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Wed, 21 Nov 2018 14:15:14 +0100 Subject: [PATCH] Updated Instructions to match actual paths --- hapi-fhir-jpaserver-example/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hapi-fhir-jpaserver-example/README.md b/hapi-fhir-jpaserver-example/README.md index a3176abd3d1..8339170e048 100644 --- a/hapi-fhir-jpaserver-example/README.md +++ b/hapi-fhir-jpaserver-example/README.md @@ -28,7 +28,7 @@ Run the configuration. - Select your server, and click the green triangle (or the bug if you want to debug) - Wait for the console output to stop -Point your browser (or fiddler, or what have you) to `http://localhost:8080/hapi/base/Patient` +Point your browser (or fiddler, or what have you) to `http://localhost:8080/hapi/baseDstu3/Patient` You should get an empty bundle back. @@ -42,6 +42,9 @@ Use this command to start the container: Note: with this command data is persisted across container restarts, but not after removal of the container. Use a docker volume mapping on /var/lib/jetty/target to achieve this. +After the docker container initial startup, point your browser (or fiddler, or what have you) to `http://localhost:8080/baseDstu3/Patient` + +You should get an empty bundle back. #### Using ElasticSearch as the search engine instead of the default Apache Lucene 1. Install ElasticSearch server and the phonetic plugin * Download ElasticSearch from https://www.elastic.co/downloads/elasticsearch