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>
<param-value><B><I>config-file</I></B></param-value>
</context-param>
+ <context-param>
+ <param-name>XMLParser</param-name>
+
<param-value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</param-value>
+ </context-param>
+ <context-param>
+ <param-name>EnvelopeEditorFactory</param-name>
+
<param-value>class-implementing-org.apache.soap.transport.EnvelopeEditorFactory</param-value>
+ </context-param>
<servlet>
<servlet-name>rpcrouter</servlet-name>
<display-name>Apache-SOAP RPC Router</display-name>
@@ -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 <option> elements in
the SOAP server configuration file.
-<P>Last updated 5/7/2002 by Bill Nagy <<A
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>>.</P>
</body>