You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/05/10 17:57:51 UTC

svn commit: r536900 - in /incubator/tuscany/java/sca/samples/calculator-web: README build.xml

Author: slaws
Date: Thu May 10 08:57:50 2007
New Revision: 536900

URL: http://svn.apache.org/viewvc?view=rev&rev=536900
Log:
minor tidying

Modified:
    incubator/tuscany/java/sca/samples/calculator-web/README
    incubator/tuscany/java/sca/samples/calculator-web/build.xml

Modified: incubator/tuscany/java/sca/samples/calculator-web/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-web/README?view=diff&rev=536900&r1=536899&r2=536900
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-web/README (original)
+++ incubator/tuscany/java/sca/samples/calculator-web/README Thu May 10 08:57:50 2007
@@ -8,10 +8,15 @@
 first. 
 
 As this sample provides a web app there is a manual step where the WAR file
-that contains the sample is copied to your web app container. 
+that contains the sample is copied to your web app container. If you just want 
+to give this sample a go deploy the WAR file (target/sample-calculator-web.war)
+to you web application server. 
 
-Note. If you are using Tomcat to run this sample you must be running 
-on Tomcat6 as Tuscany SCA runtime currently depends on servlet API 2.5.
+Once the web app is deployed use your browser to visit the following URL;
+
+http://localhost:8080/sample-calculator-web/calc.jsp
+
+The port and hostname will of course vary depending on your local installation. 
 
 Sample Overview
 ---------------

Modified: incubator/tuscany/java/sca/samples/calculator-web/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-web/build.xml?view=diff&rev=536900&r1=536899&r2=536900
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-web/build.xml (original)
+++ incubator/tuscany/java/sca/samples/calculator-web/build.xml Thu May 10 08:57:50 2007
@@ -17,7 +17,6 @@
  * under the License.    
 -->
 <project name="calculator-web" default="package">
-    <property environment="env"/>
 	
     <target name="init">
         <mkdir dir="target/classes"/>



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