You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@locus.apache.org on 2000/05/02 22:00:35 UTC

cvs commit: jakarta-tomcat/src/doc/uguide tomcat_ug.html

costin      00/05/02 13:00:35

  Modified:    src/doc/uguide tomcat_ug.html
  Log:
  Fix 318, thanks Edgar.Hoch@IMS.Uni-Stuttgart.DE for finding this.
  ( wrong apxs syntax in user guide )
  
  Obtained from: Edgar.Hoch@IMS.Uni-Stuttgart.DE
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-tomcat/src/doc/uguide/tomcat_ug.html
  
  Index: tomcat_ug.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/uguide/tomcat_ug.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- tomcat_ug.html	2000/03/31 22:50:47	1.6
  +++ tomcat_ug.html	2000/05/02 20:00:35	1.7
  @@ -1,7 +1,7 @@
   
   <html>
     <head>
  -    <!-- $Id: tomcat_ug.html,v 1.6 2000/03/31 22:50:47 shachor Exp $ -->
  +    <!-- $Id: tomcat_ug.html,v 1.7 2000/05/02 20:00:35 costin Exp $ -->
       <!-- Copyright 1999, Apache Software Foundation -->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" href=style.css>
  @@ -753,7 +753,7 @@
         <li> Building the module:
       <ul>
         <li> Change directory into jakarta-tomcat/src/native/apache/jserv/</li>
  -      <li> Execute the build command <div><tt> apxs -c *.c -o mod_jserv.so </tt></div> 
  +      <li> Execute the build command <div><tt> apxs -c -o mod_jserv.so *.c  </tt></div> 
           apxs is part of the Apache distribution and should be located in your
           APACHE_HOME/bin.</li>
       </ul>