markt 2005/05/23 15:46:57 Modified: . RUNNING.txt webapps/tomcat-docs cgi-howto.xml Log: Fix bug 13240. Add note to docs that 1.3 JDK is required to use CGI. Revision Changes Path 1.8 +4 -1 jakarta-tomcat-4.0/RUNNING.txt Index: RUNNING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- RUNNING.txt 18 Jun 2004 23:32:27 -0000 1.7 +++ RUNNING.txt 23 May 2005 22:46:57 -0000 1.8 @@ -21,6 +21,9 @@ present in the JRE to compile JSP pages. Unless you are *very* sure of what you are doing, please use the full SDK. +NOTE: Use of the CGI Servlet requires Java 2 Standard Edition (J2SE) SDK, +release version 1.3 or later. + * Install the SDK according to the instructions included with the release. * Set an environment variable JAVA_HOME to the pathname of the directory 1.7 +2 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/cgi-howto.xml Index: cgi-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/cgi-howto.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cgi-howto.xml 28 Sep 2004 21:51:50 -0000 1.6 +++ cgi-howto.xml 23 May 2005 22:46:57 -0000 1.7 @@ -29,6 +29,8 @@ this servlet is mapped to the URL pattern "/cgi-bin/*".</p> <p>By default CGI support is disabled in Tomcat.</p> + +<p>Note that the CGI Servlet requires a 1.3 or later JDK.</p> </section> <section name="Installation">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]