进入到jetty9的目录:/root/jetty9/webapps/root
sudo nohup java -jar start.jar jetty.port=80> nohup.out 2>&1 &
ps -ef|grep jetty
sudo kill -9 进程号