Author: ruwan
Date: Fri Nov 28 02:32:42 2008
New Revision: 25225
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25225

Log:
fixing the service path of the sample axis2 server

Modified:
   trunk/esb/java/modules/samples/src/main/conf/server/axis2.xml

Modified: trunk/esb/java/modules/samples/src/main/conf/server/axis2.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/conf/server/axis2.xml?rev=25225&r1=25224&r2=25225&view=diff
==============================================================================
--- trunk/esb/java/modules/samples/src/main/conf/server/axis2.xml       
(original)
+++ trunk/esb/java/modules/samples/src/main/conf/server/axis2.xml       Fri Nov 
28 02:32:42 2008
@@ -67,7 +67,7 @@
     <!--Our HTTP endpoints can handle both REST and SOAP. Following parameters 
can be used to distinguiush those endpoints-->
     <!--In case of a servlet, if you change this you have to manually change 
the settings of your servlet container to map this -->
     <!--context path to proper Axis2 servlets-->
-    <parameter name="servicePath">soap</parameter>
+    <parameter name="servicePath">services</parameter>
     <parameter name="restPath">rest</parameter>
 
     <!-- Following parameter will completely disable REST handling in Axis2-->

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to