I've created a VM with Ubuntu Server 16.04 LTS on Microsoft Azure. I then installed Tomcat 8 following this tutorial. I started the Tomcat server and I was able to access it from the local machine
The next step is to access Tomcat from another computer. I've disabled the firewall using sudo ufw disable
I created inbound rules by going on the Azure new portal > select my VM > Network Interfaces > Network Security Rule. Security Rules
However when I try to access my server from my computer, it says this site can't be reached... What am I missing/doing wrong?
Thanks for the help!
EDIT: Ok so I found the link in comment. I had to create a workers.properties file etc. and now it works... But why?
netstat -ant
to check which port listening on,