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

Reply via email to