Skip to content

Running Toolkit on Wildfly

Bill Majurski edited this page May 15, 2018 · 1 revision

To bring the xdstools running on wildfly:

  • deploy the xdstools on wildfly/standalone/deployments

  • make a directory: /tmp/axis2/repository/modules

  • copy the file wildfly/standalone/deployments/xdstools.war/WEB-INF/modules/addressing-1.5.4.mar to /tmp/axis2/repository/modules/.

  • edit wildfly/bin/wildfly-9.0.2.Final_1/bin/standalone.conf

  • add the option -Daxis2.repo=/tmp/axis2/repository/ to JAVA_OPTS

Clone this wiki locally