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 aj...@apache.org on 2005/08/16 07:51:47 UTC

svn commit: r232944 - /webservices/axis/trunk/java/modules/core/conf/web.xml

Author: ajith
Date: Mon Aug 15 22:51:22 2005
New Revision: 232944

URL: http://svn.apache.org/viewcvs?rev=232944&view=rev
Log:
forgot to comment the genError.

Modified:
    webservices/axis/trunk/java/modules/core/conf/web.xml

Modified: webservices/axis/trunk/java/modules/core/conf/web.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/conf/web.xml?rev=232944&r1=232943&r2=232944&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/conf/web.xml (original)
+++ webservices/axis/trunk/java/modules/core/conf/web.xml Mon Aug 15 22:51:22 2005
@@ -101,8 +101,8 @@
         <exception-type>org.apache.axis2.transport.http.server.AdminAppException</exception-type>
         <location>/Error/AuthError.html</location>
     </error-page>
-    <error-page>
+    <!--error-page>
         <exception-type>java.lang.Exception</exception-type>
         <location>/Error/GenError.html</location>
-    </error-page>
+    </error-page-->
 </web-app>