Hi All
I have an install of Jenkins on an Ubuntu VM. I want it to run on port 80 rather port 8080 as I want to run a development Tomcat on port 8080. Goolging suggests the only way to do this is to use Apache to redirect from 80 to 8080, but that still leaves Jenkins running on 8080 which doesn't fix my problem.
Has anyone solved this?