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/installationguide.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xdocs/docs/installationguide.html') diff --git a/xdocs/docs/installationguide.html b/xdocs/docs/installationguide.html index 2bfd3a6..bc056ce 100644 --- a/xdocs/docs/installationguide.html +++ b/xdocs/docs/installationguide.html @@ -24,11 +24,11 @@ the server and client samples on Linux and Microsoft Windows operating systems.

This release comes in two forms, source and binary and you can -download them from here. This +download them from here. This document covers both forms.

-

Please send your feedback to the developer mailing list: axis-c-dev@ws.apache.org -(Subscription details are available on the Axis2 site.) +

Please send your feedback to the developer mailing list: c-dev@axis.apache.org +(Subscription details are available on the Axis2 site.) Please remember to prefix the subject with [Axis2].

@@ -613,12 +613,12 @@ C:\axis2c\build\deploy\lib
NOTE : To do the following tasks, you might need 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 (libmod_axis2.so.0.6.0 on Linux and mod_axis2.dll on +Copy the mod_axis2 (libmod_axis2.so.0.7.0 on Linux and mod_axis2.dll on Windows) to "<apache2 modules directory>" as mod_axis2.so

Example:
-cp $AXIS2C_HOME/lib/libmod_axis2.so.0.6.0 +cp $AXIS2C_HOME/lib/libmod_axis2.so.0.7.0 /usr/lib/apache2/modules/mod_axis2.so (on Linux)
copy C:\axis2c\build\deploy\lib\mod_axis2.dll C:\Apache2\modules\mod_axis2.so (on Windows)
-- cgit v1.1-32-gdbae