On Fri, Aug 30, 2013 at 12:13 PM, Francesco Viscomi wrote:
> Hi,
>
> I've a tomcat-users.xml file in which user Francesco should can access to
> http://localhost:8080/manager:
>
> I also have a server.xml that in the tag has
> declared 2 resource, one is for accessing to http://localhost:8080/ma
Hi Prakash,
In Tomcat 6 you can configure to restrict access based on the IP
address as below
Edit the below section of server.xml file in the conf folder with the
IP address of the end user in the deny field value
These valves can be configured at Engine, Host and Context level.
Thanks
Sudhir