You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/05/24 00:36:00 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs cgi-howto.xml

markt       2005/05/23 15:36:00

  Modified:    webapps/docs cgi-howto.xml
  Log:
  Fix typo in CGI doc.
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-tomcat-catalina/webapps/docs/cgi-howto.xml
  
  Index: cgi-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/cgi-howto.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- cgi-howto.xml	17 Aug 2004 21:54:21 -0000	1.6
  +++ cgi-howto.xml	23 May 2005 22:36:00 -0000	1.7
  @@ -55,7 +55,7 @@
   <ul>
   <li><strong>cgiPathPrefix</strong> - The CGI search path will start at
   the web application root directory + File.separator + this prefix.
  -The default cgiPathPrefix is <code>/WEB-INF/cgi</code></li>
  +The default cgiPathPrefix is <code>WEB-INF/cgi</code></li>
   <li><strong>debug</strong> - Debugging detail level for messages logged
   by this servlet. Default 0.</li>
   <li><strong>executable</strong> - The of the executable to be used to
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org