You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2001/05/16 05:58:37 UTC

cvs commit: xml-soap/java/docs/install JRun.html index.html tomcat.html weblogic.html websphere.html

duftler     01/05/15 20:58:37

  Modified:    java/docs changes.html head.html samples.html
               java/docs/install JRun.html index.html tomcat.html
                        weblogic.html websphere.html
  Log:
  Some minor updates.
  
  Revision  Changes    Path
  1.9       +6 -0      xml-soap/java/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/changes.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.html	2001/04/01 14:23:33	1.8
  +++ changes.html	2001/05/16 03:58:35	1.9
  @@ -7,6 +7,12 @@
   recent version is at the top.</p>
   
   <ul>
  +  <li><a name="v2.2"><strong>Version 2.2</strong></a>
  +      <ul>
  +        <li>List changes here...</li>
  +      </ul>
  +  </li>
  +
     <li><a name="v2.1"><strong>Version 2.1</strong></a>
         <ul>
           <li>Added message handling support</li>
  
  
  
  1.2       +1 -1      xml-soap/java/docs/head.html
  
  Index: head.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/head.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- head.html	2001/01/19 05:19:17	1.1
  +++ head.html	2001/05/16 03:58:35	1.2
  @@ -1 +1 @@
  -<h1><center>Apache SOAP v2.1 Documentation</center></h1>
  +<h1><center>Apache SOAP v2.2 Documentation</center></h1>
  
  
  
  1.2       +5 -1      xml-soap/java/docs/samples.html
  
  Index: samples.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/samples.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.html	2001/01/19 05:19:17	1.1
  +++ samples.html	2001/05/16 03:58:35	1.2
  @@ -2,7 +2,11 @@
   
   <body>
   
  -<p><em>Briefly describe each sample or point to some docs.</em></p>
  +<p>Most of the samples have README files which describe their usage. Many also have batch
  +files (testit.cmd and testit.sh) that will deploy and run the demos for you; these
  +batch files assume your soap server is available at http://localhost:8080. Please see the
  +directory each sample is contained in for the README files and for the "testit" batch
  +files.</p>
   
   </body>
   
  
  
  
  1.4       +1 -1      xml-soap/java/docs/install/JRun.html
  
  Index: JRun.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/JRun.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JRun.html	2001/03/19 06:47:43	1.3
  +++ JRun.html	2001/05/16 03:58:36	1.4
  @@ -9,7 +9,7 @@
   
   <body bgcolor="#FFFFFF">
   
  -<h1 align="center">Apache-SOAP Version 2.1: Installing the Server-Side Under JRun 3.0</h1>
  +<h1 align="center">Apache-SOAP Version 2.2: Installing the Server-Side Under JRun 3.0</h1>
   
   <p><strong>IMPORTANT</strong>: JRun comes with an XML parser, which will by default hide Xerces and therefore cause problems with your SOAP installation.  Please follow step 1 below!</p>
   
  
  
  
  1.14      +3 -3      xml-soap/java/docs/install/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/index.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.html	2001/04/10 22:42:23	1.13
  +++ index.html	2001/05/16 03:58:36	1.14
  @@ -20,7 +20,7 @@
   
   <p>We assume that you have downloaded the binary distribution of
   Apache-SOAP and have extracted the archive into the directory <tt>/foo</tt>.
  -Thus the files from the distribution are in the directory <tt>/foo/soap-2_1/</tt>.</p>
  +Thus the files from the distribution are in the directory <tt>/foo/soap-2_2/</tt>.</p>
   
   <p>Note that if you are on a Win32 machine then you should
   replace &quot;/&quot; with &quot;\&quot; as you follow these
  @@ -55,9 +55,9 @@
   <a href="http://www.mozilla.org/rhino/">
   Rhino (JavaScript)</a>. Place <tt>bsf.jar</tt> and <tt>js.jar</tt> in your classpath.</p>
   
  -<p><strong>Classpath</strong>: Add <tt>/foo/soap-2_1/lib/soap.jar</tt>
  +<p><strong>Classpath</strong>: Add <tt>/foo/soap-2_2/lib/soap.jar</tt>
   to your classpath. If you want to run the samples, you also need
  -to add <tt>/foo/soap-2_1</tt> to your classpath.</p>
  +to add <tt>/foo/soap-2_2</tt> to your classpath.</p>
   
   <h2>Client-Side Instructions</h2>
   
  
  
  
  1.7       +1 -1      xml-soap/java/docs/install/tomcat.html
  
  Index: tomcat.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/tomcat.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- tomcat.html	2001/03/20 18:39:48	1.6
  +++ tomcat.html	2001/05/16 03:58:36	1.7
  @@ -7,7 +7,7 @@
   
   <body bgcolor="#FFFFFF">
   
  -<h1 align="center">Apache-SOAP Version 2.1: Installing the Server Side
  +<h1 align="center">Apache-SOAP Version 2.2: Installing the Server Side
   Under Apache Tomcat v3.2</h1>
   
   <p><strong>IMPORTANT</strong>: Tomcat comes with an XML parser (lib/xml.jar)
  
  
  
  1.2       +1 -1      xml-soap/java/docs/install/weblogic.html
  
  Index: weblogic.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/weblogic.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- weblogic.html	2000/08/25 04:42:49	1.1
  +++ weblogic.html	2001/05/16 03:58:36	1.2
  @@ -9,7 +9,7 @@
   
   <body bgcolor="#FFFFFF">
   
  -<h1 align="center">Apache-SOAP Version 2.0: Installing the Server-Side Under WebLogic 
  +<h1 align="center">Apache-SOAP Version 2.2: Installing the Server-Side Under WebLogic 
     Application Server 5.1</h1>
   
   <p><strong>IMPORTANT</strong>: WebLogic comes with an XML parser. So, you must 
  
  
  
  1.4       +4 -4      xml-soap/java/docs/install/websphere.html
  
  Index: websphere.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/websphere.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- websphere.html	2001/03/07 16:05:30	1.3
  +++ websphere.html	2001/05/16 03:58:36	1.4
  @@ -8,7 +8,7 @@
   
   <body bgcolor="#FFFFFF">
   
  -<h1 align="center">Apache-SOAP Version 2.1: Installing the Server-Side
  +<h1 align="center">Apache-SOAP Version 2.2: Installing the Server-Side
   Under IBM WebSphere Advanced Edition</h1>
   
   <p>These instructions assume:</p>
  @@ -59,11 +59,11 @@
         </li>
         <li>In the tree view, open the SoapWebApp, and select the Advanced tab:
         <ol> 
  -         <li>Change Document Root to "C:\install-dir\soap-2_1\webapps\soap".</li>
  +         <li>Change Document Root to "C:\install-dir\soap-2_2\webapps\soap".</li>
            <li>Set the classpath to
            <ul>
  -            <li><code>C:\XML\apache\soap-2_1\lib\soap.jar</code></li>
  -            <li><code>C:\XML\apache\soap-2_1</code></li>
  +            <li><code>C:\XML\apache\soap-2_2\lib\soap.jar</code></li>
  +            <li><code>C:\XML\apache\soap-2_2</code></li>
               <li><code>C:\tools\BSF\lib\bsf.jar</code></li>
               <li><code>C:\tools\BSF\lib\bsfengines.jar</code></li>
               <li><code>C:\Tools\Rhino\js.jar</code></li>