From 92656c80a23a780fb557b1962433102bb60060f1 Mon Sep 17 00:00:00 2001 From: ianmarshall Date: Thu, 10 Dec 2020 18:18:33 -0500 Subject: [PATCH] Clarify instructions for application server. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c080d..b2f1e2e 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,20 @@ Again, browse to the following link to use the server (note that the port 8080 m [http://localhost:8080/](http://localhost:8080/) -If you would like it to be hosted at eg. hapi-fhir-jpaserver, eg. http://localhost:8080/hapi-fhir-jpaserver/ - then rename the WAR file to ```hapi-fhir-jpaserver.war```. +You will then be able access the JPA server e.g. using http://localhost:8080/fhir/metadata. + +If you would like it to be hosted at eg. hapi-fhir-jpaserver, eg. http://localhost:8080/hapi-fhir-jpaserver/ or http://localhost:8080/hapi-fhir-jpaserver/fhir/metadata - then rename the WAR file to ```hapi-fhir-jpaserver.war``` and adjust the overlay configuration accordingly e.g. + +```yaml + tester: + - + id: home + name: Local Tester + server_address: 'http://localhost:8080/hapi-fhir-jpaserver/fhir' + refuse_to_fetch_third_party_urls: false + fhir_version: R4 +``` + ## Deploy with docker compose