Hi I am trying to only allow localhost to access my tomcat server. I have tried to put
<Valve className="org.apache.catalina.valves.RemoteHostValve" deny="*.my.host.uk"/> in my context but it keeps on throwing an exception Catalina.start: java.lang.IllegalArgumentException: Syntax error in request filter pattern *.my.host.uk Can wild cards be used in this context? Does anybosy know how to only allow the localhost to access the server /context??? Glen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
