| Author |
How to restrict access through IP Adress
|
Pete Neu
Ranch Hand
Joined: Feb 18, 2005
Posts: 86
|
|
Hello, I have to restrict the access to my application through the IP number of the client. I the normal apache webserver this is easily done through htaccess. But in tomcat there are only logins via user and password possible. What can I do to grant access through IP adress? cheers, Pete
|
 |
Scott Dunbar
Ranch Hand
Joined: Sep 23, 2004
Posts: 245
|
|
|
Take a look at the Valve docs for Tomcat. Specifically, there is a RemoteAddrValve that uses regular expressions for the allow and deny lists.
|
<a href="http://forums.hotjoe.com/forums/list.page" target="_blank" rel="nofollow">Java forums using Java software</a> - Come and help get them started.
|
 |
 |
|
|
subject: How to restrict access through IP Adress
|
|
|