You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/03/21 01:02:03 UTC

svn commit: r520668 - /incubator/tuscany/java/distribution/sca/demo/src/main/profiles/slave1/system.scdl

Author: meerajk
Date: Tue Mar 20 17:02:03 2007
New Revision: 520668

URL: http://svn.apache.org/viewvc?view=rev&rev=520668
Log:
move http service back into slave

Modified:
    incubator/tuscany/java/distribution/sca/demo/src/main/profiles/slave1/system.scdl

Modified: incubator/tuscany/java/distribution/sca/demo/src/main/profiles/slave1/system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/demo/src/main/profiles/slave1/system.scdl?view=diff&rev=520668&r1=520667&r2=520668
==============================================================================
--- incubator/tuscany/java/distribution/sca/demo/src/main/profiles/slave1/system.scdl (original)
+++ incubator/tuscany/java/distribution/sca/demo/src/main/profiles/slave1/system.scdl Tue Mar 20 17:02:03 2007
@@ -128,6 +128,13 @@
 		<system:implementation.system class="org.apache.tuscany.core.deployer.federation.FederatedDeployer"/>
 	</component>
 	
+	<!-- Jetty HTTP service -->
+	<component name="httpService">
+		<system:implementation.system
+			class="org.apache.tuscany.service.jetty.JettyServiceImpl"/>
+		<property name="httpPort">8000</property>
+	</component>
+	
 	
 	<!--_________________________________________________________________________________________-->
 	



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