开发者

How to set the tomcat to act as a proxy server?

Can i use Apache Tomcat to behave like a proxy server? I kn开发者_StackOverflow社区ow there are other methods also, to create a proxy server [ using HTTP/Socks-5 , using google app engine, blah blah ]

The answer can be simply, No . or if it is possible to create a proxy server using Tomcat then please let us know.


No, as far as I know tomcat cannot be configured to act as a proxy server. With programming of course everything is possible.

On the other hand nothing prevents you from deploying on it e.g. Apache MINA library and a couple of classes to configure it as a proxy server. Then you have a proxy server which can be deployed as part of your tomcat solution. But this has nothing to do with tomcat, other than that it happens to start the thing.


You can do this by using a web app to do the http proxy. There are several ready-to-go web apps that you can use. J2EP seems to work fine, and there are others


tomcat can not accomplish proxy funciton standlone, combine with apache or nginx, they can accomplish.

about details, you can see: http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜