Does Tomcat require Apache httpd?
Tomcat is a web server of its own, so a separate web server like Apache is not required. You probably will want to change Tomcat’s port though, since it defaults to 8080 and web sites are usually on port 80. I think people generally put Apache in front of Tomcat so they can do things … Read more