Manual
Figure 21-4 Console Dialog Box
2. Refresh the EmpInfo Project and locate the EmpInfoService.aar under EmpInfo/target
directory.
Deploying the EmpInfo AAR File in Axis2/Java on NonStop
To deploy the EmpInfo AAR (EmpInfoService.aar) file on your NonStop system, complete
the following steps:
1. Make sure you have the Axis2/Java web application deployed in NSJSP.
NOTE: For information on deploying the Axis2/Java web application in NSJSP, see the
Installing Axis2/Java Framework chapter.
2. Ensure that you have WRITE permissions to the <NSJSP deployment
directory>/webapps/axis2/WEB-INF/services and <NSJSP deployment
directory>/webapps/axis2/WEB-INF/lib directories.
You can verify this by using the OSS command:
OSS> ls –l <NSJSP deployment directory>/webapps/axis2/WEB-INF
For example, the command:
ls –l
/home/sash_usr/webserver/servlet_jsp/axis2/WEB-INF
must display the WRITE permissions to the services and lib directories.
If these directories do not have WRITE permission set, run the following commands:
OSS> chmod +w <NSJSP deployment directory>/webapps/axis2/WEB-INF/services
OSS> chmod +w <NSJSP deployment directory>/webapps/axis2/WEB-INF/lib
For example:
OSS> chmod +w /home/sash_usr/webserver/servlet_jsp/webapps/axis2/WEB-INF/services
OSS> chmod +w /home/sash_usr/webserver/servlet_jsp/webapps/axis2/WEB-INF/lib
Example of Integrating Axis2/Java with Spring 423