snichol 2003/02/11 06:28:44 Modified: java/docs/guide config.html Log: Remove the faultListener parameters from the sample web.xml file. This is specified on a per-service basis in the deployment descriptor. Revision Changes Path 1.9 +0 -4 xml-soap/java/docs/guide/config.html Index: config.html =================================================================== RCS file: /home/cvs/xml-soap/java/docs/guide/config.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- config.html 11 Feb 2003 14:26:16 -0000 1.8 +++ config.html 11 Feb 2003 14:28:44 -0000 1.9 @@ -63,10 +63,6 @@ org.apache.soap.server.http.RPCRouterServlet </servlet-class> <init-param> - <param-name>faultListener</param-name> - <param-value>org.apache.soap.server.DOMFaultListener</param-value> - </init-param> - <init-param> <param-name>ConfigFile</param-name> <param-value><B><I>config-file</I></B></param-value> </init-param>