You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/04/28 12:19:35 UTC

cvs commit: jakarta-tomcat-connectors/jk BUILD.txt

mturk       2005/04/28 03:19:35

  Modified:    jk       BUILD.txt
  Log:
  Change some directions.
  
  Revision  Changes    Path
  1.3       +6 -4      jakarta-tomcat-connectors/jk/BUILD.txt
  
  Index: BUILD.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/BUILD.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUILD.txt	1 Jul 2003 20:47:11 -0000	1.2
  +++ BUILD.txt	28 Apr 2005 10:19:35 -0000	1.3
  @@ -3,9 +3,11 @@
   side of the connector is available with the normal Tomcat distribution.
   
   Documentation for how to build mod_jk 1.2 from source and configure
  -it for your webserver is located in the jk/docs directory in this
  +it for your webserver is located in the native/BUILDING file in this
   source distribution.
   
  -The source is located in the jk/native directory and there are
  -additional text files their on how to build mod_jk for different
  -platforms.
  +For the impatient Apache admins:
  +$> cd native
  +$> ../configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is)
  +$> make
  +$> su -c 'make install'
  
  
  

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