Yes. That was it. Thank you. Since this was a test server running in an internal network, I just shut off the firewall by running
service iptables stop On Monday, March 3, 2014 12:33 PM, Les Mikesell <[email protected]> wrote: On Mon, Mar 3, 2014 at 11:16 AM, Eric Wood <[email protected]> wrote: > I just installed a version of jenkins on a redhat linux server. I can see > the process when I query the process table: > > jenkins 10935 1 1 11:32 ? 00:00:35 /usr/bin/java > -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true > -DJENKINS_HOME=/var/lib/jenkins -jar /usr/lib/jenkins/jenkins.war > --logfile=/var/log/jenkins/jenkins.log --webroot=/var/cache/jenkins/war > --daemon --httpPort=8080 --ajp13Port=8009 --debug=5 --handlerCountMax=100 > --handlerCountMaxIdle=20 > > > I have tried to access it using the http://server:8080 but it is not > responding and I do not see anything in the logs. Iptables is probably blocking port 8080. -- Les Mikesell [email protected] -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
