README stating config changes required for Jetty

This commit is contained in:
Joao Vicente
2019-02-21 21:07:42 +00:00
committed by GitHub
parent 9beaedba6d
commit d829b91c03

View File

@@ -12,7 +12,7 @@ In order to use this sample, you should have:
# Running Locally
The easiest way to run this server is to run it directly in Maven using a built-in Jetty server. To do this, execute the following command:
The easiest way to run this server is to run it directly in Maven using a built-in Jetty server. To do this, change `src/main/resources/hapi.properties` `server_address` and `server.base` with the values commented out as *For Jetty, use this* and then execute the following command:
```
mvn jetty:run