> From: Jean-Sebastien Pilon [mailto:[EMAIL PROTECTED] > Subject: Redirect question > > I wish to get rid of apache from the design, is > there any way I can set it up so it listens on > port 80 and redirects to 8080 ?
Just duplicate your existing <Connector> in server.xml and change to port to 80. It's fine to have more than one <Connector> per <Engine>. If you're using UNIX/Linux, you could use iptables to do the redirection. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]