change the port to 80 from 8080 in server.xml;

 <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8080" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="60000"/>

Gurmeet

-----Original Message-----
From: Rohit Agarwal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 1:23 PM
To: Tomcat Users List
Subject: Re: Tomcat configuration question


I have the same question, if somebody can help, that would be great. Thanks.

Rohit
----- Original Message -----
From: "Ibrahim Beyazit" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 27, 2002 6:47 PM
Subject: Tomcat configuration question


How would I configure Tomcat so that the default URL can be www.company.com
instead of localhost:8080? I got the domain part covered. (i.e I got
www.company.com:8080 working. But I am having problems with getting rid of
8080. Any help will be appreciated


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to