Skip to content

Commit

Permalink
Small fixes to FhirSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
iheos committed Apr 2, 2018
1 parent 2ee024f commit 9efde5f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class FhirSpecification extends ToolkitSpecification {

def startGrizzlyWithFhir(String port) {
remoteToolkitPort = port
server = new GrizzlyController()
server.start(remoteToolkitPort);
server.withFhirServlet()
if (localServerMode) {
server = new GrizzlyController()
server.start(remoteToolkitPort);
server.withFhirServlet()
}
Installation.instance().overrideToolkitPort(remoteToolkitPort) // ignore toolkit.properties
}

Expand Down

0 comments on commit 9efde5f

Please sign in to comment.