You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/10/17 11:27:13 UTC

svn commit: r464871 - /incubator/tuscany/cpp/sca/doc/Axis2CWSService.html

Author: robbinspg
Date: Tue Oct 17 02:27:12 2006
New Revision: 464871

URL: http://svn.apache.org/viewvc?view=rev&rev=464871
Log:
TUSCANY-858 correct axis deploy doc

Modified:
    incubator/tuscany/cpp/sca/doc/Axis2CWSService.html

Modified: incubator/tuscany/cpp/sca/doc/Axis2CWSService.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/Axis2CWSService.html?view=diff&rev=464871&r1=464870&r2=464871
==============================================================================
--- incubator/tuscany/cpp/sca/doc/Axis2CWSService.html (original)
+++ incubator/tuscany/cpp/sca/doc/Axis2CWSService.html Tue Oct 17 02:27:12 2006
@@ -106,8 +106,8 @@
                 </UL></LI>
               <LI>Use the following command sequence to run the deploy script:
                   <UL>
-                      <LI>cd &lt;tuscany_sca_install_dir&gt;/extensions/ws/service</LI>
-                      <LI>./deploy.cmd</LI>
+                      <LI>cd &lt;tuscany_sca_install_dir&gt;\extensions\ws\service</LI>
+                      <LI>deploy.cmd</LI>
                   </UL>
               </LI>
            </OL>
@@ -118,17 +118,29 @@
          <P>To deploy Tuscany Web Service support to Axis2C manually, use the following steps:
          </P>
          <OL>
-             <LI>Create a &lt;axis2c version 0.94&gt;/services/tuscany directory 
-             </LI>
-             <LI>Copy all the files in &lt;tuscany_sca_install_dir&gt;/extensions/ws/service/services/tuscany/
-                 to the directory created above
-             </LI>          
-             <LI>Create a &lt;axis2c version 0.94&gt;/modules/tuscany directory 
-             </LI>
-             <LI>Copy all the files in &lt;tuscany_sca_install_dir&gt;/extensions/ws/service/modules/tuscany/
-                 to the directory created above
-             </LI>
-             <LI>Edit the &lt;axis2c version 0.94&gt;/axis2.xml file to add a &lt;ref module="tuscany"&gt; 
+           <LI>
+             Linux:
+             <OL>
+               <LI>cd &lt;axis2c version 0.94&gt;/services</LI>
+               <LI>ln -sf  &lt;tuscany_sca_install_dir&gt;/extensions/ws/service/services/tuscany</LI>
+               <LI>cd &lt;axis2c version 0.94&gt;/modules</LI>
+               <LI>ln -sf  &lt;tuscany_sca_install_dir&gt;/extensions/ws/service/modules/tuscany</LI>
+             </OL>
+             Windows:
+             <OL>
+               <LI>Create a &lt;axis2c version 0.94&gt;\services\tuscany directory 
+               </LI>
+               <LI>Copy all the files in &lt;tuscany_sca_install_dir&gt;\extensions\ws\service\services\tuscany
+                   to the directory created above
+               </LI>          
+               <LI>Create a &lt;axis2c version 0.94&gt;\modules\tuscany directory 
+               </LI>
+               <LI>Copy all the files in &lt;tuscany_sca_install_dir&gt;\extensions\ws\service\modules\tuscany
+                   to the directory created above
+               </LI>
+             </OL>
+           </LI>
+           <LI>Edit the &lt;axis2c version 0.94&gt;/axis2.xml file to add a &lt;ref module="tuscany"&gt; 
                  element. This will register the above module. E.g.:
                  <PRE>...
     &lt;!-- ================================================= --&gt;
@@ -140,7 +152,8 @@
     &lt;module ref="tuscany"/&gt;
 
 ...              </PRE>
-             </LI>
+           </LI>
+
          </OL>
       </DIV>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org