I am trying to run Jetty on my Ubuntu. I executed the following commands:
cp /opt/jetty/bin/jetty.sh /etc/init.d update-rc.d jetty.sh defaults
but when I started it, I got "Not starting berth - NO_START = 1".
Does anyone know why?
Secondly, inside jetty.sh.
the following is indicated:
What is this "3 line"? I am excavated
chkconfig: 3 99 99 description: Jetty 7 webserver processname: jetty
but also got an error.
source share