Downloading the sandesha2 distribution on windows, Modifying the configuration file on windows – HP Integrity NonStop J-Series User Manual

Page 187

Advertising
background image

Downloading the Sandesha2 Distribution on Windows

To download the Sandesha2 distribution on your Windows system, complete the following steps:
1.

Access the following web address:

http://ws.apache.org/sandesha/sandesha2/download.cgi

The Sandesha2 web page, showing a list of distributions available for download, is displayed.

2.

Download the Standard Binary Distribution in the .zip format.

NOTE:

The following distributions are available for download:

Standard Binary Distribution: includes the Sandhesha2 binaries and sandhesha2 module
file.

Source Distribution: includes the source of the Sandhesha2 standard distribution.

3.

Extract the Standard Binary Distribution (sandesha2-1.3-bin.zip) into a directory on
your Windows system.

This directory will be referred as <Sandesha2 Home> and contains the following
sub-directories:

\docs

includes the Sandesha2 documentation in HTML format.

\samples

includes sample applications demonstrating different Axis2/Java features.

Modifying the Configuration File on Windows

You must modify the <Axis2 Home>\conf\axis2.xml configuration file by adding a user
phase named 'RMPhase' to the four flows of the axis2.xml file.

The following code snippet shows the user phase added in the configuration file:

<axisconfig name="AxisJava2.0">

<!-- REST OF THE CONFIGURATION-->

<phaseOrder type="InFlow">
<phase name="Transport"/>
<phase name="Security"/>
<phase name="PreDispatch"/>
<phase name="Dispatch" />
<phase name="OperationInPhase"/>
<phase name="soapmonitorPhase"/>
<phase name="RMPhase"/>
</phaseOrder>

<phaseOrder type="OutFlow">
<phase name="RMPhase"/>
<phase name="soapmonitorPhase"/>
<phase name="OperationOutPhase"/>
<phase name="PolicyDetermination"/>
<phase name="MessageOut"/>
<phase name="Security"/>
</phaseOrder>

<phaseOrder type="InFaultFlow">
<phase name="PreDispatch"/>
<phase name="Dispatch" />
<phase name="OperationInFaultPhase"/>
<phase name="soapmonitorPhase"/>
<phase name="RMPhase"/>
</phaseOrder>

Installing Axis2/Java Framework

187

Advertising
This manual is related to the following products: