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 he...@apache.org on 2005/02/11 04:31:38 UTC

svn commit: r153336 - webservices/axis/trunk/java/dev/scratch/prototype2/src/conf/web.xml

Author: hemapani
Date: Thu Feb 10 19:31:37 2005
New Revision: 153336

URL: http://svn.apache.org/viewcvs?view=rev&rev=153336
Log:
update the web.xml file 

Modified:
    webservices/axis/trunk/java/dev/scratch/prototype2/src/conf/web.xml

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/conf/web.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/conf/web.xml?view=diff&r1=153335&r2=153336
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/conf/web.xml (original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/conf/web.xml Thu Feb 10 19:31:37 2005
@@ -9,7 +9,7 @@
     <servlet-name>AxisServlet</servlet-name>
     <display-name>Apache-Axis Servlet</display-name>
     <servlet-class>
-        org.apache.axis.impl.transport.http.AxisServlet
+        org.apache.axis.transport.http.AxisServlet
     </servlet-class>
   </servlet>