You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2001/05/10 23:15:12 UTC

cvs commit: jakarta-tomcat-4.0/connectors README.txt

pier        01/05/10 14:15:12

  Modified:    connectors README.txt
  Log:
  Short on where to find APR (which is not Apache 2.0)
  
  Revision  Changes    Path
  1.2       +7 -0      jakarta-tomcat-4.0/connectors/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	2001/04/24 17:20:15	1.1
  +++ README.txt	2001/05/10 21:15:10	1.2
  @@ -23,3 +23,10 @@
         Currently, for Apache 1.3, you will need a fully installed version of
         the web server with DSO (loadable modules) support and APXS, the Apache
         modules compilation utility.
  +
  +Configuration:
  +--------------
  +
  +Simply issue a "./configure --help" to see all the supported AutoConf parameters.
  +APR is required and must be compiled and installed before trying to compile the
  +library. APR can be found at http://apr.apache.org/
  
  
  

Re: cvs commit: jakarta-tomcat-4.0/connectors ...

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
It should (finally) work... On OS/X I have no faults and no memory leaks
with approximately 100.000 requests with APBENCH... If APR compiles on your
system, mod_webapp should compile too...

    Pier