summaryrefslogtreecommitdiffstats
path: root/xdocs/docs/installationguide.html
diff options
context:
space:
mode:
authorGravatar shankar2011-01-24 10:16:26 +0000
committerGravatar shankar2011-01-24 10:16:26 +0000
commita1a2b26cba21cfad86739fad9152e29cea618faa (patch)
tree196d9159b43d9bc4b86792c13382aa0567a7de8b /xdocs/docs/installationguide.html
parent3dfb99d04390a2d9710344157174c314095f5d3b (diff)
downloadaxis2c-a1a2b26cba21cfad86739fad9152e29cea618faa.tar.gz
axis2c-a1a2b26cba21cfad86739fad9152e29cea618faa.tar.bz2
changing site URLS
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1062715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs/docs/installationguide.html')
-rw-r--r--xdocs/docs/installationguide.html10
1 files changed, 5 insertions, 5 deletions
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.</p>
<p>This release comes in two forms, source and binary and you can
-download them from <a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink">here</a>. This
+download them from <a href="http://axis.apache.org/axis2/c/core/download.cgi" class="externalLink">here</a>. This
document covers
both forms.</p>
-<p>Please send your feedback to the developer mailing list: <a href="mailto:axis-c-dev@ws.apache.org">axis-c-dev@ws.apache.org</a>
-(Subscription details are available on the <a href="http://ws.apache.org/axis2/c/mail-lists.html" class="externalLink" title="External Link">Axis2 site</a>.)
+<p>Please send your feedback to the developer mailing list: <a href="mailto:c-dev@axis.apache.org">c-dev@axis.apache.org</a>
+(Subscription details are available on the <a href="http://axis.apache.org/axis2/c/core/mail-lists.html" class="externalLink" title="External Link">Axis2 site</a>.)
Please
remember to prefix the subject with [Axis2].</p>
<div class="section"><a name="Contents"></a>
@@ -613,12 +613,12 @@ C:\axis2c\build\deploy\lib </div>
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.<br />
<br />
-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 "&lt;apache2 modules directory&gt;" as
mod_axis2.so <br />
<br />
Example:<br />
-<code>cp $AXIS2C_HOME/lib/libmod_axis2.so.0.6.0
+<code>cp $AXIS2C_HOME/lib/libmod_axis2.so.0.7.0
/usr/lib/apache2/modules/mod_axis2.so </code>(on Linux)<br />
<code>copy C:\axis2c\build\deploy\lib\mod_axis2.dll
C:\Apache2\modules\mod_axis2.so </code>(on Windows)<br />