[teiid-commits] teiid SVN: r602 - trunk/soap/src/main/webapp/WEB-INF/conf.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Mar 19 17:22:46 EDT 2009


Author: tejones
Date: 2009-03-19 17:22:46 -0400 (Thu, 19 Mar 2009)
New Revision: 602

Modified:
   trunk/soap/src/main/webapp/WEB-INF/conf/axis2.xml
Log:
TEIID-422 - Changed context from MetaMatrix to Teiid.

Modified: trunk/soap/src/main/webapp/WEB-INF/conf/axis2.xml
===================================================================
--- trunk/soap/src/main/webapp/WEB-INF/conf/axis2.xml	2009-03-19 21:22:07 UTC (rev 601)
+++ trunk/soap/src/main/webapp/WEB-INF/conf/axis2.xml	2009-03-19 21:22:46 UTC (rev 602)
@@ -62,7 +62,7 @@
 
     <!--Following params will set the proper context paths for invocations. All the endpoints will have a commons context-->
     <!--root which can configured using the following contextRoot parameter-->
-    <!--<parameter name="contextRoot">metamatrix-soap</parameter>-->
+    <!--<parameter name="contextRoot">teiid-soap</parameter>-->
 
     <!--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 -->




More information about the teiid-commits mailing list