User Manual
Installing Axis2/Java on NonStop
Installing Axis2/Java on a NonStop system requires the following actions:
1. “Downloading the Axis2/Java Distribution on Windows” (page 184)
2. “Building the Axis2/Java Web Archive using Standard Binary Distribution” (page 185)
3. “Deploying Axis2/Java as a Web Application on NonStop” (page 185)
4. “Running Axis2/Java on NonStop” (page 185)
NOTE: Throughout this section, references are made to the following directories:
• <Axis2 Home>: This is the directory on your Windows system where the Axis2/Java
distribution files are extracted.
• <NonStop Axis2 Home>: This is the directory on your NonStop system where the Axis2/Java
files are located.
• <My SASH Home>: This is the directory on your Windows system where the contents of the
SAMPLES file (distributed as a part of the NonStop Samples for Java frameworks - T0874 and
available for download in Scout) is extracted.
• <Sandesha2 Home>: This is the directory on your Windows system where the Sandesha2
module distribution files are extracted.
• <Rampart Home>: This is the directory on your Windows system where the Rampart module
distribution files are extracted.
Downloading the Axis2/Java Distribution on Windows
To download the Axis2/Java distribution on your Windows system, complete the following steps:
1. Go to http://axis.apache.org/axis2/java/core/download.cgi.
The Axis2 1.5.2 Release web page, displaying a list of distributions available for download
appears.
NOTE: The following distributions are available for download:
• Standard Binary Distribution: includes the Axis2/Java binaries and sample applications.
• Source Distribution: includes the source of the Axis2 standard distribution.
• Web Archive (WAR) Distribution: includes the web application to be deployed on servlet
containers.
• Documents Distribution: includes the documentation for Axis2/Java.
2. Download the Standard Binary Distribution in the zip format.
NOTE: The sample applications (FaultHandling and MTOM) discussed in this section have
been verified using Axis2/Java version 1.5.2 only.
3. Extract the Standard Binary Distribution (axis2-1.5.2-bin.zip) into a directory on your
Windows system.
This directory will be referred as <Axis2 Home>. Among other directories, <Axis2 Home>
contains the following sub-directories:
\conf
includes the global configurations needed to run Axis2/Java applications.
\samples
includes sample applications demonstrating different Axis2/Java features.
\lib
includes dependent libraries required to build Axis2/Java and run samples.
184 Axis2/Java Framework