seguin      01/05/28 22:46:45

  Modified:    jk       README.txt
  Log:
  a little better readme file -- still a long way to go...
  
  Revision  Changes    Path
  1.2       +16 -3     jakarta-tomcat-connectors/jk/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt        2001/05/12 05:52:39     1.1
  +++ README.txt        2001/05/29 05:46:44     1.2
  @@ -1,8 +1,21 @@
  +This directory contains both the native and java-side code for
  +ajp connectors.
  +
  +Building
  +========
  +Build tomcat-util.jar in jakarta-tomcat-connectors/util.
  +Copy build.properties.sample to build.properties.
  +Edit build.properties to taste.
  +Build ajp.jar by running ant.  The default target creates ./build/lib/ajp.jar.
  +
  +Tomcat 4
  +========
   To use the ajp13 connector for tomcat 4:
   
  - 1) build ajp.jar
  - 2) copy ajp.jar to $TOMCAT4_HOME/{build|dist}/server/lib
  + 1) build tomcat-util.jar (in ../util)
  + 1) build ajp.jar (by running ant)
  + 2) copy ajp.jar, tomcat-util.jar to $TOMCAT4_HOME/{build|dist}/server/lib
    3) add the following to server.xml:
   
        <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
  -               port="8009" acceptCount="10" debug="10"/>
  +               port="8009" acceptCount="10" debug="0"/>
  
  
  

Reply via email to