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]

Reply via email to