flaxsearch/marple

Can you change port on which marple listens

Closed this issue · 1 comments

Looks as though dropwizard will bind to port 8080 by default, which unfortunately is already being used on my system. Is there any configuration magic which can change this ?

You should be able to pass the port through as a JVM parameter:

-Ddw.http.port=<port>