Hi
find the following section in server.xml and change the port:
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
to ->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="80" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
hope this helps. Server.xml should be in your conf directory in tomcat home.
cheers
Dominic Parry
B.Sc (Information Systems, Computer Science)
B.Sc (Hons) Computer Science
Rhodes University
----- Original Message -----
From: "Rohit Agarwal" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, March 28, 2002 9:53 AM
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]>