[cvs] expresso commit by mtraum: update jre and servlet version requirements

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Nov 15 18:17:00 PST 2004


Log Message:
-----------
update jre and servlet version requirements

Modified Files:
--------------
    expresso/expresso-web/expresso/doc:
        requirements.html
        prereq.html

Revision Data
-------------
Index: requirements.html
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/requirements.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lexpresso-web/expresso/doc/requirements.html -Lexpresso-web/expresso/doc/requirements.html -u -r1.12 -r1.13
--- expresso-web/expresso/doc/requirements.html
+++ expresso-web/expresso/doc/requirements.html
@@ -40,15 +40,14 @@
 <P><STRONG>Please see the detailed <A href="http://www.jcorporate.com/expresso/doc/prereq.html">"Pre-requisites
       document"</A> for more details on what you need to think about *before*
       you install Expresso. </STRONG>Expresso should run correctly on any OS
-      that supports Java 1.2, and has been tested with Linux, Solaris, Windows
+      that supports Java 1.4, and has been tested with Linux, Solaris, Windows
       98 and Windows NT. <BR>
         <BR>
   Expresso requires at least:</P>
 <OL>
-  <LI>A Java 1.2 compliant compiler and runtime. <A title="Download Page for Java 2 at Sun's Website" href="http://java.sun.com/j2se/1.3/" target="_new">JDK
-      1.3 or 1.4 </A> is recommended.
+  <LI>A <A title="Download Page for Java 2 at Sun's Website" href="http://java.sun.com/j2se/1.4/" target="_new">Java 1.4</A> compliant compiler and runtime.
   <LI>The <A title="Servlet API Page at Sun's Website" href="http://java.sun.com/products/servlet/index.jsp" target="_new">Java
-      Servlet API</A> (version 2.2 or 2.3) must be supported by your web server
+      Servlet API</A> (version 2.3 or greater) must be supported by your web server
       application, or you must have a <A title="List of Servlet plug-in's from Sun's Website" href="http://java.sun.com/products/servlet/industry.html" target="_new">"plug-in"</A> (such
       as <A title="Macromedia JRun" href="http://www.macromedia.com/software/jrun/" target="_new">JRun</A>)
       that adds this support.
@@ -83,11 +82,7 @@
       idea of automatic testing in mind and it provides a packaged and simple
       mechanism based on Ant to automate server-side testing. If you are running
       a servlet api version 2.3 compliant container such as Orion or Tomcat 4,
-      then you do not need any additional jar files. If you are running a servlet
-      api version <B>2.2</B> compliant container such as Tomcat 3.X, then you'll
-      need to download the appropriate Cactus jars and overwrite the ones currently
-      in the WEB-INF/lib directory. <A href="http://jakarta.apache.org/cactus/">You
-      can get them here.</A> </LI>
+      then you do not need any additional jar files. </LI>
 </OL>
 <P>Note that all of the above links open in a new window. </P>
 <h2><A name="Performance"></A>System Performance</h2>
@@ -147,8 +142,7 @@
   of this document or post them to the user forum.
 <h2><A name="Conclusion"></A>Conclusion</h2>
 <P>If you have any questions as it relates to system requirements we suggest
-  you post them to the <A href="mailto:opensource at jcorporate.com?Subject=System Requirements">opensource
-  listserv</A> or onsite forums. If you would like to contribute to this document
+  you post them to the onsite forums. If you would like to contribute to this document
   please <A href="mailto:support at jcorporate.com?Subject=System Requirements documentation">email
   us</A>. </P>
 <DIV align="left">
Index: prereq.html
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/prereq.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -Lexpresso-web/expresso/doc/prereq.html -Lexpresso-web/expresso/doc/prereq.html -u -r1.20 -r1.21
--- expresso-web/expresso/doc/prereq.html
+++ expresso-web/expresso/doc/prereq.html
@@ -73,7 +73,7 @@
   you get it up, Expresso will help you <B><I>fly</I></B> to the next level.
   <h3>Servlet engine up and running</h3>
   <P>You will need to get your server set up with a servlet engine, preferably
-    one running a servlet API 2.2 engine. Any of the following should work well,
+    one running a servlet API 2.3 engine. Any of the following should work well,
     although there are many others:</P>
   <UL>
     <LI><A href="http://www.orionserver.com" target="new">Orion Application Server</A>


More information about the cvs mailing list