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.