Hi %,
I'm stuck with sort of a configuration issue I think. I need to protect a folder which is within my actual tomcat application from access from a certain IP range.
I thought this was serverfault, so I posted the question there. Right now I'm not sure whether this is SO or SF anyways...
Nevertheless I kept on trying geting it going by myself and figured that I need to set the
org.apache.catalina.valves.RemoteAddrValve
for that folder of mine. Sadly I just can't get where I need to make that setting. web.xml, server.xml ? Tried both, null success. Could anyone pls help me out on this.
tia
K