Changing the connector to 80 and 443 is difficult, as then you have to
run Tomcat as root (assuming you are running on Linux).  8080 and
8443 are simply non-privileged ports with numbers not a million
miles from 80 and 443 as I understand it.  If you want to remap them
and keep the non-root nature of Tomcat, use iptables to remap the
ports.

David

On Tuesday 26 April 2005 10:31, David Whitehurst wrote:
> Chuck:
>
> Could you elaborate on what those parameters would be? A port is just a
> number. I'm trying to understand the history, but I would appreciate
> your comments on the other things required to make Tomcat production
> ready on top of just changing the Coyote connector from 8080 to 80 and
> 8443 to 443?
>
> Thanks,
>
> David L. Whitehurst
>
> Caldarale, Charles R wrote:
> >>-----Original Message-----
> >>From: Parsons Technical Services
> >
> >[mailto:[EMAIL PROTECTED]
> >
> >>Subject: Re: Why 8080 and 8443 ..?
> >>
> >>So there are two of the possible reasons that an upper port
> >>was chosen.
> >
> >Also, Tomcat is distributed in a more-or-less development configuration,
> >rather than a production one.  There are several parameters in addition
> >to the ports that should be changed before putting it into a production
> >environment.
> >
> > - Chuck
> >
> >
> >THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> >MATERIAL and is thus for use only by the intended recipient. If you
> >received this in error, please contact the sender and delete the e-mail
> >and its attachments from all computers.
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to