Re: Restrict users from the /manage/ application

2007-10-25 Thread michaeltwozero
Thanks Mark, That looks like what I need I will try it on a test system first, and then apply to the actual server if succesfull Regards, Mike. Mark Thomas-15 wrote: > > michaeltwozero wrote: >> Is there a way I can configure the management application to only respond >> to >> requests fr

Re: Restrict users from the /manage/ application

2007-10-24 Thread Mark Thomas
michaeltwozero wrote: > Is there a way I can configure the management application to only respond to > requests from 127.0.0.1 > and ignore all other requests? http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html You want the remote address filter Mark -