martinc 01/07/20 23:18:34
Modified: . Tag: STRUTS_1_0_BRANCH INSTALL
doc Tag: STRUTS_1_0_BRANCH installation-sas.xml
installation.xml
Removed: doc Tag: STRUTS_1_0_BRANCH installation-sas371.xml
Log:
Corrected installation instructions for SilverStream and Resin.
Submitted by: John Rousseau, Martin Cooper
Revision Changes Path
No revision
No revision
1.6.2.1 +5 -5 jakarta-struts/INSTALL
Index: INSTALL
===================================================================
RCS file: /home/cvs/jakarta-struts/INSTALL,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- INSTALL 2001/02/13 17:11:34 1.6
+++ INSTALL 2001/07/21 06:18:33 1.6.2.1
@@ -1,4 +1,4 @@
-$Id: INSTALL,v 1.6 2001/02/13 17:11:34 husted Exp $
+$Id: INSTALL,v 1.6.2.1 2001/07/21 06:18:33 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>
No revision
No revision
1.1.2.2 +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.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- installation-sas.xml 2001/07/20 06:07:08 1.1.2.1
+++ installation-sas.xml 2001/07/21 06:18:34 1.1.2.2
@@ -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
"<code>struts-example-depl-plan.xml</code>".
You can use the following contents for the file</li>
</ul>
+
<hr/>
+
+<p>----- cut here -----</p>
+
<pre>
------ cut here -----
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE warJarOptions PUBLIC
-"-//SilverStream Software, Inc.//DTD J2EE WAR Deployment Plan//EN"
-"deploy_war.dtd">
+ "-//SilverStream Software, Inc.//DTD J2EE WAR Deployment Plan//EN"
+ "deploy_war.dtd">
<warJarOptions>
<warJar>
<warJarName>struts-example.war</warJarName>
@@ -32,8 +35,10 @@
<urls><el>struts-example</el></urls>
</warJar>
</warJarOptions>
------ cut here -----
</pre>
+
+<p>----- cut here -----</p>
+
<hr/>
<p>Create an XML deployment plan for the
"<code>struts-documentation.war</code>"
1.4.2.3 +2 -2 jakarta-struts/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- installation.xml 2001/07/05 11:45:56 1.4.2.2
+++ installation.xml 2001/07/21 06:18:34 1.4.2.3
@@ -280,8 +280,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