Skip to content

Instantly share code, notes, and snippets.

View amrynsky's full-sized avatar

Alex Mrynsky amrynsky

  • Palo Alto Networks
  • CA, USA
View GitHub Profile
@ThomasHambach
ThomasHambach / gist:8644106
Created January 27, 2014 06:43
Setting up Jetty 9 on Ubuntu 12.04
# Start by following this tutorial
# http://pietervogelaar.nl/ubuntu-12-04-install-jetty-9/
# Try checking your Jetty, getting the error JETTY_HOME not found?
root@ubuntu:/opt# service jetty check
** ERROR: JETTY_HOME not set, you need to set it or install in a standard location
# Solution
nano /etc/default/jetty
# Add following line