snichol     2003/02/11 06:26:16

  Modified:    java/docs/guide config.html
  Log:
  Add XMLParser and EnvelopeEditorFactory parameters to the sample web.xml
  file.
  
  Revision  Changes    Path
  1.8       +8 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.html       16 Oct 2002 03:33:20 -0000      1.7
  +++ config.html       11 Feb 2003 14:26:16 -0000      1.8
  @@ -47,6 +47,14 @@
           <param-name>ConfigFile</param-name>
           &lt;param-value&gt;<B><I>config-file</I></B>&lt;/param-value&gt;
         &lt;/context-param&gt;
  +      &lt;context-param&gt;
  +        &lt;param-name&gt;XMLParser&lt;/param-name&gt;
  +        
&lt;param-value&gt;org.apache.xerces.jaxp.DocumentBuilderFactoryImpl&lt;/param-value&gt;
  +      &lt;/context-param&gt;
  +      &lt;context-param&gt;
  +        &lt;param-name&gt;EnvelopeEditorFactory&lt;/param-name&gt;
  +        
&lt;param-value&gt;class-implementing-org.apache.soap.transport.EnvelopeEditorFactory&lt;/param-value&gt;
  +      &lt;/context-param&gt;
         &lt;servlet&gt;
           &lt;servlet-name&gt;rpcrouter&lt;/servlet-name&gt;
           &lt;display-name&gt;Apache-SOAP RPC Router&lt;/display-name&gt;
  @@ -245,7 +253,6 @@
       </blockquote><p>As is noted in the section <A href="#configfile">above</A>, 
your configuration manager can be passed
   parameters via &lt;option&gt; elements in
   the SOAP server configuration file.
  -<P>Last updated 5/7/2002 by Bill Nagy &lt;<A 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</A>&gt;.</P>
   </body>
   
   
  
  
  


Reply via email to