Build Guide

Introduction

This guides you through the process of building Axis-MORA. It starts off with the process of building axismora with just the bare required jars. It will also have a recommended version of the component to use.

Recommended Environment

Building with following required component

  1. Download the axis-Mora project from the cvs.
    we call the root directory MORA_HOME
  2. Download the following jars.

    Download axis1.1 distribution from the http://ws.apache.org/axis/releases.html and copy the


    from the lib folder to the MORA_HOME/lib
  3. Download the activation.jar.
    You can download this from http://java.sun.com/products/javabeans/glasgow/jaf.html
  4. Download xercesImpl.jar , xmlApis.jar and xmlParserAPIs.jar
    You can download this from http://xml.apache.org/xerces-j/.
  5. you will need to add junit.jar to your lib directory.
    You can download this from http://www.junit.org/index.htm Recommended version: 3.8 +.
  6. Download the xpp3-1.1.3.2.jar.
    You can download this from http://www.extreme.indiana.edu/xpp/
  7. Download the servlet.jar.
    You can download this from http://java.sun.com/products/servlet/ Or you can get this jar from \common \lib\servlet.jar http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/bin/jakarta-tomcat-4.1.12.zip Recommended version: 2.2 or 2.

Keep all these jars in the /lib/. Then you can start your Building journey on the axis-MORA.

Note

you must run the ant tasks while you are at the MORA_HOME.

Congratulation now you have axismora up and running. Please note that if you need to deploy your own service in axismora you should generates a wrapper for this service. To do this we have tool called WSDL2Ws with axismora. It accept wsdl file to generate the wrapper.(tool to do it with a java class will be comeing shortly.) To learn how to use it please have a look at the example3 at user guide.

Miscellaneous Information