Try setting the connector port to 80 in the server.xml file. I believe it is probably set to 8080. This will set the port your app listens to. When you don't specify a port, it will default to 80 when using HTTP. HTTPS will default to 443.
Robert S. Harper Information Access Technology, Inc. -----Original Message----- From: Kam Lung Leung [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 11:03 AM To: Tomcat User List Subject: Can not access www.company.com but can with www.company.com:8080 Importance: High Hi, Thank you in advance for your help. I have a web application in the ROOT web dirctory. I failed to access the index.jsp :8080. Can someone tell me why. I used Struts in this web application and declared something like the following in the ROOT/WEB-INF/web.xml file; <web-app> <!-- Standard Action Servlet Configuration (with debugging) --> <servlet> <init-param> <param-name>config</param-name> </init-param> <init-param> <param-name>debug</param-name> <param-value>3</param-value> </init-param> <init-param> <param-name>detail</param-name> <param-value>3</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <!-- Standard Action Servlet Mapping --> <servlet-mapping> <url-pattern>*.do</url-pattern> </servlet-mapping> <web-app> The HTTP Connector listed below. <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --> useURIValidationHack="false" disableUploadTimeout="true" /> Sincerely yours, Kam Lung Leung President Advanced Voice Technologies, Inc. www.advoicetech.com Office: 303.539.2950 Fax: 303.539.2951 Our business is to bring your clients to you by personalized voice messaging. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]