[EMAIL PROTECTED] wrote: > <Valve className="org.apache.catalina.valves.remoteAddrValve" > allow="127.0.0.1"/>
You need to read http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html more carefully. A quick look at your config shows: - The className attribute is wrong. It should be org.apache.catalina.valves.RemoteAddrValve - You are not using regular expressions. The period is reserved in regular expressions. Your allow should be something like "127\.0\.0\.1" 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]