husted 01/02/27 05:58:13 Modified: src/doc installation-sas.xml installation.xml Log: Resolve bug with Siverstream installation instructions, submitted by John Rousseau. Refactor index of products on installation page, so that there is a single list. Revision Changes Path 1.2 +6 -11 jakarta-struts/src/doc/installation-sas.xml Index: installation-sas.xml =================================================================== RCS file: /home/cvs/jakarta-struts/src/doc/installation-sas.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- installation-sas.xml 2001/02/19 20:39:25 1.1 +++ installation-sas.xml 2001/02/27 13:58:13 1.2 @@ -18,27 +18,22 @@ 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> +<warJarName>struts-documentation.war</warJarName> <isEnabled>true</isEnabled> -<urls><el>struts-example</el></urls> +<urls><el>struts-documentation</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.18 +6 -8 jakarta-struts/src/doc/installation.xml Index: installation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/src/doc/installation.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- installation.xml 2001/02/20 12:25:00 1.17 +++ installation.xml 2001/02/27 13:58:13 1.18 @@ -226,24 +226,22 @@ </ul> <h3>Status of various containers</h3> <ul> - <li>iPlanet Application Server - Service Pack 2 is recommended. See notes regarding - Example Application.</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>Resin 2.1+ "standalone" - No additional steps required.</li> - <li>WebLogic 6.0+ - No additional steps required.</li> -</ul> -<ul> <li>Bluestone Universal Business Server - <a href="installation-ubs.html">Additional steps required.</a></li> + <li>iPlanet Application Server - Service Pack 2 is recommended. Note that the database + object in the Struts-Example application is not compatible with this container.</li> <li>iPlanet Web Server - <a href="installation-ip.html">Additional steps required.</a></li> <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>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 required.</a></li> <li>Weblogic - <a href="installation-wls.html">Additional steps required.</a></li> + <li>WebLogic 6.0+ - No additional steps required.</li> <li>WebSphere - <a href="installation-was.html">Additional steps required.</a></li> </ul> </section>