File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes How can you restrict unauthorised ip address accessing your site? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How can you restrict unauthorised ip address accessing your site?" Watch "How can you restrict unauthorised ip address accessing your site?" New topic
Author

How can you restrict unauthorised ip address accessing your site?

mahesh lala
Greenhorn

Joined: Jul 08, 2005
Posts: 16
How can you restrict unauthorised ip address accessing your site?

Thanks
lmk
Richard Green
Ranch Hand

Joined: Aug 25, 2005
Posts: 536
Use a front controller that checks the ip of the user and determines whether to allow access or not.


MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How can you restrict unauthorised ip address accessing your site?
 
Similar Threads
Restricting Access
How to allow only some computers to access the web application in internet?
how to get the IP address of the browser
can not see tomcat localhost page when disconnect from internet or lan
How to get IP address in servlet