cvs commit: jakarta-tomcat-connectors/webapp README.txt

2005-01-03 Thread markt
markt   2005/01/03 15:20:05

  Modified:jk/xdocs/howto doccontrib.xml
   jk/xdocs style.xsl
   webapp   README.txt
  Log:
  Remove references to nagoya from connector documentation.
  
  Revision  ChangesPath
  1.3   +5 -5  jakarta-tomcat-connectors/jk/xdocs/howto/doccontrib.xml
  
  Index: doccontrib.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/doccontrib.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- doccontrib.xml19 Nov 2004 16:20:37 -  1.2
  +++ doccontrib.xml3 Jan 2005 23:20:05 -   1.3
  @@ -242,10 +242,10 @@
   
   Patches to the documentation are handled just like a bug report.  You 
   should submit your patches to http://nagoya.apache.org/bugzilla/";>http://nagoya.apache.org/bugzilla/
  
+href="http://issues.apache.org/bugzilla/";>http://issues.apache.org/bugzilla/
and include a good one line subject.  If this is your first time to use the 
   bug database then you should read  http://nagoya.apache.org/bugzilla/bugwritinghelp.html";>http://nagoya.apach
  
+href="http://issues.apache.org/bugzilla/bugwritinghelp.html";>http://issues.apach
   e.org/bugzilla/bugwritinghelp.html.  You will need to create a user 
   account.  At the web site paste your patch into the web form and don't 
forget 
   to describe what it is your patch is for.  Sooner or later a someone with 
  @@ -300,10 +300,10 @@
   Beginner's Guide
   
   
  -http://nagoya.apache.org/bugzilla/";>Bugzilla
  +http://issues.apache.org/bugzilla/";>Bugzilla
   
   
  -http://nagoya.apache.org/bugzilla/bugwritinghelp.html";>Bugzilla Bug 
  +http://issues.apache.org/bugzilla/bugwritinghelp.html";>Bugzilla Bug 
   Writing Guide
   
   
  
  
  
  1.11  +16 -16jakarta-tomcat-connectors/jk/xdocs/style.xsl
  
  Index: style.xsl
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- style.xsl 18 Dec 2004 12:47:42 -  1.10
  +++ style.xsl 3 Jan 2005 23:20:05 -   1.11
  @@ -22,7 +22,7 @@
 
 
 
  -  
  +  
   
 
 
  @@ -246,13 +246,13 @@
   
 
   
  -   

  -

  -   

  -

  -

  +   
  +
  +   
  +
  +
  Attribute
  -

  +
   
   
   
  @@ -301,17 +301,17 @@
 
   
 
  -   

  -

  +   
  +

  -   

  +   
 
  -

  -

  - 
  -  -

  +
  +
  +
  +  -
 
  -

  +
   
 
   
  
  
  
  1.21  +1 -1  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- README.txt3 Sep 2002 13:54:32 -   1.20
  +++ README.txt3 Jan 2005 23:20:05 -   1.21
  @@ -134,7 +134,7 @@
   
   If the output of the apachectl command doesn't include "Syntax OK", something
   went wrong with the build process. Please report that through our bug 
tracking
  -database at  or to the Tomcat developers
  +database at  or to the Tomcat developers
   mailing list 
   
   Have fun...
  
  
  

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



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2002-09-03 Thread jfclere

jfclere 2002/09/03 06:54:32

  Modified:webapp   README.txt
  Log:
  Arrange a "confusing" sentence.
  Put back the --enable-java parameter description.
  
  Revision  ChangesPath
  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.txt30 Aug 2002 08:43:19 -  1.19
  +++ README.txt3 Sep 2002 13:54:32 -   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:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/webapp README.txt

2002-08-30 Thread jfclere

jfclere 2002/08/30 01:43:19

  Modified:webapp   README.txt
  Log:
  Fix PR: 11436.
  
  Revision  ChangesPath
  1.19  +2 -3  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- README.txt21 Mar 2002 13:49:44 -  1.18
  +++ README.txt30 Aug 2002 08:43:19 -  1.19
  @@ -61,9 +61,8 @@
   
   To build the tomcat-webapp.jar you have to do the following:
   
  -* Copy build.properties.sample to build.properties
  -
  -* Edit build.properties to taste.
  +* Edit build.properties to taste. This file is created by ./configure when
  +  the WebApp module is configured, see below.
   
   * Run "ant". It'll build the tomcat-webapp.jar
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/webapp README.txt

2002-03-11 Thread jfclere

jfclere 02/03/11 13:54:22

  Modified:webapp   README.txt
  Log:
  Add some explainations for cygwin.
  
  Revision  ChangesPath
  1.17  +5 -0  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- README.txt30 Jan 2002 09:41:16 -  1.16
  +++ README.txt11 Mar 2002 21:54:22 -  1.17
  @@ -47,6 +47,11 @@
   
   * Copy the build/lib/tomcat-webapp.jar in the Tomcat server/lib directory.
   
  +* If using cygwin make sure of the following:
  +  - cygwin1.dll is in your PATH variable.
  +  - grep is installed (GNU grep, egrep and fgrep: Category Base).
  +  - sed is installed (sed: GNU sed stream editor: Category Base).
  +
   How to build the WebApp module from CVS sources:
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/webapp README.txt

2002-01-30 Thread jfclere

jfclere 02/01/30 01:41:16

  Modified:webapp   README.txt
  Log:
  Add explainations to build tomcat-webapp.jar using Ant.
  
  Revision  ChangesPath
  1.16  +17 -16jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- README.txt1 Nov 2001 22:20:51 -   1.15
  +++ README.txt30 Jan 2002 09:41:16 -  1.16
  @@ -29,7 +29,23 @@
   
   ./support/buildconf.sh
   
  -To build the sources, now follow the steps in the next chapter.
  +To build the sources, now follow the steps in the next chapters.
  +
  +How to build the tomcat-webapp.jar module from CVS sources:
  +
  +
  +The tomcat-webapp.jar is build using Ant.
  +To get Ant see (http://jakarta.apache.org/ant/index.html).
  +
  +To build the tomcat-webapp.jar you have to do the following:
  +
  +* Copy build.properties.sample to build.properties
  +
  +* Edit build.properties to taste.
  +
  +* Run "ant". It'll build the tomcat-webapp.jar
  +
  +* Copy the build/lib/tomcat-webapp.jar in the Tomcat server/lib directory.
   
   How to build the WebApp module from CVS sources:
   
  @@ -63,21 +79,6 @@
   If you already have the APR sources lying around somewhere, and
   want to use them instead of checking them out from CVS, you can
   specify where these can be found.
  -
  ---with-java[=JAVA_HOME]
  -Compile also the Java portion of WebApp. If the JAVA_HOME variable
  -is not set in your environment, you'll have to specify the root
  -path of your JDK installation on this command line.
  -This will generate a new "warp.jar" file in the "java" directory
  -that you must use instead of the one provided with the default
  -Tomcat distribution. For example:
  -  # mv ./java/warp.jar $CATALINA_HOME/server/lib/warp.jar
  -
  ---with-tomcat[=TOMCAT_HOME]
  -When compiling the Java portion of WebApp, you will also need to
  -specify where a Tomcat 4.0 distribution can be found. This will
  -automatically set up your CLASSPATH environment with the required
  -JAR files included with Tomcat 4.0.
   
   --enable-debug
   Enable compiled-in debugging output. Using this option the WebApp
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-08-16 Thread pier

pier01/08/16 08:41:18

  Modified:webapp   README.txt
  Log:
  Updated the README file to avoid confusion.
  
  Revision  ChangesPath
  1.14  +17 -2 jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- README.txt2001/08/06 21:26:10 1.13
  +++ README.txt2001/08/16 15:41:18 1.14
  @@ -1,8 +1,13 @@
   README for WebApp Library and Related Modules
   -
   
  -How to build the WebApp module from CVS sources:
  -
  +How to obtain the WebApp and Apache Portable Runtime sources:
  +-
  +
  +NOTE: If you downloaded a source distribution from our website or a
  +mirror (the file is called webapp-module...src.tar.gz) you don't need
  +to obtain any other file. Please follow this chapter only if you want
  +to obtain the latest CVS version of the sources.
   
   Check out the module sources from CVS using the following commands:
   
  @@ -23,6 +28,16 @@
   script, configure both APR and the WebApp module and compile:
   
   ./support/buildconf.sh
  +
  +To build the sources, now follow the steps in the next chapter.
  +
  +How to build the WebApp module from CVS sources:
  +
  +
  +If you downloaded the CVS sources (as described above) or downloaded a
  +source distribution of the WebApp module, now all you need to do is build
  +the binary module for your platform. To do so, start by doing a:
  +
   ./configure --with-apxs
   make
   
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-08-06 Thread pier

pier01/08/06 14:26:11

  Modified:webapp   README.txt
  Log:
  Describe what's up with --with-tomcat in the configure script.
  
  Revision  ChangesPath
  1.13  +7 -7  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- README.txt2001/07/26 17:27:01 1.12
  +++ README.txt2001/08/06 21:26:10 1.13
  @@ -52,17 +52,17 @@
   --with-java[=JAVA_HOME]
   Compile also the Java portion of WebApp. If the JAVA_HOME variable
   is not set in your environment, you'll have to specify the root
  -path of your JDK installation on this command line. To compile
  -the Java classes, you will need to set your CLASSPATH variable to
  -include the "catalina.jar" and "servlet.jar" distributed with
  -Tomcat 4.0. For example:
  -  # CLASSPATH=$CATALINA_HOME/server/lib/catalina.jar
  -  # CLASSPATH=$CLASSPATH:$CATALINA_HOME/common/lib/servlet.jar
  -  # export CLASSPATH
  +path of your JDK installation on this command line.
   This will generate a new "warp.jar" file in the "java" directory
   that you must use instead of the one provided with the default
   Tomcat distribution. For example:
 # mv ./java/warp.jar $CATALINA_HOME/server/lib/warp.jar
  +
  +--with-tomcat[=TOMCAT_HOME]
  +When compiling the Java portion of WebApp, you will also need to
  +specify where a Tomcat 4.0 distribution can be found. This will
  +automatically set up your CLASSPATH environment with the required
  +JAR files included with Tomcat 4.0.
   
   --enable-debug
   Enable compiled-in debugging output. Using this option the WebApp
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-26 Thread pier

pier01/07/26 10:27:01

  Modified:webapp   README.txt
  Log:
  Added description of what we should do with the generated warp.jar file.
  
  Revision  ChangesPath
  1.12  +4 -0  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- README.txt2001/07/26 15:39:37 1.11
  +++ README.txt2001/07/26 17:27:01 1.12
  @@ -59,6 +59,10 @@
 # CLASSPATH=$CATALINA_HOME/server/lib/catalina.jar
 # CLASSPATH=$CLASSPATH:$CATALINA_HOME/common/lib/servlet.jar
 # export CLASSPATH
  +This will generate a new "warp.jar" file in the "java" directory
  +that you must use instead of the one provided with the default
  +Tomcat distribution. For example:
  +  # mv ./java/warp.jar $CATALINA_HOME/server/lib/warp.jar
   
   --enable-debug
   Enable compiled-in debugging output. Using this option the WebApp
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-22 Thread pier

pier01/07/22 16:11:19

  Modified:webapp   README.txt
  Log:
  Updated documentation thanks to Muminur Rashid Choudhury <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.10  +3 -1  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- README.txt2001/07/18 18:31:51 1.9
  +++ README.txt2001/07/22 23:11:19 1.10
  @@ -54,8 +54,10 @@
   is not set in your environment, you'll have to specify the root
   path of your JDK installation on this command line. To compile
   the Java classes, you will need to set your CLASSPATH variable to
  -include the "catalina.jar" distributed with Tomcat 4.0. Example:
  +include the "catalina.jar" and "servlet.jar" distributed with
  +Tomcat 4.0. For example:
 # CLASSPATH=$CATALINA_HOME/server/lib/catalina.jar
  +  # CLASSPATH=$CLASSPATH:$CATALINA_HOME/common/lib/server.jar
 # export CLASSPATH
   
   --enable-debug
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-18 Thread pier

pier01/07/18 11:31:51

  Modified:webapp   README.txt
  Log:
  Describing the modifications to the build process.
  
  Revision  ChangesPath
  1.9   +8 -11 jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README.txt2001/07/18 13:20:11 1.8
  +++ README.txt2001/07/18 18:31:51 1.9
  @@ -49,10 +49,14 @@
   want to use them instead of checking them out from CVS, you can
   specify where these can be found.
   
  ---with-jdk=DIR
  -If the JAVA_HOME environment variable has not been set, you will
  -need to specify this option on the command line for the configure
  -script in order to compile the Java portion of WebApp.
  +--with-java[=JAVA_HOME]
  +Compile also the Java portion of WebApp. If the JAVA_HOME variable
  +is not set in your environment, you'll have to specify the root
  +path of your JDK installation on this command line. To compile
  +the Java classes, you will need to set your CLASSPATH variable to
  +include the "catalina.jar" distributed with Tomcat 4.0. Example:
  +  # CLASSPATH=$CATALINA_HOME/server/lib/catalina.jar
  +  # export CLASSPATH
   
   --enable-debug
   Enable compiled-in debugging output. Using this option the WebApp
  @@ -60,13 +64,6 @@
   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.
  -
  -To build the mod_webapp DSO module set the CLASSPATH to the catalina.jar
  -of your TOMCAT4.0 installation. (You need a GNU Make)
  -That something like the following:
  -CLASSPATH=$HOME/jakarta-tomcat-4.0/build/server/lib/catalina.jar
  -export CLASSPATH
  -make
   
   Once built, the DSO module will be found in the webapp/apache-1.3 directory.
   
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-18 Thread jfclere

jfclere 01/07/18 06:20:11

  Modified:webapp   README.txt
  Log:
  Add CLASSPATH and APR configure environment variables.
  
  Revision  ChangesPath
  1.8   +17 -2 jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README.txt2001/07/15 08:44:49 1.7
  +++ README.txt2001/07/18 13:20:11 1.8
  @@ -26,6 +26,13 @@
   ./configure --with-apxs
   make
   
  +In case your platform needs some flags for APR just put them before the
  +configure. For example:
  +   ./support/buildconf.sh
  +   CC=/usr/bin/cc \
  +   CFLAGS=-DXTI_SUPPORT \
  +   ./configure --with-apxs=/opt/apache/bin/apxs
  +
   This will configure and build APR, and build the WebApp module for
   Apache 1.3. The available options for the configure script are:
   
  @@ -53,9 +60,17 @@
   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.
  +
  +To build the mod_webapp DSO module set the CLASSPATH to the catalina.jar
  +of your TOMCAT4.0 installation. (You need a GNU Make)
  +That something like the following:
  +CLASSPATH=$HOME/jakarta-tomcat-4.0/build/server/lib/catalina.jar
  +export CLASSPATH
  +make
  +
  +Once built, the DSO module will be found in the webapp/apache-1.3 directory.
   
  -Once built, the DSO module will be built in the webapp/apache-1.3 directory.
  -To install it copy the mod_webapp.so file in your Apache 1.3 libexec
  +To install it  copy the mod_webapp.so file in your Apache 1.3 libexec
   directory, and add the following lines to httpd.conf:
   
   LoadModule webapp_module [path to mod_webapp.so]
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-12 Thread pier

pier01/07/12 19:05:45

  Modified:webapp   README.txt
  Log:
  Modified description of how to build.
  
  Revision  ChangesPath
  1.6   +13 -1 jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- README.txt2001/07/08 23:15:19 1.5
  +++ README.txt2001/07/13 02:05:43 1.6
  @@ -22,7 +22,7 @@
   When the APR sources are in place, we need to create the configure
   script, configure both APR and the WebApp module and compile:
   
  -./buildconf.sh
  +./support/buildconf.sh
   ./configure --with-apxs
   make
   
  @@ -41,6 +41,18 @@
   If you already have the APR sources lying around somewhere, and
   want to use them instead of checking them out from CVS, you can
   specify where these can be found.
  +
  +--with-java=DIR
  +If the JAVA_HOME environment variable has not been set, you will
  +need to specify this option on the command line for the configure
  +script in order to compile the Java portion of WebApp.
  +
  +--enable-debug
  +Enable compiled-in debugging output. Using this option the WebApp
  +module, library, and Java counterpart will be built with debugging
  +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.
   
   Once built, the DSO module will be built in the webapp/apache-1.3 directory.
   To install it copy the mod_webapp.so file in your Apache 1.3 libexec
  
  
  



cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-08 Thread pier

pier01/07/08 16:15:21

  Modified:webapp   README.txt
  Log:
  Wrong copy/and paste to the documentation.
  
  Revision  ChangesPath
  1.5   +1 -1  jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.txt2001/07/08 23:11:37 1.4
  +++ README.txt2001/07/08 23:15:19 1.5
  @@ -6,7 +6,7 @@
   
   Check out the module sources from CVS using the following commands:
   
  -cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic
  +cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
   (Logging in to [EMAIL PROTECTED])
   CVS password: anoncvs
   cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \