- fixed issue on diff contextPath during running and testing, updated from "/hapi-fhir-jpaserver" to "/" and hapi.properties configs on server_address and server.base works out of the box with jetty
- replicated testWebsocketSubscription test from ExampleServerR4IT into ExampleServerDstu3IT
This commit is contained in:
@@ -6,17 +6,11 @@ fhir_version=DSTU3
|
||||
# This is the address that the FHIR server will report as its own address.
|
||||
# If this server will be deployed (for example) to an internet accessible
|
||||
# server, put the DNS name of that server here.
|
||||
#server_address=http://localhost/fhir/
|
||||
|
||||
# For Jetty, use this:
|
||||
server_address=http://localhost:8080/hapi-fhir-jpaserver/fhir/
|
||||
server_address=http://localhost:8080/fhir/
|
||||
|
||||
# This is the context path for the FHIR endpoint. If this is changed, the
|
||||
# setting above should also be changed.
|
||||
#server.base=/fhir
|
||||
|
||||
# For Jetty, use this:
|
||||
server.base=/hapi-fhir-jpaserver/fhir
|
||||
server.base=/fhir
|
||||
|
||||
default_encoding=JSON
|
||||
etag_support=ENABLED
|
||||
|
||||
Reference in New Issue
Block a user