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

2003-09-25 Thread Mike Kellstrand
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


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

2003-09-25 Thread Yann Cébron
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-09-25 Thread Mike Kellstrand
Cool!  That did it.

Thanks,  Mike

- Original Message - 
From: Yann C?bron [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]