IP Adresses

2004-06-09 Thread Gunnar Pörschke
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 :-( any help apreciated!?! /Gunnar

Re: IP Adresses

2004-06-09 Thread Tim Funk
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

RE: IP Adresses

2004-06-09 Thread Shapira, Yoav
] Subject: IP Adresses 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 :-( any help apreciated

AW: IP Adresses

2004-06-09 Thread Gunnar Pörschke
:-( 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

Re: AW: IP Adresses

2004-06-09 Thread David Smith
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

Re: AW: IP Adresses

2004-06-09 Thread Tim Funk
Then its this FAQ answer: http://jakarta.apache.org/tomcat/faq/connectors.html#bind -Tim 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

AW: AW: IP Adresses

2004-06-09 Thread Gunnar Pörschke
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

RE: AW: IP Adresses

2004-06-09 Thread Shapira, Yoav
few months you'll start seeing Tomcat 5.1 builds. Yoav Shapira Millennium Research Informatics -Original Message- From: Gunnar Pörschke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 10:09 AM To: 'Tomcat Users List' Subject: AW: AW: IP Adresses Thanks, this time it helps

RE: AW: IP Adresses

2004-06-09 Thread Andy Eastham
-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

RE: AW: IP Adresses

2004-06-09 Thread Ralph Einfeldt
Is the other web server also tomcat or something else ? -Original Message- From: Gunnar Pörschke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 4:09 PM To: 'Tomcat Users List' Subject: AW: AW: IP Adresses Thanks, this time it helps. But Tomcat still blocking all my