Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78918 invoked from network); 25 Sep 2003 18:53:03 -0000 Received: from unknown (HELO mx1.bentley.com) (64.90.225.3) by daedalus.apache.org with SMTP; 25 Sep 2003 18:53:03 -0000 Received: from exton3.bentley.com (exton3 [64.90.226.70]) by mx1.bentley.com (Switch-2.2.5/Switch-2.2.4) with ESMTP id h8PIr7s32088 for ; Thu, 25 Sep 2003 14:53:07 -0400 Received: by exton3.bentley.com with Internet Mail Service (5.5.2656.59) id ; Thu, 25 Sep 2003 14:53:02 -0400 Message-ID: From: Robert Priest To: "'Tomcat Users List'" Subject: RE: [OT] RE: How do I config EMBEDDED Tomcat to only service requ ests from localhost? Date: Thu, 25 Sep 2003 14:53:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ahhh. I see that you even include an example of the RequestDumperValve as a filter in the tree. cool. for those interested, this is the statement in the build of the j-t-4.0 tree: -----Original Message----- From: Robert Priest [mailto:Robert.Priest@bentley.com] Sent: Thursday, September 25, 2003 2:44 PM To: 'Tomcat Users List' Subject: [OT] RE: How do I config EMBEDDED Tomcat to only service requests from localhost? So is there really any difference between the intentions of a Valve and the intentions of a Filter? http://java.sun.com/products/servlet/Filters.html I was just curious. They seem to solve the same sort of issues, right? -----Original Message----- From: Mike Kellstrand [mailto:mikek@rapix.com] Sent: Thursday, September 25, 2003 2:34 PM To: Tomcat Users List Subject: 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" To: 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