You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/07/23 22:37:24 UTC

svn commit: r424811 - in /webservices/muse/trunk/samples: apache-httpd/config/muse.xml simple/config/muse.xml wsn-consumer/config/muse.xml wsrf/config/muse.xml

Author: danj
Date: Sun Jul 23 13:37:24 2006
New Revision: 424811

URL: http://svn.apache.org/viewvc?rev=424811&view=rev
Log:
Updated all sample deployment descriptors to reflect addition of persistence layer and removal of instances-at-startup.

Modified:
    webservices/muse/trunk/samples/apache-httpd/config/muse.xml
    webservices/muse/trunk/samples/simple/config/muse.xml
    webservices/muse/trunk/samples/wsn-consumer/config/muse.xml
    webservices/muse/trunk/samples/wsrf/config/muse.xml

Modified: webservices/muse/trunk/samples/apache-httpd/config/muse.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/apache-httpd/config/muse.xml?rev=424811&r1=424810&r2=424811&view=diff
==============================================================================
--- webservices/muse/trunk/samples/apache-httpd/config/muse.xml (original)
+++ webservices/muse/trunk/samples/apache-httpd/config/muse.xml Sun Jul 23 13:37:24 2006
@@ -6,12 +6,12 @@
 	<router>
 		<java-router-class>org.apache.muse.core.routing.SimpleResourceRouter</java-router-class>
 		<logging>
-			<log-file>/WEB-INF/log/muse.log</log-file>
+			<log-file>log/muse.log</log-file>
 			<log-level>FINE</log-level>
 		</logging>
 	</router>
-	<resource-type instances-at-startup="1">
-		<context-path>/http-server</context-path>
+	<resource-type>
+		<context-path>http-server</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/HttpServer.wsdl</wsdl-file>
 			<wsdl-port-type>http:HttpServerPortType</wsdl-port-type>

Modified: webservices/muse/trunk/samples/simple/config/muse.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/simple/config/muse.xml?rev=424811&r1=424810&r2=424811&view=diff
==============================================================================
--- webservices/muse/trunk/samples/simple/config/muse.xml (original)
+++ webservices/muse/trunk/samples/simple/config/muse.xml Sun Jul 23 13:37:24 2006
@@ -6,12 +6,12 @@
 	<router>
 		<java-router-class>org.apache.muse.core.routing.SimpleResourceRouter</java-router-class>
 		<logging>
-			<log-file>/log/muse.log</log-file>
+			<log-file>log/muse.log</log-file>
 			<log-level>FINE</log-level>
 		</logging>
 	</router>
-	<resource-type instances-at-startup="3">
-		<context-path>/SimpleResource</context-path>
+	<resource-type>
+		<context-path>SimpleResource</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/SimpleResource.wsdl</wsdl-file>
 			<wsdl-port-type>test:SimpleResourcePortType</wsdl-port-type>

Modified: webservices/muse/trunk/samples/wsn-consumer/config/muse.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/wsn-consumer/config/muse.xml?rev=424811&r1=424810&r2=424811&view=diff
==============================================================================
--- webservices/muse/trunk/samples/wsn-consumer/config/muse.xml (original)
+++ webservices/muse/trunk/samples/wsn-consumer/config/muse.xml Sun Jul 23 13:37:24 2006
@@ -6,12 +6,12 @@
 	<router>
 		<java-router-class>org.apache.muse.core.routing.SimpleResourceRouter</java-router-class>
 		<logging>
-			<log-file>/WEB-INF/log/muse.log</log-file>
+			<log-file>log/muse.log</log-file>
 			<log-level>FINE</log-level>
 		</logging>
 	</router>
-	<resource-type instances-at-startup="1">
-		<context-path>/consumer</context-path>
+	<resource-type>
+		<context-path>consumer</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WS-BaseNotification-1_3.wsdl</wsdl-file>
 			<wsdl-port-type>wsntw:NotificationConsumer</wsdl-port-type>

Modified: webservices/muse/trunk/samples/wsrf/config/muse.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/wsrf/config/muse.xml?rev=424811&r1=424810&r2=424811&view=diff
==============================================================================
--- webservices/muse/trunk/samples/wsrf/config/muse.xml (original)
+++ webservices/muse/trunk/samples/wsrf/config/muse.xml Sun Jul 23 13:37:24 2006
@@ -8,12 +8,12 @@
 	<router>
 		<java-router-class>org.apache.muse.core.routing.SimpleResourceRouter</java-router-class>
 		<logging>
-			<log-file>/WEB-INF/log/muse.log</log-file>
+			<log-file>log/muse.log</log-file>
 			<log-level>FINE</log-level>
 		</logging>
 	</router>
-	<resource-type instances-at-startup="1">
-		<context-path>/ServiceGroup</context-path>
+	<resource-type>
+		<context-path>ServiceGroup</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WS-ServiceGroup-1_2.wsdl</wsdl-file>
 			<wsdl-port-type>wsrf-sgw:ServiceGroupPortType</wsdl-port-type>
@@ -38,7 +38,7 @@
 		</capability>
 	</resource-type>
 	<resource-type>
-		<context-path>/ServiceGroupEntry</context-path>
+		<context-path>ServiceGroupEntry</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WS-ServiceGroupEntry-1_2.wsdl</wsdl-file>
 			<wsdl-port-type>wsrf-sgw:ServiceGroupEntryPortType</wsdl-port-type>
@@ -59,7 +59,7 @@
 		</capability>
 	</resource-type>
 	<resource-type>
-		<context-path>/MetadataResource</context-path>
+		<context-path>MetadataResource</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WS-ResourceMetadataDescriptor-CD-01.wsdl</wsdl-file>
 			<wsdl-port-type>wsrmd:MetadataResourcePortType</wsdl-port-type>
@@ -75,8 +75,8 @@
 			<java-capability-class>org.apache.muse.ws.resource.metadata.impl.SimpleMetadataResource</java-capability-class>
 		</capability>
 	</resource-type>
-	<resource-type instances-at-startup="1">
-		<context-path>/WsResource</context-path>
+	<resource-type>
+		<context-path>WsResource</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WsResource.wsdl</wsdl-file>
 			<wsdl-port-type>test:WsResourcePortType</wsdl-port-type>



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