Gunnar, You are contacting the developers of Tomcat. I'm not one myself, but I bet some of the people who have put in vast amounts of their own time voluntarily to develop Tomcat would be quite offended by your comment.
I also wouldn't be surprised if the reason that you can't run another web server on port 80 is due to your own misconfiguration and not actually a bug in Tomcat at all. But as Tomcat is open source, you could of course check the source yourself to confirm this. If you did indeed find a bug, you could even fix it. That's how open source software works. Andy > -----Original Message----- > From: Gunnar P�rschke [mailto:[EMAIL PROTECTED] > Sent: 09 June 2004 15:09 > To: 'Tomcat Users List' > Subject: AW: AW: IP Adresses > > Thanks, this time it helps. But Tomcat still blocking all my ip adresses. > I > cannot run other web server on the other IP with the port 80 :( > > Nevertheless I'll find a different solution. > How can we contact the developer of tomcat? Maybe it is a bug and will be > fixed in version 6 or 7 ;-) > > Many thanks! > > Gunnar > > -----Urspr�ngliche Nachricht----- > Von: David Smith [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 9. Juni 2004 15:26 > An: Tomcat Users List > Betreff: Re: AW: IP Adresses > > > Use the address attribute of your connector to make the connector listen > on only one IP. > > <Connector port="8080" address="192.168.0.10" ...all the rest.... /> > > --David > > Gunnar P�rschke wrote: > > >:-( this is how to configure remote ip adresses. This doesn't help at > >all... I need to configure the ip adress for my (local) tomcat itself > >.... Tomcat currently listen to all incoming connections no matter if > >they come from network interface card 1 or network interface card 2 > >:(((( Any other suggestion? > > > >grunar > > > >-----Urspr�ngliche Nachricht----- > >Von: Tim Funk [mailto:[EMAIL PROTECTED] > >Gesendet: Mittwoch, 9. Juni 2004 15:07 > >An: Tomcat Users List > >Betreff: Re: IP Adresses > > > > > >http://jakarta.apache.org/tomcat/faq/security.html#restrict > > > >-Tim > > > >Gunnar P�rschke wrote: > > > > > >>Does anyone know how to configure tomcat to block only one specific Ip > >>adress. I have one PC with two NICs. Tomcat blocks all available ip > >>adress. How can I set a limitation? > >> > >>to anable additionally connectors in tomcats admin interface doesn`t > >>work, either :-( > >> > >> > >> > > > >--------------------------------------------------------------------- > >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] > > > > > --------------------------------------------------------------------- > 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]
