I've noticed that in the latest version of xsbt the jetty container gets forked and passing system properties no longer works.
I was looking for a simple way to pass a port number via system property when launching sbt in order to set the port for the jetty container. It's not clear if this is possible or not.
Also, I'm running into a problem for local development because it is impossible to pass options to the container now. I'm not sure how to change out settings quickly and conveniently without being able to do this. Is there a reason that the forked java process can't inherit or be passed the system props?
Also just curious what the reason is for needing the container to run in a forked process in the first place.