Jetty

Installation

Copy the hudson.war file to webapp directory, under debian this may be /usr/share/jetty/webapp

Hudson before 1.344 causes a problem with Jetty that results in a failure to retrieve update center data. If you need to work around this problem without upgrading, see issue #5210.

You may see:
Unable to create the home directory '/usr/share/jetty/.hudson'. This is most likely a permission problem. 

This worked for me:
as root

mkdir /home/jetty
chown jetty:adm /home/jetty
echo export HUDSON_HOME=/home/jetty/ > /etc/profile.d/systemwide.sh

 restart jetty

or add

<Call class="java.lang.System" name="setProperty">
  <Arg>HUDSON_HOME</Arg>
  <Arg>/home/jetty</Arg>
</Call>

to jetty.xml

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.