Fork me on GitHub
#boot
<
2020-04-03
>
cpmcdaniel18:04:42

boot doesn't seem to be reading my ./boot.properties how can I verify this?

cpmcdaniel18:04:55

Trying to set BOOT_JVM_OPTIONS='-Dclojure.server.repl="{:port 5555 :accept clojure.core.server/repl}"' there, but it doesn't seem to work

cpmcdaniel18:04:54

oh, maybe this doesn't make sense to do it this way...

cpmcdaniel18:04:36

I see the socket-server task

cpmcdaniel18:04:43

but it isn't working

cpmcdaniel18:04:01

it prints Socket server started on port 5555 on host 127.0.0.1. and exits

cpmcdaniel18:04:56

ok, adding wait task at the end of my command line solved it

cpmcdaniel18:04:17

boot socket-server -p 5555 -a clojure.core.server/repl wait