every time when i run with the following inside tomcat, cxf build-in jetty is up and serving the request.
<jaxws:endpoint
id="wsServer"
implementor="a.b.c.ServiceImpl"
address="http://localhost:8080/ws">
</jaxws:endpoint>
is there any way we have tomcat receiving the request and delegating to cxf?