Is RemoteAddrValve broken in 6.0.16? I have the following in "manager.xml", located at %catalina_home%\Conf\Catalina\Localhost.

<Context docBase="${catalina.home}/server/webapps/manager" privileged="true"
        antiResourceLocking="false" antiJARLocking="false">
<!-- Uncomment this Valve to limit access to the Admin app to localhost
  for obvious security reasons. Allow may be a comma-separated list of
  hosts (or even regular expressions).
-->

<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.0\.0\.\d"/>

</Context>

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.

When I have this valve present, I can;t connect to the manager from localhost. When I remove it, I can connect. I had valves just like this working on Tomcat 5.5.17, but it seems broken on 6.0.

-Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to