aspose file tools
The moose likes Tomcat and the fly likes How to restrict access through IP Adress Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How to restrict access through IP Adress" Watch "How to restrict access through IP Adress" New topic
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to restrict access through IP Adress
 
Similar Threads
Manager & Admin Webapp
Can We Track IP Adress of Any Visiter through Google Analytics
Can i get the client IP adress in my servlet?
Securing Web Services with IBM HTTP
accessing tomcat default page