I'm stumped by:

org.apache.cxf.transport.servlet.ServletController  - Can't find the request
for
http://localhost:9090/rex-ws/service/configuration/regexp-set/default-ara/replace-contents/xml'sObserver

I changed my web.xml to have:

<servlet-mapping>
        <servlet-name>CXFServlet</servlet-name>
        <url-pattern>/service/*</url-pattern>
    </servlet-mapping>

and changed the publish address to match:

org.apache.cxf.endpoint.ServerImpl  - Setting the server's publish address
to be /service/configuration

Reply via email to