Port 8080 needs to be opened on the tomcat host machine.
In this instance the host machine was a macbook.
echo "pass in proto tcp from any to any port 8080" | sudo pfctl -ef -
This line was ran in the terminal to open the port on the machine and connection was then allowed.