Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 21337 invoked from network); 16 Dec 2004 05:25:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Dec 2004 05:25:49 -0000 Received: (qmail 17792 invoked by uid 500); 16 Dec 2004 05:25:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 17742 invoked by uid 500); 16 Dec 2004 05:25:46 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 17723 invoked by uid 99); 16 Dec 2004 05:25:46 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 15 Dec 2004 21:25:20 -0800 Received: (qmail 21029 invoked by uid 1968); 16 Dec 2004 05:25:18 -0000 Date: 16 Dec 2004 05:25:18 -0000 Message-ID: <20041216052518.21028.qmail@minotaur.apache.org> From: rangika@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp lininstall-guide.ihtml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rangika 2004/12/15 21:25:18 Modified: site/src/documentation/content/xdocs/cpp lininstall-guide.ihtml Log: Added a note saying that currently expat parser is not maintained. Added to Lin Install Guide. Revision Changes Path 1.23 +18 -5 ws-axis/site/src/documentation/content/xdocs/cpp/lininstall-guide.ihtml Index: lininstall-guide.ihtml =================================================================== RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/lininstall-guide.ihtml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- lininstall-guide.ihtml 26 Oct 2004 11:31:15 -0000 1.22 +++ lininstall-guide.ihtml 16 Dec 2004 05:25:18 -0000 1.23 @@ -22,6 +22,11 @@
+

Note:The Expat XML Parser module is not currently maintained and also contains some bugs. So it is removed from the 1.4 release. Please ignore any references to the Expat parser +in the documentation. The documentation will be updated regarding this later. +

+ +

@@ -53,12 +58,14 @@
-

      Expat (1.95.7) and/or +

      Expat (1.95.7) (Note:The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the contents section.)

+ +and/or

Xerces C++ (2.2.0) XML parser(s)

Axis C++ needs an XML parser to parse SOAP messages and WSDD files. It has a parser abstraction layer that helps users to select/switch between -parsers. However only one parser library could be used at a time. Currently Expat and Xerces parsers are supported by Axis C++.

+parsers. However only one parser library could be used at a time. Currently Xerces parser is supported by Axis C++.


@@ -77,8 +84,11 @@ configuring. See Apache web server documentation for more details)

2. Install Expat (1.95.7) and/or Xerces C++ (2.2.0)

+

Note:The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the contents section. +

Select an XML parser depending on your parser preferences. See the respective parser's documentation for -installation instructions.

+installation instructions.


+

3. Download Axis C++

Download Axis C++ source or binary distribution and extract the package.

@@ -220,8 +230,11 @@ To deploy with Apache 1.3.x

sh deploy_apache.sh
-

Note that these scripts rename libaxis_xercesc.so (the default parser library) to libaxis_xmlparser.so.

if you need to use a different parser or want to switch parsers time to time, you need to edit the script and comment out the line: -
+

Note: please rename libaxis_xercesc.so (the default parser library) to libaxis_xmlparser.so.

if you need to use a different parser or want to switch parsers time to time, you need to edit the script and comment out the line: +

+

Note:The Expat XML Parser module is not currently maintained and also contains some bugs. For more information refer the contents section. +

+ cp -f ${AXISCPP_DEPLOY}/lib/libaxis_xercesc.so ${AXISCPP_DEPLOY}/lib/libaxis_xmlparser.so

and make sure that you have specified the name of the parser lib correctly in your config file ${AXISCPP_DEPLOY}/etc/axiscpp.conf.