You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2008/10/29 02:06:33 UTC

svn commit: r708750 - /webservices/axis2/trunk/java/modules/webapp/conf/web.xml

Author: charitha
Date: Tue Oct 28 18:06:32 2008
New Revision: 708750

URL: http://svn.apache.org/viewvc?rev=708750&view=rev
Log:
Fixed AXIS2-4102

Modified:
    webservices/axis2/trunk/java/modules/webapp/conf/web.xml

Modified: webservices/axis2/trunk/java/modules/webapp/conf/web.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/conf/web.xml?rev=708750&r1=708749&r2=708750&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/conf/web.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/conf/web.xml Tue Oct 28 18:06:32 2008
@@ -31,11 +31,11 @@
         <!--<param-name>axis2.xml.path</param-name>-->
         <!--<param-value>/WEB-INF/conf/axis2.xml</param-value>-->
         <!--<param-name>axis2.xml.url</param-name>-->
-        <!--<param-value>http://localhot/myrepo/axis2.xml</param-value>-->
+        <!--<param-value>http://localhost/myrepo/axis2.xml</param-value>-->
         <!--<param-name>axis2.repository.path</param-name>-->
         <!--<param-value>/WEB-INF</param-value>-->
         <!--<param-name>axis2.repository.url</param-name>-->
-        <!--<param-value>http://localhot/myrepo</param-value>-->
+        <!--<param-value>http://localhost/myrepo</param-value>-->
         <!--</init-param>-->
         <load-on-startup>1</load-on-startup>
     </servlet>