I found that Jetty runs under `root` user despite I specified `jetty` user. After I created file `/etc/default/jetty` with the following content: ``` JETTY_USER=jetty ``` it runs as expected. I think this is a bug.
I found that Jetty runs under
rootuser despite I specifiedjettyuser. After I created file/etc/default/jettywith the following content:it runs as expected. I think this is a bug.