From a1a2b26cba21cfad86739fad9152e29cea618faa Mon Sep 17 00:00:00 2001 From: shankar Date: Mon, 24 Jan 2011 10:16:26 +0000 Subject: changing site URLS git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1062715 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/docs/axis2c_manual.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'xdocs/docs/axis2c_manual.html') diff --git a/xdocs/docs/axis2c_manual.html b/xdocs/docs/axis2c_manual.html index 36217aa..d23fce7 100644 --- a/xdocs/docs/axis2c_manual.html +++ b/xdocs/docs/axis2c_manual.html @@ -20,15 +20,15 @@
This document is intended to be a reference -manual for Apache +manual for Apache Axis2/C. This manual details how Axis2/C can be used to provide and consume Web services.
Please send your feedback to the Apache Axis2/C -developer mailing list (axis-c-dev@apache.org). +developer mailing list (c-dev@axis.apache.org). Subscription -details are available on the Apache +details are available on the Apache Axis2/C website.
This document uses the following conventions:
This section is aimed to help you get a Web service running in a short time using Axis2/C, and consume that service using an Axis2/C client.
-First, download +
First, download the latest binary release from Apache Axis2/C. Once you download the correct binary that suits your platform, all that you require to get it running @@ -103,7 +103,7 @@ change the directory to samples/bin in another command shell and run any of the samples there (you may have to set the environment variables in this new -shell as well). Please see the installation +shell as well). Please see the installation guide for more details.
Once you have Axis2/C up and running successfully, you can start writing @@ -1500,12 +1500,12 @@ the commands given below, you might require super user privileges on your machine. If you are using the binary release of Axis2/C, please note that it is built with Apache 2.2.
-Copy the mod_axis2 shared library (libmod_axis2.so.0.6.0
+ Copy the mod_axis2 shared library (libmod_axis2.so.0.7.0
on Linux and mod_axis2.dll on MS
Windows) to the Apache2 modules directory as mod_axis2.so On Linux On MS Windows Before you run the tool, make sure that all the .jar library
files that
@@ -2017,7 +2017,7 @@ skeleton and other required files with ADB (Axis Data Binding) support. To understand the meanings of the options used with the tool,
please have
-a look at the Java tool
+a look at the Java tool
documentation. If you need an XML in/out programming model, you can just
ignore the data
--
cgit v1.1-32-gdbae
cp $AXIS2C_HOME/lib/libmod_axis2.so.0.6.0 /usr/lib/apache2/modules/mod_axis2.so
+ cp $AXIS2C_HOME/lib/libmod_axis2.so.0.7.0 /usr/lib/apache2/modules/mod_axis2.so