- fixed issue on local conformance statement not loading properly
This commit is contained in:
@@ -20,7 +20,7 @@ mvn jetty:run
|
||||
|
||||
Then, browse to the following link to use the server:
|
||||
|
||||
[http://localhost:8080/hapi-fhir-jpaserver/](http://localhost:8080/hapi-fhir-jpaserver/)
|
||||
[http://localhost:8080/](http://localhost:8080/)
|
||||
|
||||
# Deploying to a Container
|
||||
|
||||
@@ -40,7 +40,7 @@ This will create a file called `hapi-fhir-jpaserver.war` in your `target` direct
|
||||
|
||||
Again, browse to the following link to use the server (note that the port 8080 may not be correct depending on how your server is configured).
|
||||
|
||||
[http://localhost:8080/hapi-fhir-jpaserver/](http://localhost:8080/hapi-fhir-jpaserver/)
|
||||
[http://localhost:8080/](http://localhost:8080/)
|
||||
|
||||
# Customizing The Web Testpage UI
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -216,7 +216,7 @@
|
||||
<version>9.4.8.v20180619</version>
|
||||
<configuration>
|
||||
<webApp>
|
||||
<contextPath>/hapi-fhir-jpaserver</contextPath>
|
||||
<contextPath>/</contextPath>
|
||||
<allowDuplicateFragmentNames>true</allowDuplicateFragmentNames>
|
||||
</webApp>
|
||||
</configuration>
|
||||
|
||||
@@ -6,7 +6,7 @@ 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/
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user