Unable to access port 8080 traffic

Hello,

I've just installed apache2 (port 80) and tomcat 7 (port 8080).

I'm able to access web apps on port 80 via both tomcat and apache. However, when i setup tomcat on 8080 and try to access any web app, it is not working.

I've also flushed all the firewall rules.

Kindly help. I must be missing something but unable to figure out!!

Regards,

Vishwas

1 Reply

what address is tomcat listening on?

it probably should be 0.0.0.0 but might be 127.0.0.1

sudo netstat -nlp|grep 8080

will tell you

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct