Allow only one IP address to access

2003-10-23 Thread ambiesense
Hi, how can I restrict access to a certain URL (or URL pattern i.e. /my/admin/*) to only one given IP address. I want that only one IP address (defined by me) can access a certain part of my page. No user logging should appear for that. Also, how can the IP address be identified within the JSP

Re: Allow only one IP address to access

2003-10-23 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/security.html#restrict -Tim [EMAIL PROTECTED] wrote: Hi, how can I restrict access to a certain URL (or URL pattern i.e. /my/admin/*) to only one given IP address. I want that only one IP address (defined by me) can access a certain part of my page. No