Thanks for the reply. I checked port 80 and it was bound by some other process so it was not allowing the connection from the Tomcat Connector. So I decided to re-start Apache and forward the calls to port 80 (for a particular app context) on to Tomcat listening on port 8080 and it works fine.
-----Original Message----- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 17:42 To: 'Tomcat Users List' Subject: RE: Can Tomcat 4 be configured to listen on two ports simultaneously Tomcat can listen as many port as you created conectors to do so. Take a look at server.xml i think it�s a good start. > ---------- > De: Marina McGale[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: quinta-feira, 13 de mar�o de 2003 14:42 > Para: [EMAIL PROTECTED] > Assunto: Can Tomcat 4 be configured to listen on two ports > simultaneously > > Hi. > I am using Tomcat 4.1.12 and would like it to listen on both port 80 > and 8080 because I have already sent out URLs with 8080 in them but > want to remove the 8080 for the future (and still want everyone to be > able to access my apps). I had tried adding another Connector for > port 80 for Tomcat running stand-alone in the server.xml file (so > there are two Connectors - one each for port 80 and 8080) and it > worked on my localhost (Windows) machine but not when I tried the same > thing on Redhat 8. I do not have Apache running so there is no > conflict between it and Tomcat trying to listen on the same port. > > Thanks for any help. > > M. > > > > > --------------------------------------------------------------------- > 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]
