Greetings,
I am using Apache Tomcat 6.0 on Windows Server 2003. I'm not serving any pure HTML pages - all pages are JSPs, so I plan to use Tomcat in a standalone mode. I want to use port 80 for HTTP and port 443 for HTTPS/SSL versus the out-of-the-box Tomcat ports of 8080 / 8443. I have updated the appropriate connectors in server.xml to use 80/443, however, I am having trouble accessing my java application using ports 80/443 from any machine on my LAN other than localhost where Tomcat resides. I am trying to determine if the problem is being caused by incorrect connector configuration or another conflict (eg firewall, port blocking, etc.). My Question: Are other steps required - beyond updating the port numbers in server.xml for the appropriate connectors - to configure Tomcat to use ports 80 / 443? Thanks for your consideration and assistance.