In Open Liberty server there are several goals to start it like liberty:run
, liberty:start
and liberty:dev
.
In the docs I see that run
executes the server in foreground and start
in background but I can't find if the development mode dev
executes it in foreground or background.
Thanks in advance.