...
To engage a module on a global level
- In the
<ESB_HOME>/repository/conf/axis2/axis2.xml
file, under the Global Engaged Modules section, add a<module
...
ref="modulename"/>
entry for every module that you want to engage on a global level.- Restart the server.
For example, to engage the rampart module on a global level, add the following entry and restart the server.
Code Block | ||
---|---|---|
| ||
<module ref=“rampart"/> |
...