Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Copy snippets from web.xml
  • Make sure your JAXWS / JWS annotatated classes are in WEB-INF/classes
  • Drop axis2.xml into WEB-INF/ directory

That's it!

Deployment options

  • Create a stand alone WAR with (with JAXWS annotated classes inside WEB-INF/classes)
  • Create a jar (with JAXWS annotated classes and wsdl's/xsd's) and drop it into servicejars folder (if you are using axis2 war)
  • DEPRECATED create an aar with a services.xml (with JAXWS Message Receiver)

Known Issues

https://issues.apache.org/jira/browse/AXIS2-3647

...