Re: RemoteAddrValve Blocking all addresses

2008-03-19 Thread Mark Leone
Found the problem. The docBase path was wrong. The "server" node in the file tree was a hangover from Tomcat 5. Mark Leone wrote: Is RemoteAddrValve broken in 6.0.16? I have the following in "manager.xml", located at %catalina_home%\Conf\Catalina\Localhost. privileged="true" antiReso

RemoteAddrValve Blocking all addresses

2008-03-18 Thread Mark Leone
Is RemoteAddrValve broken in 6.0.16? I have the following in "manager.xml", located at %catalina_home%\Conf\Catalina\Localhost. allow="127\.0\.0\.\d"/> I also tried allow="^127\.0\.0\.\d", but I saw a bug fix for 6.0.12 that said it would work the way I have it in the first example. Wh