You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/09/17 19:21:23 UTC

svn commit: r576533 - in /incubator/tuscany/java/sca/samples/web-resource: README src/main/resources/WebResource.composite src/main/resources/myContent/index.html

Author: jsdelfino
Date: Mon Sep 17 10:21:22 2007
New Revision: 576533

URL: http://svn.apache.org/viewvc?rev=576533&view=rev
Log:
Fixed minor typos in HTML, composite and README, the URL described in the steps was incorrect.

Modified:
    incubator/tuscany/java/sca/samples/web-resource/README
    incubator/tuscany/java/sca/samples/web-resource/src/main/resources/WebResource.composite
    incubator/tuscany/java/sca/samples/web-resource/src/main/resources/myContent/index.html

Modified: incubator/tuscany/java/sca/samples/web-resource/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/web-resource/README?rev=576533&r1=576532&r2=576533&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/web-resource/README (original)
+++ incubator/tuscany/java/sca/samples/web-resource/README Mon Sep 17 10:21:22 2007
@@ -57,7 +57,7 @@
     [java] Sample server started (press enter to shutdown)
 
     [java] To get the Web resource, point your Web browser to the following address:
-    [java] http://localhost:8080/MyWeb/index.html
+    [java] http://localhost:8080/myWeb/index.html
      
 As this point the Web resource is exposed by a web server started automatically
 by the SCA runtime. To stop the server just press enter.

Modified: incubator/tuscany/java/sca/samples/web-resource/src/main/resources/WebResource.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/web-resource/src/main/resources/WebResource.composite?rev=576533&r1=576532&r2=576533&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/web-resource/src/main/resources/WebResource.composite (original)
+++ incubator/tuscany/java/sca/samples/web-resource/src/main/resources/WebResource.composite Mon Sep 17 10:21:22 2007
@@ -22,11 +22,11 @@
 	targetNamespace="http://web"
 	name="WebResource">
 
-    <component name="MyWeb">
+    <component name="myWeb">
+       <tuscany:implementation.resource location="myContent"/>
         <service name="Resource">
             <tuscany:binding.http/>
         </service>
-       <tuscany:implementation.resource location="myContent"/>
     </component>      
 
 </composite>

Modified: incubator/tuscany/java/sca/samples/web-resource/src/main/resources/myContent/index.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/web-resource/src/main/resources/myContent/index.html?rev=576533&r1=576532&r2=576533&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/web-resource/src/main/resources/myContent/index.html (original)
+++ incubator/tuscany/java/sca/samples/web-resource/src/main/resources/myContent/index.html Mon Sep 17 10:21:22 2007
@@ -36,10 +36,10 @@
   name=&quot;WebResource&quot;&gt;
 
   &lt;component name=&quot;myWeb&quot;&gt;
+    &lt;implementation.resource location=&quot;myContent&quot;/&gt;
     &lt;service name=&quot;Resource&quot;&gt;
       &lt;binding.http/&gt;
     &lt;/service&gt;
-    &lt;implementation.resource location=&quot;myContent&quot;/&gt;
   &lt;/component&gt;      
 
 &lt;/composite&gt;



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