Maven jetty plugin - delay when starting in background mode
Posted
by Phil Gounbin
on Stack Overflow
See other posts from Stack Overflow
or by Phil Gounbin
Published on 2009-07-20T09:58:40Z
Indexed on
2010/05/24
22:31 UTC
Read the original article
Hit count: 344
I start a jetty server on linux using
nohup mvn jetty:run &
to run it in background and to stay when I quit from the console. Usually (mvn jetty:run) it starts in seconds, but in this case it takes about minute to start. What can be the cause of such a delay?
Thanks.
© Stack Overflow or respective owner