Hi, Don't know how your client side get the service address, if your client get service address from the remote wsdl file, then yes, set publishedEndpointUrl should help in this case, specify it as the Load Balancer address should be OK.
Freeman ------------- Freeman Fang FuseSource Email:[email protected] Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-8-17, at 上午12:06, [email protected] wrote: > Hi , > > I am working on Apache CXF Webservices . > > presently this is my Tag inside the applicationcontext.xml file > > <jaxws:endpoint id="CheckerImpl" implementor="#check" > address="/CHECK" > > </jaxws:endpoint> > > The issue is that , the application is accessable fine when its directly hit > , but when accessed through a Load Balancer its throwing 404 . > > do we need to use publishedEndpointUrl to solve this ?? If so please let > me know what value should i mention under publishedEndpointUrl attribute ?? > > The LoadBalancer is configured with 2 servers . > > please let em know > > > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Should-we-use-publishedEndpointUrl-to-solve-LoadBalancer-issue-tp5712699.html > Sent from the cxf-user mailing list archive at Nabble.com.
