I'm trying to restrict http access to a given folder. All the documentation
points to appending the /conf/server.xml entry with the following text:
<Context path="/restricted" ...>
...
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="192.168.*.*" />
...
</Context>
Unfortunately it doesn't work. Does this text belong in a different
location; or is there something wrong with my syntax; or have I forgotten
something important? The /restricted folder can't be seen with this change,
but the rule is not obeyed. In fact I've found that the outcome of adding
the <Context> entry is the same with or without the <Valve> entry! Tomcat
6.0 running on Windows.
Ray Allen
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]