w3m: Can't load http://localhost:8080

BaderTech picture BaderTech · Sep 24, 2013 · Viewed 8.8k times · Source

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!

Answer

Armin picture Armin · Sep 24, 2013

see if it's actually listening on the port 8080, you can make sure using

netstat -nlp | grep 8080