InstallationCopy 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: This worked for me: 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 |
