Home page  
Help > SDK Help > Other Help >
Apache Axis Installation Guidelines
Version 7.11
  1. Install Apache Jakarta Tomcat 5.5 (Unzip files to C:\Program Files\Jakarta\)

 

See the tutorial for help installing and configuring Apache Jakarta Tomcat 5.5.

 

  1. Unzip the Apache Axis 1.2.1 installation binary file to the C:\Program Files\Apache Axis folder.

 

  1. Download and unzip JavaBeans Activation Framework 1.0.2 from http://java.sun.com/products/archive/javabeans/jaf102.html

AXIS needs the activation.jar file included in the zip file.

Copy the activation.jar to “C:\Program Files\Jakarta\jakarta-tomcat-5.5.9\webapps\axis\WEB-INF\lib\”

 

  1. Copy the “C:\Program Files\Apache Axis\axis-1_2_1\webapps\axis” folder and place it under the “C:\Program Files\Jakarta\jakarta-tomcat-5.5.9\webapps” directory.

 

  1. Set up the following CLASSPATH and AXIS related environment variables through the "Advanced" tab in the System Properties menu of the Control Panel.

(Note: Make sure there are absolutely NO SPACES in the environment variables. Eg: Use "C:\Progra~1" instead of "C:\Program Files", etc.)

 

AXIS_HOME                        C:\Progra~1\Apache~1\axis-1_2_1

 

AXIS_LIB                  %AXIS_HOME%\lib

 

AXISCLASSPATH   %AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery-0.2.jar;%AXIS_LIB%\commons-logging-1.0.4.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;%AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\wsdl4j-1.5.1.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar;%AXIS_HOME%

 

CLASSPATH             .;C:\Program Files\Jakarta\jakarta-tomcat-5.5.9\webapps\axis\WEB-INF\lib\activation.jar;%AXISCLASSPATH%;%AXIS_HOME%\samples

 

JAVA_HOME            C:\Program Files\Java\jdk1.5.0_03

 

 

  1. See the installation guide to test and validate the Axis and Tomcat installations.

 

 

 

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.