Results 1 to 4 of 4
Thread: Filters in servlet
- 09-21-2010, 02:12 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 23
- Rep Power
- 0
Filters in servlet
I want the solution for the below problem.
If user enters any website in browser i need to intercept the user request and responses from the server.I am trying to do with using apache web server and filters.
But i don know properly how to do that.Can any one help me to do this?
Thanks in advance..
- 09-22-2010, 02:29 AM #2
any website, likely a transparent http proxy server on an edge network device, e.g. the default gateway device. (a linux box running iptables to redirect http traffic going out into something like squid, or one of the many java http proxy based things now.
other than that, having some kind of installed on every machine software that works with the operating system to redirect http outgoing traffic, or perhaps a browser plugin that would work to redirect traffic, if thats even possible.
- 09-22-2010, 05:02 AM #3
Member
- Join Date
- Sep 2010
- Posts
- 23
- Rep Power
- 0
Sorry i didn get the logic.I want to the task using java programs and some web server if necessary.Can you help me to do that.
- 09-22-2010, 06:51 PM #4
Maybe have a look at one of these open source http proxy applications written in Java.
Open Source Proxy Servers,Open Source Proxy Servers written in Java,Proxy Servers
Similar Threads
-
Filters in java
By tskumarme in forum New To JavaReplies: 0Last Post: 08-05-2008, 04:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks