Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use "cxf.servlet.init" map property to customize CXFServlet properties such as "services-list-path" (available by default at  "/services"), etc.

Use "cxf.servlet.loadOnStartup" set loadOnStartup priority of the CXFServlet (by default, -1)

Use "cxf.servlet.enabled" enable/disable CXFServlet regsitration (since 3.3.12/3.4.5)

If needed, one can use Spring ImportResource annotation to import the existing JAX-WS contexts available on the classpath.

...

Use "cxf.servlet.init" map property to customize CXFServlet properties such as "services-list-path" (available by default at  "/services"), etc.

Use "cxf.servlet.loadOnStartup" set loadOnStartup priority of the CXFServlet (by default, -1)

Use "cxf.servlet.enabled" enable/disable CXFServlet regsitration (since 3.3.12/3.4.5)

Use "cxf.jaxrs.server.path" property to customize a JAX-RS server endpoint address (default is "/").

...