summaryrefslogtreecommitdiffstats
path: root/xdocs/docs/installationguide.html
diff options
context:
space:
mode:
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 />