Fork me on GitHub
#pedestal
<
2018-07-23
>
dadair21:07:22

I’m trying to serve three separately defined pedestal services on a single server, but each service should be on a unique port (e.g., 8001 for service1, 8002 for service2, 8003 for service3, etc). Is this possible with the standard server-construction helpers?

ddeaguiar21:07:41

@dadair nope, Pedestal does provide an escape hatch to specify Jetty configuration. You can possibly do it that way. I’ve never had the need to do this so unfortunately I can’t give more details