ProxyServlet.Transparent听哪个端口?

时间:2013-07-03 13:52:53

标签: proxy jetty port

我想使用ProxyServlet.Transparent jetty代理将请求重定向到另一台服务器。客户端应使用哪个端口发送http请求,以便ProxyServlet.Transparent拦截它们?

有没有办法设置这个端口?

1 个答案:

答案 0 :(得分:0)

ProxyServlet只是一个在Jetty中运行的简单servlet。端口jetty侦听是在连接器的配置中配置的。

在标准发行版中,您将在start.ini中找到端口配置:

jetty.port = 8080 jetty.https.port = 8443 jetty.spdy.port = 8443

根据您使用的连接器,取消注释并更改所需的端口设置。

总是很好地查阅有关此类问题的文档: http://www.eclipse.org/jetty/documentation/current/configuring-connectors.html#jetty-connectors