diff options
Diffstat (limited to 'xdocs/docs/faq.html')
-rw-r--r-- | xdocs/docs/faq.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/xdocs/docs/faq.html b/xdocs/docs/faq.html index 57d46e2..4b6216c 100644 --- a/xdocs/docs/faq.html +++ b/xdocs/docs/faq.html @@ -22,12 +22,12 @@ <body> <h1>Apache Axis2/C Frequently Asked Questions</h1> <p>Mentioned below are a list of Frequently Asked Questions -appearing on Axis2/C <a href="http://ws.apache.org/axis2/c/mail-lists.html">mailing +appearing on Axis2/C <a href="http://axis.apache.org/axis2/c/core/mail-lists.html">mailing lists</a>, and Forums.</p> <p>For questions not appearing below, or for any further clarifications please do not hesitate to contact the Apache Axis2/C -user mailing list: <a href="mailto:axis-c-user@ws.apache.org">axis-c-user@ws.apache.org</a> -(Subscription details are available on the <a href="http://ws.apache.org/axis2/c/mail-lists.html">Axis2 +user mailing list: <a href="mailto:c-user@axis.apache.org">c-user@axis.apache.org</a> +(Subscription details are available on the <a href="http://axis.apache.org/axis2/c/core/mail-lists.html">Axis2 site</a>.) Please remember to prefix the subject with [Axis2].</p> <p style="margin-bottom: 0in;"><br /> @@ -103,7 +103,7 @@ other projects of which licensing information are also included in the LICENSE file.</p> <h3>1.3 How can I obtain Axis2/C?</h3> -<p>Apache Axis2/C can be freely downloaded at the <a href="http://ws.apache.org/axis2/c/download.cgi">Axis2/C +<p>Apache Axis2/C can be freely downloaded at the <a href="http://axis.apache.org/axis2/c/core/download.cgi">Axis2/C Download Page</a> or at any other mirror. Please note that Axis2/C source and binary packages are tailor made to suit specific classes of operating systems. Please make sure to choose the one that @@ -112,7 +112,7 @@ best fits your requirement as well as your operating system.</p> <h3>1.4 How can I get involved?</h3> <p>Apache Axis2/C is a result of a highly involved list of apache committers, developers, as well as a keen group of users. For more -information on our team, and how to get involved, please visit our <a href="http://ws.apache.org/axis2/c/team-list.html">Team Page</a>.</p> +information on our team, and how to get involved, please visit our <a href="http://axis.apache.org/axis2/c/core/team-list.html">Team Page</a>.</p> <p style="margin-bottom: 0in;"><br /> </p> @@ -121,11 +121,11 @@ information on our team, and how to get involved, please visit our <a href="http <h3>2.1 Does Axis2/C support code generation?</h3> <p>Yes, Axis2/C supports code generation using the WSDL2C tool. -Information on how to use this tool can be found in our <a href="http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c">documentation</a>.</p> +Information on how to use this tool can be found in our <a href="http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#wsdl2c">documentation</a>.</p> <h3>2.2 Does Axis2/C support SSL?</h3> <p>Yes, Axis2/C supports SSL enabled communication. More -information can be found in our <a href="http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client">documentation</a>.</p> +information can be found in our <a href="http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#ssl_client">documentation</a>.</p> <h3>2.3 Does Axis2/C support compression?</h3> <p>Axis2/C itself does not support compression. If you are using @@ -138,7 +138,7 @@ http sender on the client side.</p> <h3>2.5 Can I use Axis2/C with a proxy?</h3> <p>Yes. This requires a few changes to the axis2.xml file. -Information about this can be found in our <a href="http://ws.apache.org/axis2/c/docs/axis2c_manual.html#proxy">documentation</a>.</p> +Information about this can be found in our <a href="http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#proxy">documentation</a>.</p> <a id="faq_2_6"></a><h3>2.6 Does Axis2/C work on my platform?</h3>
<p>Currently Axis2/C has been ported to following platforms.<br>
1. Linux based distributions(Debian, Ubuntu, Redhat Linux etc...,) <br>
@@ -177,10 +177,10 @@ use a C++ compiler. <pre> #ifdef __cplusplus <br /> extern "C"{<br /> #endif<br /> /* YOUR C CODE HERE */<br /> #ifdef __cplusplus<br /> }<br /> #endif<br /></pre> <h3>3.4 How could I secure SOAP messages?</h3> -<p>To secure SOAP messages, you need to engage <a href="http://ws.apache.org/rampart/c/">Apache Rampart/C</a> -as a module, which can be downloaded from <a href="http://ws.apache.org/rampart/c/download.cgi">here</a>. -Please refer the <a href="http://ws.apache.org/rampart/c/docs/installationguide.html">installation -guide</a> and <a href="http://ws.apache.org/rampart/c/docs/configurations.html">configuration +<p>To secure SOAP messages, you need to engage <a href="http://axis.apache.org/axis2/c/rampart/">Apache Rampart/C</a> +as a module, which can be downloaded from <a href="http://axis.apache.org/axis2/c/rampart/download.cgi">here</a>. +Please refer the <a href="http://axis.apache.org/axis2/c/rampart/docs/installationguide.html">installation +guide</a> and <a href="http://axis.apache.org/axis2/c/rampart/docs/configurations.html">configuration guide</a> for more details.</p> <p style="margin-bottom: 0in;"><br /> </p> |