martinc     01/07/20 23:19:14

  Modified:    .        INSTALL
               doc      installation-sas.xml installation.xml
  Removed:     doc      installation-sas371.xml
  Log:
  Corrected installation instructions for SilverStream and Resin.
  
  Submitted by: John Rousseau, Martin Cooper
  
  Revision  Changes    Path
  1.7       +5 -5      jakarta-struts/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/INSTALL,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- INSTALL   2001/02/13 17:11:34     1.6
  +++ INSTALL   2001/07/21 06:19:14     1.7
  @@ -1,4 +1,4 @@
  -$Id: INSTALL,v 1.6 2001/02/13 17:11:34 husted Exp $
  +$Id: INSTALL,v 1.7 2001/07/21 06:19:14 martinc Exp $
   
                   Struts
                   ======
  @@ -17,7 +17,7 @@
   Status of various containers -- as reported by volunteers on the Struts-User list.
   
   * Tomcat 3.1+ Standalone - No additonal steps required.
  -* Resin 2.1+ Standalone - No additional steps required.
  +* Resin 1.2+ Standalone - No additional steps required.
   * WebLogic 6.0+ - No additional steps required.
   
   * Bluestone Universal Business Server - Additional steps provided below.
  @@ -304,8 +304,8 @@
     (such as database passwords) in this file.
   
   
  -SILVERSTREAM APPLICATION SERVER 3.7.1
  --------------------------------------
  +SILVERSTREAM APPLICATION SERVER 3.7.1 AND LATER
  +-----------------------------------------------
   
   Start the SilverStream application server. 
   
  @@ -344,7 +344,7 @@
         "deploy_war.dtd">
       <warJarOptions>
       <warJar>
  -    <warJarName>struts-example.war</warJarName>
  +    <warJarName>struts-documentation.war</warJarName>
       <isEnabled>true</isEnabled>
       <urls><el>struts-documentation</el></urls>
       </warJar>
  
  
  
  1.3       +10 -5     jakarta-struts/doc/installation-sas.xml
  
  Index: installation-sas.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation-sas.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- installation-sas.xml      2001/07/20 06:08:02     1.2
  +++ installation-sas.xml      2001/07/21 06:19:14     1.3
  @@ -10,7 +10,7 @@
   
   <section name="Installing Struts with your servlet container" href="Containers"> 
   
  -<h3><a name="sas371">SilverStream Application Server 3.7.1</a></h3>
  +<h3><a name="sas">SilverStream Application Server 3.7.1 and later</a></h3>
   
   <ul>
     <li>Start the SilverStream application server.</li>
  @@ -18,13 +18,16 @@
         application. Call the file 
&quot;<code>struts-example-depl-plan.xml</code>&quot;. 
         You can use the following contents for the file</li>
   </ul>
  +
   <hr/>
  +
  +<p>----- cut here -----</p>
  +
   <pre>
  ------ cut here -----
   &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
   &lt;!DOCTYPE warJarOptions PUBLIC
  -&quot;-//SilverStream Software, Inc.//DTD J2EE WAR Deployment Plan//EN&quot;
  -&quot;deploy_war.dtd&quot;&gt;
  +  &quot;-//SilverStream Software, Inc.//DTD J2EE WAR Deployment Plan//EN&quot;
  +  &quot;deploy_war.dtd&quot;&gt;
   &lt;warJarOptions&gt;
   &lt;warJar&gt;
   &lt;warJarName&gt;struts-example.war&lt;/warJarName&gt;
  @@ -32,8 +35,10 @@
   &lt;urls&gt;&lt;el&gt;struts-example&lt;/el&gt;&lt;/urls&gt;
   &lt;/warJar&gt;
   &lt;/warJarOptions&gt;
  ------ cut here -----
   </pre>
  +
  +<p>----- cut here -----</p>
  +
   <hr/>
   
   <p>Create an XML deployment plan for the 
&quot;<code>struts-documentation.war</code>&quot; 
  
  
  
  1.9       +2 -2      jakarta-struts/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- installation.xml  2001/07/16 00:52:22     1.8
  +++ installation.xml  2001/07/21 06:19:14     1.9
  @@ -309,8 +309,8 @@
     <li>JRUN - <a href="installation-jrun.html">Additional steps required.</a></li>
     <li>Orion Application Server - <a href="installation-oas.html">Additional steps 
       required.</a></li>
  -  <li>Resin 2.1+ "standalone" - No additional steps required.</li>
  -  <li>Silverstream - - <a href="installation-sas.html">Additional steps 
required.</a></li>
  +  <li>Resin 1.2+ "standalone" - No additional steps required.</li>
  +  <li>SilverStream 3.7.1 and later - <a href="installation-sas.html">Additional 
steps required.</a></li>
     <li>Tomcat 3.1 and prior - Not recommended. Use Tomcat 3.2.1 or later.</li>
     <li>Tomcat 3.2.1+ "standalone" - No additional steps required.</li>
     <li>Tomcat 3.2.1 with Apache - <a href="installation-tc.html">Additional steps 
  
  
  

Reply via email to