Hey,
I thing you must wrote a Engine or Host Valve.
Use request.getConnector() to get the current used connector object.
As base implementation you can easy subclass ValveBase or better RequestFilterValve ( see RequestAddrValve and RequestHostValve as example)
Peter
Rui Monteiro schrieb:
Is it possible (and if it's, how can one do it) to configure on Tomcat
an IP range allowed to access on one port?
I have two ports (one Connector SSL and another one plain) and I want to
limit the acces to one of the ports (the plain one) to the intranet, and
the other one free from all IP limitation. By what I saw it seems that the definition of allowed ports must be
common to all ports where a wep application is listening.... is it sadly
true?
Thank you, RF
--------------------------------------------------------------------- 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]
