Versions Compared

Key

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

...

There are two way to configure which JAX-WS engine should be used:

Table of Contents

Setting a system property

To configure Axis2 as Geronimo's JAX-WS engine, set the org.apache.geronimo.jaxws.provider system property to "axis2". For example:

...

export GERONIMO_OPTS="-Dorg.apache.geronimo.jaxws.provider=cxf"

Changing the configuration file

To configure Axis2 as Geronimo's JAX-WS engine, modify the $GERONIMO_HOME/var/config/config.xml file in the following way:

...