jfclere 2002/09/03 06:54:32
Modified: webapp README.txt
Log:
Arrange a "confusing" sentence.
Put back the --enable-java parameter description.
Revision Changes Path
1.20 +8 -1 jakarta-tomcat-connectors/webapp/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- README.txt 30 Aug 2002 08:43:19 -0000 1.19
+++ README.txt 3 Sep 2002 13:54:32 -0000 1.20
@@ -45,9 +45,12 @@
cd ./jakarta-tomcat-connectors/webapp
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
checkout apr
+An other way is to use a release version of APR:
+ - You can download it from http://www.apache.org/dist/apr/.
+ - Extract it in jakarta-tomcat-connectors/webapp (Remember use a Gnu tar).
When the APR sources are in place, we need to create the configure
-script, configure both APR and the WebApp module and compile:
+scripts. It is done by running the command:
./support/buildconf.sh
@@ -112,6 +115,10 @@
information. This will create a lot of output in your log files,
and will kill performances, but it's a good starting poing when
something goes wrong.
+ --enable-java=DIR
+ Enable the build of java part of mod_webapp: tomcat-warp.jar.
+ DIR is the directory containing the Tomcat distribution.
+ It works for Tomcat 4.x.
Once built, the DSO module will be found in the webapp/apache-1.3 directory.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>