开发者

How to create a web proxy? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

开发者_运维问答

Closed 6 years ago.

Improve this question

I want to create web proxy . I googled it and even found some tutorial but those were in PHP.

If somebody is having tutorial of web proxy creation in java then please post it here Or simply let me know what approach should i follow to create web proxy. [ i will be using Tomcat { if that matters for your answer } ]

Thanks

Edit

i guess i was not clear in stating what i require. Actually i am trying to develop a site like 'http://proxyug.com/' .


JSocks is a SOCKS proxy server written in Java.

http://jsocks.sourceforge.net/


Have you tried Java Proxy servlet. It's web proxy such as php or glype, but written in java as a servlet


This is simply the method you'd use to create a proxy server. Not sure exactly why you refer to doing it 'in java' but based on the information below you'll just need to configure the appropriate settings for mod_proxy and would probably be better off asking this question on ServerFault:

From The Apache Tomcat 5.5 Servlet/JSP Container Proxy Support HOW-TO

Apache 1.3 supports an optional module (mod_proxy) that configures the web server to act as a proxy server. This can be used to forward requests for a particular web application to a Tomcat 5 instance, without having to configure a web connector such as mod_jk.

http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜