Hi, http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Request_Filters
I found deny="192\.168\.1\.\d+" would cover it. If not, please clarify further HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android http://code.google.com/p/android/issues/detail?id=4602 2011/3/27 Henry Lu <z...@umich.edu> > based upon the documentation, in the <context tag, we can set something > like the following: > > <Valve className="org.apache.catalina.valves.RemoteAddrValve" > allow="127\.0\.0\.1"/> > > to only allow local access. Can we using wild card or a set of url/ip > addrss access? Could someone give me some examples for allowing: > > 123.122.* > 111.* > 101.202.1.* > > -Henry > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >