I'm trying to allow only a specific website to access my geoserver-service in tomcat6. Everything else needs to be blocked. I've tried to allow my site in the server.xml, but so far all I've managed is to block everything. Even if I add < Valve className="org.apache.catalina.valves.RemoteHostValve" allow="*"/ > everything gets blocked. I am doing something wrong, but I can't seem to figure out what it is. Maybe it's a newbie question, but any help is appreciated!! Thanks
|
feedback
|