Versions Compared

Key

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

...

To engage a module on a global level 

  1. In the <ESB_HOME>/repository/conf/axis2/axis2.xml file, under the Global Engaged Modules section, add a <module

...

  1. ref="modulename"/> entry for every module that you want to engage on a global level.
  2. Restart the server.

For example, to engage the rampart module on a global level, add the following entry and restart the server.

Code Block
languagexml
<module ref=“rampart"/>

...