* bump* this up, help desperately needed....
If my server runs at localhost:8080, war is in localhost:8080/webapp, and
cxf servlet is mapped to localhost:8080/webapp/ws/, should I be able to use
JAXWS endpoint definition with absolute url like:
<jaxws:endpoint
id="someservice"
address="localhost:8080/webapp/ws/someservice"
implementor="#someserviceProvider" />
? When I try this, and access localhost:8080/webapp/ws/someservice?wsdl I
just get
"No service was found."
and log:
24.6.2008 11:08:04 org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can't find the the request for
localhost:8080/webapp/ws/someservice's Observer
--
View this message in context:
http://www.nabble.com/cxf-behind-load-balancer%2C-services-point-to-localhost%3A8080-instead-of-server%3A80-tp18086037p18130621.html
Sent from the cxf-user mailing list archive at Nabble.com.