You
normally wouldn't use an HTTP server to implement a firewall. A firewall
is normally a piece of hardware which you configure to permit or deny access to
certain types of traffic or alternatively you can get software firewalls which
perform the same job in the OS's network layer. The advantage of this
approach is that you stop the traffic getting into your network at
all.
Having
said that, you could create a Jetty handler or servlet filter which checked the
client address and rejected it if it didn't like it. However, in this case
you're relying much more on the security of your operating system and Jetty than
in the firewall case.
Eoin.
Hello,
I am
implementing a firewall for HTTP server.once i start my Jetty
HTTP server
then anyone can access my server with ipaddress followed
by :8080.I think
iam right so far.
now I want to block a machine to access my HTTP
server,which is
blocking a specific IP address to access the
server.
how can I do that.please help me with that.
Please reply
asap.
Thank You.
Regards.
Ratan
For
the latest information about Jetty, please see http://jetty.mortbay.org
Your
use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
For the latest information about Jetty, please see http://jetty.mortbay.org
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|