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

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

jon         01/05/11 21:42:34

  Modified:    connectors README.txt
  Added:       connectors buildconf.sh
  Removed:     connectors configure
  Log:
  added configure notes
  
  removed configure and added a buildconf.sh. you shouldn't check configure
  scripts into cvs pier.
  
  Revision  Changes    Path
  1.3       +8 -3      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	2001/05/10 21:15:10	1.2
  +++ README.txt	2001/05/12 04:42:31	1.3
  @@ -27,6 +27,11 @@
   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/
  +If you are building this from CVS, you will need to first execute 
  +./buildconf.sh to build the "configure" script. This assumes that you have 
  +autoconf 2.13 installed on your machine already.
  +
  +Simply issue a "./configure --help" to see all the supported AutoConf 
  +parameters. Example:
  +
  +./configure --with-apr=/usr/local --with-apxs
  
  
  
  1.1                  jakarta-tomcat-4.0/connectors/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  #!/bin/sh
  
  # @author Jon S. Stevens <jo...@latchkey.com>
  #
  # This script is used to build the "configure" script from
  # the "configure.in". If you check these sources out of CVS,
  # you will need to execute this script first.
  
  autoconf
  
  
  

Re: Tomcat white paper

Posted by Amy Roh <am...@apache.org>.
Online documentation is available at
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html.

Also, Tomcat 4.0 documentation including Catalina architecture is available
in $JAKARTA_HOME/jakarta-tomcat-4.0/catalina/docs.

Hope this helps.

Amy

----- Original Message -----
From: "Harden ZHU" <ha...@sympatico.ca>
To: <to...@jakarta.apache.org>
Sent: Saturday, May 12, 2001 11:18 AM
Subject: Tomcat white paper


> Hi,
>
> Where can I find some papers of Tomcat? And details of archi.
>
> Thanks
>
> Harden
>


Tomcat white paper

Posted by Harden ZHU <ha...@sympatico.ca>.
Hi,

Where can I find some papers of Tomcat? And details of archi.

Thanks

Harden 


Re: cvs commit: jakarta-tomcat-4.0/connectors buildconf.sh README.txt configure

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
jon@apache.org at jon@apache.org wrote:
> 
> removed configure and added a buildconf.sh. you shouldn't check configure
> scripts into cvs pier.

Acked... Thanks for the hint :) :) :)

    Pier