You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ibrahim Beyazit <ib...@hotmail.com> on 2002/03/28 03:47:30 UTC

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

Re: Tomcat configuration question

Posted by Ibrahim Beyazit <ib...@hotmail.com>.
Sagol Yilmaz. Bende Apache varda 80 de onun icin 8080 yi Tomcat de
kullaniyorum. Benim sorunum aslinda 8080 yi tutum ama URL de gostermemkti.
Ama anladimki 80i kullanmadikca explicit bir sekilde port no yu URL de
yazmak gerekiyormus. Tesekkurler.
----- Original Message -----
From: yilmaz <yi...@hwajet.com.tw>
To: Tomcat Users List <to...@jakarta.apache.org>
Sent: Thursday, March 28, 2002 7:18 PM
Subject: Re: Tomcat configuration question


> Merhaba Ibrahim,
> By default HTTP runs on port 80,
> so if you set port number for tomcat to 80, you
> won't need to add port number to the URL.
> The browser will automatically assume it's port number 80.
> Hope it helps
> Regards :)
> ----- Original Message -----
> From: "Ibrahim Beyazit" <ib...@hotmail.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Friday, March 29, 2002 4:38 AM
> Subject: Re: Tomcat configuration question
>
>
> > Mine was already 8080 when installed. I still have to put 8080 on URL.
> > (www.company.com:8080) to get to the home page. How can I configure it
so
> I
> > don't need to put that 8080 on the URL. Maybe this one is clearer.
> >
> > Thanks.
> >
> > ----- Original Message -----
> > From: Dominic Parry <do...@rucus.ru.ac.za>
> > To: Tomcat Users List <to...@jakarta.apache.org>
> > Sent: Wednesday, March 27, 2002 11:56 PM
> > Subject: Re: Tomcat configuration question
> >
> >
> > > 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" <ro...@hotmail.com>
> > > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > > 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" <ib...@hotmail.com>
> > > > To: <to...@jakarta.apache.org>
> > > > 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:
<ma...@jakarta.apache.org>
> > > > For additional commands:
<ma...@jakarta.apache.org>
> > > > Troubles with the list:
<ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > > --
> > > To unsubscribe:   <ma...@jakarta.apache.org>
> > > For additional commands: <ma...@jakarta.apache.org>
> > > Troubles with the list: <ma...@jakarta.apache.org>
> > >
> > >
> >
> > --
> > To unsubscribe:   <ma...@jakarta.apache.org>
> > For additional commands: <ma...@jakarta.apache.org>
> > Troubles with the list: <ma...@jakarta.apache.org>
> >
> >
>
>
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>
>

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Tomcat configuration question + Apache

Posted by Anthony Eden <ae...@signaturedomains.com>.
No, it is not necessary to have Apache with Tomcat.

Sincerely,
Anthony Eden

> -----Original Message-----
> From: Carlos A. Díaz [mailto:calidiaz@expressmail.net]
> Sent: Friday, March 29, 2002 8:41 AM
> To: Tomcat Users List
> Subject: RE: Tomcat configuration question + Apache
>
>
> If I set the Tomcat port to 80 => I don´t need Apache.
> Is necesary have Apache wiht Tomcat?.
>
> regards
> c.
> > -----Mensaje original-----
> > De: yilmaz [mailto:yilmaz@hwajet.com.tw]
> > Enviado el: jueves, 28 de marzo de 2002 21:18
> > Para: Tomcat Users List
> > Asunto: Re: Tomcat configuration question
> >
> >
> > Merhaba Ibrahim,
> > By default HTTP runs on port 80,
> > so if you set port number for tomcat to 80, you
> > won't need to add port number to the URL.
> > The browser will automatically assume it's port number 80.
> > Hope it helps
> > Regards :)
> > ----- Original Message -----
> > From: "Ibrahim Beyazit" <ib...@hotmail.com>
> > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > Sent: Friday, March 29, 2002 4:38 AM
> > Subject: Re: Tomcat configuration question
> >
> >
> > > Mine was already 8080 when installed. I still have
> > to put 8080 on URL.
> > > (www.company.com:8080) to get to the home page. How
> > can I configure it so
> > I
> > > don't need to put that 8080 on the URL. Maybe this
> > one is clearer.
> > >
> > > Thanks.
> > >
> > > ----- Original Message -----
> > > From: Dominic Parry <do...@rucus.ru.ac.za>
> > > To: Tomcat Users List <to...@jakarta.apache.org>
> > > Sent: Wednesday, March 27, 2002 11:56 PM
> > > Subject: Re: Tomcat configuration question
> > >
> > >
> > > > 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" <ro...@hotmail.com>
> > > > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > > > 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" <ib...@hotmail.com>
> > > > > To: <to...@jakarta.apache.org>
> > > > > 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:
> > <ma...@jakarta.apache.org>
> > > > > For additional commands:
> > <ma...@jakarta.apache.org>
> > > > > Troubles with the list:
> > <ma...@jakarta.apache.org>
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe:
> > <ma...@jakarta.apache.org>
> > > > For additional commands:
> > <ma...@jakarta.apache.org>
> > > > Troubles with the list:
> > <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > > --
> > > To unsubscribe:
> > <ma...@jakarta.apache.org>
> > > For additional commands:
> > <ma...@jakarta.apache.org>
> > > Troubles with the list:
> > <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> >
> > --
> > To unsubscribe:
> > <ma...@jakarta.apache.org>
> > For additional commands:
> > <ma...@jakarta.apache.org>
> > Troubles with the list:
> > <ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Tomcat configuration question + Apache

Posted by "Carlos A. Díaz" <ca...@expressmail.net>.
If I set the Tomcat port to 80 => I don´t need Apache.
Is necesary have Apache wiht Tomcat?.

regards
c.
> -----Mensaje original-----
> De: yilmaz [mailto:yilmaz@hwajet.com.tw]
> Enviado el: jueves, 28 de marzo de 2002 21:18
> Para: Tomcat Users List
> Asunto: Re: Tomcat configuration question
>
>
> Merhaba Ibrahim,
> By default HTTP runs on port 80,
> so if you set port number for tomcat to 80, you
> won't need to add port number to the URL.
> The browser will automatically assume it's port number 80.
> Hope it helps
> Regards :)
> ----- Original Message -----
> From: "Ibrahim Beyazit" <ib...@hotmail.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> Sent: Friday, March 29, 2002 4:38 AM
> Subject: Re: Tomcat configuration question
>
>
> > Mine was already 8080 when installed. I still have
> to put 8080 on URL.
> > (www.company.com:8080) to get to the home page. How
> can I configure it so
> I
> > don't need to put that 8080 on the URL. Maybe this
> one is clearer.
> >
> > Thanks.
> >
> > ----- Original Message -----
> > From: Dominic Parry <do...@rucus.ru.ac.za>
> > To: Tomcat Users List <to...@jakarta.apache.org>
> > Sent: Wednesday, March 27, 2002 11:56 PM
> > Subject: Re: Tomcat configuration question
> >
> >
> > > 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" <ro...@hotmail.com>
> > > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > > 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" <ib...@hotmail.com>
> > > > To: <to...@jakarta.apache.org>
> > > > 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:
> <ma...@jakarta.apache.org>
> > > > For additional commands:
> <ma...@jakarta.apache.org>
> > > > Troubles with the list:
> <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > > --
> > > To unsubscribe:
> <ma...@jakarta.apache.org>
> > > For additional commands:
> <ma...@jakarta.apache.org>
> > > Troubles with the list:
> <ma...@jakarta.apache.org>
> > >
> > >
> >
> > --
> > To unsubscribe:
> <ma...@jakarta.apache.org>
> > For additional commands:
> <ma...@jakarta.apache.org>
> > Troubles with the list:
> <ma...@jakarta.apache.org>
> >
> >
>
>
>
> --
> To unsubscribe:
> <ma...@jakarta.apache.org>
> For additional commands:
> <ma...@jakarta.apache.org>
> Troubles with the list:
> <ma...@jakarta.apache.org>
>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat configuration question

Posted by yilmaz <yi...@hwajet.com.tw>.
Merhaba Ibrahim,
By default HTTP runs on port 80,
so if you set port number for tomcat to 80, you
won't need to add port number to the URL.
The browser will automatically assume it's port number 80.
Hope it helps
Regards :)
----- Original Message -----
From: "Ibrahim Beyazit" <ib...@hotmail.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, March 29, 2002 4:38 AM
Subject: Re: Tomcat configuration question


> Mine was already 8080 when installed. I still have to put 8080 on URL.
> (www.company.com:8080) to get to the home page. How can I configure it so
I
> don't need to put that 8080 on the URL. Maybe this one is clearer.
>
> Thanks.
>
> ----- Original Message -----
> From: Dominic Parry <do...@rucus.ru.ac.za>
> To: Tomcat Users List <to...@jakarta.apache.org>
> Sent: Wednesday, March 27, 2002 11:56 PM
> Subject: Re: Tomcat configuration question
>
>
> > 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" <ro...@hotmail.com>
> > To: "Tomcat Users List" <to...@jakarta.apache.org>
> > 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" <ib...@hotmail.com>
> > > To: <to...@jakarta.apache.org>
> > > 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:   <ma...@jakarta.apache.org>
> > > For additional commands: <ma...@jakarta.apache.org>
> > > Troubles with the list: <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> > --
> > To unsubscribe:   <ma...@jakarta.apache.org>
> > For additional commands: <ma...@jakarta.apache.org>
> > Troubles with the list: <ma...@jakarta.apache.org>
> >
> >
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>
>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


GetPort returning -1 from applet

Posted by Sanjay Bahal <sb...@yahoo.com>.
Trying to get portnumber from an applet running on
Apache. get the port number as -1. This is whether I
use the url with/without the port number-
URL currrentPage = getCodeBase();
			String protocol = currrentPage.getProtocol();
			String host= currrentPage.getHost();
			int port= currrentPage.getPort();
The host comes correctly as- localhost but port
returns as -1.
Thanks
Sanjay


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Tomcat configuration question

Posted by Ibrahim Beyazit <ib...@hotmail.com>.
Mine was already 8080 when installed. I still have to put 8080 on URL.
(www.company.com:8080) to get to the home page. How can I configure it so I
don't need to put that 8080 on the URL. Maybe this one is clearer.

Thanks.

----- Original Message -----
From: Dominic Parry <do...@rucus.ru.ac.za>
To: Tomcat Users List <to...@jakarta.apache.org>
Sent: Wednesday, March 27, 2002 11:56 PM
Subject: Re: Tomcat configuration question


> 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" <ro...@hotmail.com>
> To: "Tomcat Users List" <to...@jakarta.apache.org>
> 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" <ib...@hotmail.com>
> > To: <to...@jakarta.apache.org>
> > 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:   <ma...@jakarta.apache.org>
> > For additional commands: <ma...@jakarta.apache.org>
> > Troubles with the list: <ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>
>

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat configuration question

Posted by Dominic Parry <do...@rucus.ru.ac.za>.
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" <ro...@hotmail.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
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" <ib...@hotmail.com>
> To: <to...@jakarta.apache.org>
> 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:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Tomcat configuration question

Posted by Gurmeet <gu...@indicom.co.in>.
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:ronu@hotmail.com]
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" <ib...@hotmail.com>
To: <to...@jakarta.apache.org>
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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat configuration question

Posted by Rohit Agarwal <ro...@hotmail.com>.
I have the same question, if somebody can help, that would be great. Thanks.

Rohit
----- Original Message -----
From: "Ibrahim Beyazit" <ib...@hotmail.com>
To: <to...@jakarta.apache.org>
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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>