Versions Compared

Key

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

...

JAX-WS and JAX-RS applications can be bundled in a CXF application. Generally, Given below is the general folder structure of a CXF application is as follows. However, this can change depending on your application.

Please see the  Webapp ClassLoading page for adding instructions on class loading for web applications, which explains how you can add the webapp-classloading.xml . It's file to your web app. This XML is a custom file implemented by WSO2 to give flexibility in classloading. You must have this file in order to deploy JAX-WS and JAX-RS applications, because the CXF runtime is not visible to the webapps by default.

...