...
Apache Geronimo 2.0 is distributed with two JAX-WS engines: Apache Axis2 and Apache CXF. By default, the Geronimo-Jetty assembly is configured to use CXF as its JAX-WS engine and Geronimo-Tomcat assembly is configured to use Axis2 as its JAX-WS engine.
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:
...