nginx+tomcat发布webservice服务时地址和端口错误问题
解决方法:
我本来webservice服务服务地址是http://192.168.0.171:8000/ws/short
但soap:address location却被映射成http://sms:443/ws/shortMessage
措施:nginx要在server中location添加proxy_set_header Host $host:$server_port; 并且要把tomcat的proxyPort属性去掉
有建议,请留言!