|
Environment setup |
|
Subject: Environment setup
Author: ant
In response to: Axis2
Posted on: 04/21/2010 12:58:28 PM
Before you can run Axis2 there is some set up you will need to do:
1) PATH -- Add the bin directory to your path. 2) AXIS2_HOME -- Set the AXIS2_HOME environment variable to the directory where you installed Ant. 3) JAVA_HOME -- Optionally, set the JAVA_HOME environment variable to the directory where your JDK is installed.
You can make the change statically via computer system administration or dynamically via command line settings which is good for the current CMD session:
set AXIS2_HOME=c:\axis2 set JAVA_HOME=c:\jdk-1.5.0.05 set PATH=%PATH%;%AXIS2_HOME%\bin
>
> On 04/21/2010 12:52:32 PM ant wrote:
What's Axis2?
Axis2 is a SOAP engine, and Axis2 is a Web Services engine, and Axis2 is a WSDL engine.
References:
|
|
|
|