So I'll preface this stating that I'm quiet a n00b at this, so I apologize in advance for a potentially stupid question.
Anyway, I have an ip address and ran nmap and found that it is running Apache Tomcat/Coyote JSP Engine 1.1 on one of its ports. However, I'm under the impression that if i put the ip address and the port Tomcat is running in in my browser (i.e. x.x.x.x:x) I should see the Apache Tomcat page and configurations. At least this is what happens in tutorials of people using Metasploitable. However, I have found no such page and it just downloads some bin file to my computer (which is kinda sketchy to begin with, but I know the host isn't malicious). I've also had no luck exploiting apache tomcat with metasploit, so I'm under the impression that these two problems are related.
Could it have something to do with the fact that the server is under a firewall. The port is open, but I don't know if this could still affect this somehow.
Thanks!