diff options
author | shankar | 2011-01-24 10:16:26 +0000 |
---|---|---|
committer | shankar | 2011-01-24 10:16:26 +0000 |
commit | a1a2b26cba21cfad86739fad9152e29cea618faa (patch) | |
tree | 196d9159b43d9bc4b86792c13382aa0567a7de8b /xdocs | |
parent | 3dfb99d04390a2d9710344157174c314095f5d3b (diff) | |
download | axis2c-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')
-rw-r--r-- | xdocs/docs/architecture_notes.html | 4 | ||||
-rw-r--r-- | xdocs/docs/axis2c_manual.html | 22 | ||||
-rw-r--r-- | xdocs/docs/faq.html | 24 | ||||
-rw-r--r-- | xdocs/docs/index.html | 2 | ||||
-rw-r--r-- | xdocs/docs/installationguide.html | 10 |
5 files changed, 31 insertions, 31 deletions
diff --git a/xdocs/docs/architecture_notes.html b/xdocs/docs/architecture_notes.html index e72c8f6..f050aed 100644 --- a/xdocs/docs/architecture_notes.html +++ b/xdocs/docs/architecture_notes.html @@ -15,8 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<html><head><title>Apache Axis2/C - Architecture Notes</title><h2>C Specific Architectural Notes on Apache Axis2/C</h2><p>Please send your feedback to: <a href="mailto:axis-c-dev@ws.apache.org?subject=[Axis2]">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>.) Prefix +<html><head><title>Apache Axis2/C - Architecture Notes</title><h2>C Specific Architectural Notes on Apache Axis2/C</h2><p>Please send your feedback to: <a href="mailto:c-dev@axis.apache.org?subject=[Axis2]">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>.) Prefix the subject with [Axis2].</p><div class="subsection"><a name="Contents"></a><h3>Contents</h3><ul> <li><a href="#Introduction">Introduction</a></li> <li><a href="#Axis2_Environment">Environment Struct</a></li> 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 @@ <h2>Preamble</h2> <p style="margin-bottom: 0in;">This document is intended to be a reference -manual for <a href="http://ws.apache.org/axis2/c" class="externalLink" title="External Link">Apache +manual for <a href="http://axis.apache.org/axis2/c/core/" class="externalLink" title="External Link">Apache Axis2/C</a>. This manual details how Axis2/C can be used to provide and consume Web services.</p> <p style="margin-bottom: 0in;">Please send your feedback to the Apache Axis2/C -developer mailing list (<a href="mailto:axis-c-dev@apache.org">axis-c-dev@apache.org</a>). +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://ws.apache.org/axis2/c/mail-lists.html" class="externalLink" title="External Link">Apache +details are available on the <a href="http://axis.apache.org/axis2/c/core/mail-lists.html" class="externalLink" title="External Link">Apache Axis2/C website</a>.</p> <p>This document uses the following conventions:</p> <ul> @@ -82,7 +82,7 @@ options</a></li> <p>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.</p> -<p>First, <a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink" title="External Link">download</a> +<p>First, <a href="http://axis.apache.org/axis2/c/core/download.cgi" class="externalLink" title="External Link">download</a> 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 <a href="http://ws.apache.org/axis2/c/docs/installationguide.html" class="externalLink" title="External Link">installation +shell as well). Please see the <a href="http://axis.apache.org/axis2/c/core/docs/installationguide.html" class="externalLink" title="External Link">installation guide</a> for more details.</p> <p>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.</font></p> -<p>Copy the mod_axis2 shared library <font color="#4169e1">(libmod_axis2.so.0.6.0 +<p>Copy the mod_axis2 shared library <font color="#4169e1">(libmod_axis2.so.0.7.0 on Linux and mod_axis2.dll on MS Windows)</font> to the Apache2 modules directory as mod_axis2.so</p> <p>On Linux</p> <div class="source"> -<pre> cp $AXIS2C_HOME/lib/libmod_axis2.so.0.6.0 /usr/lib/apache2/modules/mod_axis2.so<br /></pre> +<pre> cp $AXIS2C_HOME/lib/libmod_axis2.so.0.7.0 /usr/lib/apache2/modules/mod_axis2.so<br /></pre> </div> <p>On MS Windows</p> <div class="source"> @@ -1995,9 +1995,9 @@ HTTP Authentication requirements.</p> of Axis2/C stubs and skeletons for WSDL files. This is a Java tool that can be used to -generate C code that works with Axis2/C API. You should use <a href="http://svn.apache.org/viewvc/webservices/axis2/trunk/java" class="externalLink" title="External Link">Axis2/Java -SVN</a> revision 529533 or later revisions. You can download the <a href="http://ws.apache.org/axis2/download.cgi" class="externalLink" title="External Link">Axis2/Java latest -release</a> and use those binaries to generate the code. Check out a <a href="http://ws.apache.org/axis2/1_5/reference.html#wsdl2java" class="externalLink" title="External Link">basic +generate C code that works with Axis2/C API. You should use <a href="https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk" class="externalLink" title="External Link">Axis2/Java +SVN</a> revision 529533 or later revisions. You can download the <a href="http://axis.apache.org/axis2/java/core/download.cgi" class="externalLink" title="External Link">Axis2/Java latest +release</a> and use those binaries to generate the code. Check out a <a href="http://axis.apache.org/axis2/java/core/docs/reference.html#wsdl2java" class="externalLink" title="External Link">basic guide</a> on the Java tool.</p> <p>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.</p> </div> <p>To understand the meanings of the options used with the tool, please have -a look at the <a href="http://ws.apache.org/axis2/1_4_1/reference.html#wsdl2java" class="externalLink" title="External Link"> Java tool +a look at the <a href="http://axis.apache.org/axis2/java/core/docs/reference.html#wsdl2java" class="externalLink" title="External Link"> Java tool documentation</a>.</p> <p>If you need an XML in/out programming model, you can just ignore the data 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> diff --git a/xdocs/docs/index.html b/xdocs/docs/index.html index c9793e4..d094bb7 100644 --- a/xdocs/docs/index.html +++ b/xdocs/docs/index.html @@ -21,7 +21,7 @@ <li><a href="axis2c_manual.html">Axis2/C Manual</a></li> </ul></div><div class="subsection"><a name="Additional_References"></a><h3>Additional References</h3><ul> <li><a href="faq.html">FAQ</a></li> - <li><a href="http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html" class="externalLink" title="External Link"> + <li><a href="http://axis.apache.org/axis2/java/core/docs/Axis2ArchitectureGuide.html" class="externalLink" title="External Link"> Architecture Guide</a></li> <li><a href="architecture_notes.html">C Specific Architecture Notes</a></li> <li><a href="om_tutorial.html">OM Tutorial</a></li> 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 "<apache2 modules directory>" 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 /> |