Im having problems with Tomcat on a red hat virtual box. Tomcat is installed and it talks to java. it work localhost to localhost but when I try to open port 8080 from outsite localhost it wont work. Any ideas why? Im new to Tomcat and JSP

you can open your "program files/Apache Software foundation/ Tomcat 7.2/conf"

then open the file server.xml and replace the "connector port =8085" to
"connector port= 80"

then save it .
and then open your browser and open url as 127.0.0.1

if it will not work then open url as localhost:80
then hit enter your problem will 100% solve.
for more about tomcat email me at ajaykiet2@gmail.com. thank you.....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.