ColdFusion Web 服务 - 连接被拒绝
从客户端计算机连接到 ColdFusion Web 服务时,我收到以下错误
org.apache.commons.httpclient.HttpException:连接被拒绝:连接(到 cfc 组件的实际链接)
有什么想法吗?
I am receiving following error while connecting to ColdFusion web service from client machine
org.apache.commons.httpclient.HttpException : Connection refused: connect ( actual link to cfc component )
any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查远程计算机的防火墙配置。
Check the remote machine's firewall configuration.
使用 SOAP UI 工具测试远程 Web 服务。远程计算机的网络/防火墙可能存在问题。
Use SOAP UI tool to test the remote web-service. There could be problem with the network / firewall of the remote machine.
Coldfusion Web 服务是否对内容进行 gzip 压缩?最近,当我们在服务器上启用 gzip 时,我遇到了类似的情况。
如果您正在进行 CFHTTP 调用,则需要传入以下内容以阻止 GZIP:
Does the coldfusion web service gzip the content? I recently encountered something similar when we enabled gzip on our server.
If you are doing a CFHTTP call, you need to pass in the following to prevent GZIP: