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

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:14:25

  Modified:jk   BUILD.txt
  Log:
  typo PR 34939.
  
  Revision  ChangesPath
  1.4   +1 -1  jakarta-tomcat-connectors/jk/BUILD.txt
  
  Index: BUILD.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/BUILD.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BUILD.txt 28 Apr 2005 10:19:35 -  1.3
  +++ BUILD.txt 4 Jul 2005 07:14:25 -   1.4
  @@ -8,6 +8,6 @@
   
   For the impatient Apache admins:
   $ cd native
  -$ ../configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is)
  +$ ./configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is)
   $ make
   $ su -c 'make install'
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-04-28 Thread mturk
mturk   2005/04/28 03:19:35

  Modified:jk   BUILD.txt
  Log:
  Change some directions.
  
  Revision  ChangesPath
  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 -   1.2
  +++ BUILD.txt 28 Apr 2005 10:19:35 -  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-07-01 Thread glenn
glenn   2003/07/01 13:41:32

  Added:   jk   BUILD.txt
  Log:
  Streamlined build readme for source distributions
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/BUILD.txt
  
  Index: BUILD.txt
  ===
  This is a source release of the mod_jk 1.2 web server connector for
  Tomcat. Only the web server connector source is included.  The Tomcat
  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
  source distribution.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-07-01 Thread glenn
glenn   2003/07/01 13:47:11

  Modified:jk   BUILD.txt
  Log:
  Update release readme
  
  Revision  ChangesPath
  1.2   +4 -0  jakarta-tomcat-connectors/jk/BUILD.txt
  
  Index: BUILD.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/BUILD.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILD.txt 1 Jul 2003 20:41:32 -   1.1
  +++ BUILD.txt 1 Jul 2003 20:47:11 -   1.2
  @@ -5,3 +5,7 @@
   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
   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.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]