Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Stoppa jetty (exempel nedan är för debian/ubuntu/centos)

Code Block
sudo /etc/init.d/jetty stop

...

Starta upp jetty igen (exempel nedan är för debian/ubuntu/centos)

Code Block
sudo /etc/init.d/jetty start

...