I get this message when i try to running jenkins (localhost:8080) on a debian server.
Do you have any idea about what's wrong ?
Thanks!
I get this message when i try to running jenkins (localhost:8080) on a debian server.
Do you have any idea about what's wrong ?
Thanks!
see if it's actually listening on the port 8080, you can make sure using
netstat -nlp | grep 8080