On 27 November 2013 18:24, Christopher Schultz
<ch...@christopherschultz.net> wrote:

...
A little progress.
Clarification please.

Am I right in thinking that tomcat (as installed) only allows access
to localhost,
using server.xml / <Valve /> options?

http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Remote_Address_Filter

My local network on 192.168.1.xxx
I want to give access to other mc's on this net.

<Valve className="org.apache.catalina.valves.RemoteAddrValve"
               allow="192\.168\.1\.66" />

Isn't working - Is that the right attribute value for @allow please
(I'll change it to a range if this is the right regex syntax)


TiA


-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to