Author: jsdelfino
Date: Mon Sep 17 10:15:58 2007
New Revision: 576531
URL: http://svn.apache.org/viewvc?rev=576531&view=rev
Log:
Fixed minor typos in HTML, composite and README, the URL described in the steps
was incorrect.
Modified:
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/README
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/WebResource.composite
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/myContent/index.html
Modified: incubator/tuscany/branches/sca-java-1.0/samples/web-resource/README
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/web-resource/README?rev=576531&r1=576530&r2=576531&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/samples/web-resource/README
(original)
+++ incubator/tuscany/branches/sca-java-1.0/samples/web-resource/README Mon Sep
17 10:15:58 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/branches/sca-java-1.0/samples/web-resource/src/main/resources/WebResource.composite
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/WebResource.composite?rev=576531&r1=576530&r2=576531&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/WebResource.composite
(original)
+++
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/WebResource.composite
Mon Sep 17 10:15:58 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/branches/sca-java-1.0/samples/web-resource/src/main/resources/myContent/index.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/myContent/index.html?rev=576531&r1=576530&r2=576531&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/myContent/index.html
(original)
+++
incubator/tuscany/branches/sca-java-1.0/samples/web-resource/src/main/resources/myContent/index.html
Mon Sep 17 10:15:58 2007
@@ -36,10 +36,10 @@
name="WebResource">
<component name="myWeb">
+ <implementation.resource location="myContent"/>
<service name="Resource">
<binding.http/>
</service>
- <implementation.resource location="myContent"/>
</component>
</composite>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]