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:55:00 UTC

svn commit: r464882 - in /incubator/tuscany/cpp/sca/samples: BigBank/README.html Calculator/README.html PythonCalculator/README.html RubyBank/README.html RubyCalculator/README.html

Author: robbinspg
Date: Tue Oct 17 02:54:59 2006
New Revision: 464882

URL: http://svn.apache.org/viewvc?view=rev&rev=464882
Log:
TUSCANY-787 windowsify samples doc

Modified:
    incubator/tuscany/cpp/sca/samples/BigBank/README.html
    incubator/tuscany/cpp/sca/samples/Calculator/README.html
    incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
    incubator/tuscany/cpp/sca/samples/RubyBank/README.html
    incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html

Modified: incubator/tuscany/cpp/sca/samples/BigBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/README.html?view=diff&rev=464882&r1=464881&r2=464882
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/README.html Tue Oct 17 02:54:59 2006
@@ -210,7 +210,7 @@
                  </P>
                </LI>
                <LI>You need to configure Apache to run PHP of course. This is well documented but this
-                   is what I put at the end of httpd.conf:
+                   is what to put at the end of httpd.conf:
                  <PRE># PHP5 Support
 LoadModule php5_module "/home/php/php5.1.6/php5apache2.so"
 AddType application/x-httpd-php .php
@@ -235,7 +235,7 @@
         <DIV CLASS="section">
          <A NAME="winbld"><H2>Building the BigBank sample on Windows</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -270,8 +270,8 @@
              </LI>
              <LI>Run the sample with the following commands:
                 <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bigbank.client</LI>
-                   <LI>./runclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\BigBank\deploy\bigbank.client</LI>
+                   <LI>runclient.bat</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -289,9 +289,9 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bigbank.account
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\BigBank\deploy\bigbank.account
                    </LI>
-                   <LI>./runwsserver.bat</LI>
+                   <LI>runwsserver.bat</LI>
                 </OL>
              </LI>
              <LI>Run the client:
@@ -301,8 +301,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bigbank.wsclient</LI>
-                   <LI>./runwsclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\BigBank\deploy\bigbank.wsclient</LI>
+                   <LI>runwsclient.bat</LI>
                 </OL>
              </LI>
          </OL>                                                  
@@ -320,9 +320,9 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bigbank.account
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\BigBank\deploy\bigbank.account
                    </LI>
-                   <LI>./runwsserver.bat</LI>
+                   <LI>runwsserver.bat</LI>
                 </OL>
              </LI>
              <LI>To run the php scripts requires some configuration and setup of a php runtime with 
@@ -340,17 +340,16 @@
                    <LI><A HREF="http://pecl4win.php.net/ext.php/php_sdo.dll">php_sdo.dll</A></LI>
                    <LI><A HREF="http://pecl4win.php.net/ext.php/php_sdo_das_xml.dll">php_sdo_das_xml.dll</A></LI>
                  </UL>
-                 <P>I copied these to my php5.1.6/ext dir ( php_soap.dll is already there) and added the 
-                    following to my php.ini file (having already renamed php.ini-recommended to php.ini 
+                 <P>Copy these to the php5.1.6\ext dir ( php_soap.dll is already there) and add the 
+                    following to php.ini file (having already renamed php.ini-recommended to php.ini 
                     of course)
                  <PRE>extension=php_soap.dll
 extension=php_sdo.dll
 extension=php_sdo_das_xml.dll</PRE>
                     I also changed the extension_dir directive to point to my extensions directory:
-                 <PRE>extension_dir="C:/php5.1.6/ext"</PRE>
+                 <PRE>extension_dir="C:\php5.1.6\ext"</PRE>
                  </P>
-                 <P>When I ask PHP to list what modules are active in my version of PHP I get the 
-                    following:
+                 <P>Asking PHP to list what modules are active gives the following:
                  <PRE>C:\php5.1.6>php -m
 [PHP Modules]
 bcmath
@@ -385,15 +384,15 @@
                  </P>
                </LI>
                <LI>You need to configure Apache to run PHP of course. This is well documented but this
-                   is what I put at the end of httpd.conf:
+                   is what to put at the end of httpd.conf:
                  <PRE># PHP5 Support
-LoadModule php5_module "C:/php5.1.6/php5apache2.dll"
+LoadModule php5_module "C:\php5.1.6\php5apache2.dll"
 AddType application/x-httpd-php .php
 
 # configure the path to php.ini
-PHPIniDir "C:/php5.1.6"</PRE>
+PHPIniDir "C:\php5.1.6"</PRE>
                </LI>
-               <LI>Copy the &lt;tuscany_sca_install_dir&gt;/samples/BigBank/bigbank.phpwsclient
+               <LI>Copy the &lt;tuscany_sca_install_dir&gt;\samples\BigBank\bigbank.phpwsclient
                    directory to your Apache document root directory (by default this is named 'htdocs').
                </LI>
                <LI>Finally, start your Apache web server.

Modified: incubator/tuscany/cpp/sca/samples/Calculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Calculator/README.html?view=diff&rev=464882&r1=464881&r2=464882
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Calculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/Calculator/README.html Tue Oct 17 02:54:59 2006
@@ -160,7 +160,7 @@
         <DIV CLASS="section">
          <A NAME="winbld"><H2>Building the Calculator sample on Windows</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -195,8 +195,8 @@
              </LI>
              <LI>Run the sample with the following commands:
                 <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/sample.calculator.client</LI>
-                   <LI>./runclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\Calculator\deploy\sample.calculator.client</LI>
+                   <LI>runclient.bat</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -214,8 +214,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/sample.calculator</LI>
-                   <LI>./runwsserver.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\Calculator\deploy\sample.calculator</LI>
+                   <LI>runwsserver.bat</LI>
                 </OL>
              </LI>
              <LI>Run the client:
@@ -225,8 +225,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/sample.calculator.wsclient</LI>
-                   <LI>./runwsclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\Calculator\deploy\sample.calculator.wsclient</LI>
+                   <LI>runwsclient.bat</LI>
                 </OL>
              </LI>
          </OL>                                                  

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html?view=diff&rev=464882&r1=464881&r2=464882
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html Tue Oct 17 02:54:59 2006
@@ -165,7 +165,7 @@
         <DIV CLASS="section">
          <A NAME="winbld"><H2>Building the PythonCalculator sample on Windows</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -177,8 +177,8 @@
              <LI>As this sample is based on Python scripts, a specific compilation step is not necessary - 
                  only deployment is required. Deploy the sample with the following commands:
                  <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator</LI>
-                   <LI>./deploy.cmd</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\PythonCalculator</LI>
+                   <LI>deploy.cmd</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -197,8 +197,8 @@
              </LI>
              <LI>Run the sample with the following commands:
                 <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/sample.calculator.client</LI>
-                   <LI>./runclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\PythonCalculator\deploy\sample.calculator.client</LI>
+                   <LI>runclient.bat</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -216,8 +216,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/sample.calculator</LI>
-                   <LI>./runwsserver.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\PythonCalculator\deploy\sample.calculator</LI>
+                   <LI>runwsserver.bat</LI>
                 </OL>
              </LI>
              <LI>Run the client:
@@ -229,8 +229,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/sample.calculator.wsclient</LI>
-                   <LI>./runwsclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\PythonCalculator\deploy\sample.calculator.wsclient</LI>
+                   <LI>runwsclient.bat</LI>
                 </OL>
              </LI>
          </OL>                                                  

Modified: incubator/tuscany/cpp/sca/samples/RubyBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyBank/README.html?view=diff&rev=464882&r1=464881&r2=464882
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/RubyBank/README.html Tue Oct 17 02:54:59 2006
@@ -153,7 +153,7 @@
         <DIV CLASS="section">
          <A NAME="winbld"><H2>Building the RubyBank sample on Windows</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -165,8 +165,8 @@
              <LI>As this sample is based on Ruby scripts, a specific compilation step is not necessary - 
                  only deployment is required. Deploy the sample with the following commands:
                  <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyBank</LI>
-                   <LI>./deploy.cmd</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyBank</LI>
+                   <LI>deploy.cmd</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -185,8 +185,8 @@
              </LI>
              <LI>Run the sample with the following commands:
                 <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyBank/deploy/bigbank.client</LI>
-                   <LI>./runclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyBank\deploy\bigbank.client</LI>
+                   <LI>runclient.bat</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -204,9 +204,9 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyBank/deploy/bigbank.account
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyBank\deploy\bigbank.account
                    </LI>
-                   <LI>./runwsserver.bat</LI>
+                   <LI>runwsserver.bat</LI>
                 </OL>
              </LI>
              <LI>The Web Service client and PHP web client detailed in the 

Modified: incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html?view=diff&rev=464882&r1=464881&r2=464882
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html Tue Oct 17 02:54:59 2006
@@ -160,7 +160,7 @@
         <DIV CLASS="section">
          <A NAME="winbld"><H2>Building the RubyCalculator sample on Windows</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -172,8 +172,8 @@
              <LI>As this sample is based on Ruby scripts, a specific compilation step is not necessary - 
                  only deployment is required. Deploy the sample with the following commands:
                  <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator</LI>
-                   <LI>./deploy.cmd</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyCalculator</LI>
+                   <LI>deploy.cmd</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -192,8 +192,8 @@
              </LI>
              <LI>Run the sample with the following commands:
                 <UL>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/sample.calculator.client</LI>
-                   <LI>./runclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyCalculator\deploy\sample.calculator.client</LI>
+                   <LI>runclient.bat</LI>
                 </UL>
              </LI>
          </OL>                                                  
@@ -211,8 +211,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/sample.calculator</LI>
-                   <LI>./runwsserver.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyCalculator\deploy\sample.calculator</LI>
+                   <LI>runwsserver.bat</LI>
                 </OL>
              </LI>
              <LI>Run the client:
@@ -224,8 +224,8 @@
                         <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
-                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/sample.calculator.wsclient</LI>
-                   <LI>./runwsclient.bat</LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyCalculator\deploy\sample.calculator.wsclient</LI>
+                   <LI>runwsclient.bat</LI>
                 </OL>
              </LI>
          </OL>                                                  



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