RE: During development, how to allow only a couple of ips,including my local system, to view the site?

2001-04-10 Thread Kevin Duffey
Hey Daniel, That is a great idea..DUH! ;) I am using my own simple MVC framework, and I should just put in a feature in the web.xml that gets read in as an init parameter that designates ips that are allowed/now allowed to access the application. Its simple enough to do. Thanks. -Original

RE: During development, how to allow only a couple of ips, including my local system, to view the site?

2001-04-09 Thread Meo Van Le
I think you can use Servlet Filter in this situation. Please refer to Clickstream Analyser application as a guideline ( http://www.orionsupport.com/clickstream/index.html ). -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 11:32 AM To:

During development, how to allow only a couple of ips, including my local system, to view the site?

2001-04-08 Thread Kevin Duffey
Hi all, I would like to block out ALL ips from viewing my site (using my static ip) except for a few ips, which are from co-workers over the internet. Is this possible? If so, how? I read in the orion-web.xml.html file about ip-access tag, and when I tried it, it did block off all ips. But when