tags:

views:

266

answers:

1

Hi, could anyone recommend a good open source http proxy server written in java. I've found some simple proxy servers consisting of just one java file but they don't always work. In particular there I need to run a java applet communicating with the server through proxy. The communication fails with simple proxies. I tried squid and it worked.

Basically I need full featured extensible java HTTP proxy server.

+2  A: 

Have you gone through these?

http://www.manageability.org/blog/stuff/open-source-personal-proxy-servers-written-in-java

pug