You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Kellstrand <mi...@rapix.com> on 2003/09/25 20:34:29 UTC

Re: How do I config EMBEDDED Tomcat to only service requests from localhost?

OK, adding a Valve to server.xml worked great for a standalone Tomcat.

Now Part II, how do I do this with an embedded Tomcat?
I get the impression that embedded doesn't use a server.xml file.
Is there a way to make it read a partial one with the element I need,
or another way to set up this valve?

Thanks,  Mike

----- Original Message ----- 
From: "Yann C?bron" <ya...@yahoo.de>
To: <to...@jakarta.apache.org>
Sent: Thursday, September 25, 2003 12:58 PM
Subject: Re: How do I config Tomcat to only service requests from localhost?


> Try Remote Address/Host Filter:
>
> http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html
>
> Cheers,
>     Yann
>
>
> *******
> I'm sure the answer is quite simple, but I haven't been able to
> find it online yet.
>
> I've got Tomcat running on a PC, and I want it to only service
> requests coming from the same PC (i.e. localhost).
> If a request come in from the LAN, I want to ignore it.
>
> I found references to the "inet" attribute to the "Connector" element,
> but it doesn't work for me.
>
> Thanks,  Mike
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


Re: How do I config EMBEDDED Tomcat to only service requests from localhost?

Posted by Jean-Francois Arcand <Je...@Sun.COM>.
Try  org.apache.catalina.startup.Embedded.addValve(...) or use the JMX 
Embedded API.

-- Jeanfrancois

Mike Kellstrand wrote:
> OK, adding a Valve to server.xml worked great for a standalone Tomcat.
> 
> Now Part II, how do I do this with an embedded Tomcat?
> I get the impression that embedded doesn't use a server.xml file.
> Is there a way to make it read a partial one with the element I need,
> or another way to set up this valve?
> 
> Thanks,  Mike
> 
> ----- Original Message ----- 
> From: "Yann C?bron" <ya...@yahoo.de>
> To: <to...@jakarta.apache.org>
> Sent: Thursday, September 25, 2003 12:58 PM
> Subject: Re: How do I config Tomcat to only service requests from localhost?
> 
> 
> 
>>Try Remote Address/Host Filter:
>>
>>http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html
>>
>>Cheers,
>>    Yann
>>
>>
>>*******
>>I'm sure the answer is quite simple, but I haven't been able to
>>find it online yet.
>>
>>I've got Tomcat running on a PC, and I want it to only service
>>requests coming from the same PC (i.e. localhost).
>>If a request come in from the LAN, I want to ignore it.
>>
>>I found references to the "inet" attribute to the "Connector" element,
>>but it doesn't work for me.
>>
>>Thanks,  Mike
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: How do I config EMBEDDED Tomcat to only service requests from localhost?

Posted by Jean-Francois Arcand <Je...@Sun.COM>.
Try  org.apache.catalina.startup.Embedded.addValve(...) or use the JMX 
Embedded API.

-- Jeanfrancois

Mike Kellstrand wrote:
> OK, adding a Valve to server.xml worked great for a standalone Tomcat.
> 
> Now Part II, how do I do this with an embedded Tomcat?
> I get the impression that embedded doesn't use a server.xml file.
> Is there a way to make it read a partial one with the element I need,
> or another way to set up this valve?
> 
> Thanks,  Mike
> 
> ----- Original Message ----- 
> From: "Yann C?bron" <ya...@yahoo.de>
> To: <to...@jakarta.apache.org>
> Sent: Thursday, September 25, 2003 12:58 PM
> Subject: Re: How do I config Tomcat to only service requests from localhost?
> 
> 
> 
>>Try Remote Address/Host Filter:
>>
>>http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html
>>
>>Cheers,
>>    Yann
>>
>>
>>*******
>>I'm sure the answer is quite simple, but I haven't been able to
>>find it online yet.
>>
>>I've got Tomcat running on a PC, and I want it to only service
>>requests coming from the same PC (i.e. localhost).
>>If a request come in from the LAN, I want to ignore it.
>>
>>I found references to the "inet" attribute to the "Connector" element,
>>but it doesn't work for me.
>>
>>Thanks,  Mike
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>