cvs commit: jakarta-tomcat-connectors/jk/xdocs/config apache.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:11:43

  Modified:jk/xdocs/config apache.xml
  Log:
  Fix 34687.
  
  Revision  ChangesPath
  1.14  +2 -2  jakarta-tomcat-connectors/jk/xdocs/config/apache.xml
  
  Index: apache.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/apache.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apache.xml18 May 2005 18:04:53 -  1.13
  +++ apache.xml4 Jul 2005 07:11:43 -   1.14
  @@ -88,7 +88,7 @@
   Shared memory file name. Used only on unix platforms.
   /p/attribute
   attribute name=JkShmSize required=falsep
  -Size of the shared memory file name. Default is 1MB.
  +Size of the shared memory file name. Default is 64 k.
   /p/attribute
   
   /attributes
  @@ -377,7 +377,7 @@
   pbJkUnmount/b directive acts as an opposite to JkMount and blocks 
access
   to a particular URL. The purpose is to be able to filter out the particular 
content
   types from mounted context. The following example mounts /servlet/*
  -context, but all .jpg files that belongs to that context are not served.
  +context, but all .gif files that belongs to that context are not served.
   /p
   source
 # send all requests ending with /servlet to worker1
  
  
  

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



DO NOT REPLY [Bug 34687] - two doc bugs in connectors-doc/config/printer/apache.html

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34687.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34687


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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]



DO NOT REPLY [Bug 34939] - Wrong path to configure in jk/BUILD.txt

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34939.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34939


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32593] - Server (Apache 2.0.48) reached MaxClients setting on FreeBSD

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32593.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32593


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:AJP   |Native:JK




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35573] - Virtual servers should be identifiable by ID not only server name

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35573.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35573


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 09:23 ---
Then use jserv ;)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:31:16

  Modified:jk   HOWTO-RELEASE
  Log:
  fix PR 13911.
  
  Revision  ChangesPath
  1.11  +5 -5  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HOWTO-RELEASE 24 Mar 2004 15:33:36 -  1.10
  +++ HOWTO-RELEASE 4 Jul 2005 07:31:16 -   1.11
  @@ -14,9 +14,9 @@
   and replace it with the new version.  These are the docs I found which
   had to be updated:
   
  -xdocs/jk/aphowto.xml
  -xdocs/jk/quickhowto.xml
  -xdocs/jk/workershowto.xml
  +xdocs/howto/apache.xml
  +xdocs/howto/quick.xml
  +xdocs/howto/workers.xml
   
   Update the version in jk/native/configure.in.
   
  @@ -79,8 +79,8 @@
   Build the mod_jk 1.2 documentation
   --
   
  -cd jakarta-tomcat-connectors/jk
  -ant docs
  +cd jakarta-tomcat-connectors/jk/xdocs
  +ant
   
   Create the new source distribution
   --
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:34:04

  Modified:jk/xdocs changelog.xml
  Log:
  Spelling PR 13911.
  
  Revision  ChangesPath
  1.35  +1 -1  jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- changelog.xml 1 Jul 2005 16:22:53 -   1.34
  +++ changelog.xml 4 Jul 2005 07:34:04 -   1.35
  @@ -18,7 +18,7 @@
 This is the Changelog for Jakarta Tomcat Connectors. This changelog
 does not contain all updates and fixes to the Tomcat connectors (yet).
 It should contain fixes made only after November 10th 2004, when the
  -  new documentation project for JK has been started.
  +  new documentation project for JK was started.
 /p
   /section
   section name=Changes with JK 1.2.14
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs faq.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:41:07

  Modified:jk/xdocs faq.xml
  Log:
  Arrange links and a typo. PR 13911.
  
  Revision  ChangesPath
  1.13  +5 -5  jakarta-tomcat-connectors/jk/xdocs/faq.xml
  
  Index: faq.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/faq.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- faq.xml   30 Nov 2004 07:35:37 -  1.12
  +++ faq.xml   4 Jul 2005 07:41:07 -   1.13
  @@ -39,7 +39,7 @@
   Jakarta Tomcat Connectors Project/a
   For additional help, the best resource is the Tomcat Users Discussion list.  
   You should start by searching
  -a href=http://mikal.org/interests/java/tomcat/index.html;
  +a href=http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]
   the mail list archive/a
   before you post questions to the list.  
   If you are unable to locate the answer to your question in the archive, 
  @@ -69,7 +69,7 @@
   br /
   p
   bJK/b is a project covering web-servers to Tomcat connectors,
  -whereas bmod_jk/b is the a href=howto/apache.htmlApache module/a 
developped in JK.
  +whereas bmod_jk/b is the a href=howto/apache.htmlApache module/a 
developed in JK.
   /p
   
   p
  @@ -128,7 +128,7 @@
   
   subsection name=Which protocol should I use? Ajp12 or Ajp13?
   p
  -a href=common/ajpv13.htmlAjp13/a is a newer protocol, it's faster, and 
it works better with SSL. 
  +a href=common/ajpv13a.htmlAjp13/a is a newer protocol, it's faster, 
and it works better with SSL. 
   You almost certainly want to use it now that strongajp12 is 
deprecated/strong.
   /p
   p 
  @@ -180,7 +180,7 @@
   
   subsection name=Why did exist two files mod_jk.so (-eapi ad -noeapi) in 
download dir for Linux ?
   p
  -Many versions of Apache use of modified API, known at Extended API, 
developped for use with the
  +Many versions of Apache use of modified API, known at Extended API, 
developed for use with the
   a href=http://www.modssl.org;mod_ssl module/a.
   /p
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs style.xsl

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:44:51

  Modified:jk/xdocs style.xsl
  Log:
  Now we are in 2005, don't we?
  
  Revision  ChangesPath
  1.12  +2 -2  jakarta-tomcat-connectors/jk/xdocs/style.xsl
  
  Index: style.xsl
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- style.xsl 3 Jan 2005 23:20:05 -   1.11
  +++ style.xsl 4 Jul 2005 07:44:51 -   1.12
  @@ -160,7 +160,7 @@
 xsl:commentPAGE FOOTER/xsl:comment
 trtd colspan=2
   div align=centerfont color={$body-link} size=-1em
  -Copyright #169; 1999-2004, Apache Software Foundation
  +Copyright #169; 1999-2005, Apache Software Foundation
   /em/font/div
 /td/tr
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto iis.xml index.xml nes.xml quick.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 01:01:02

  Modified:jk/xdocs/howto iis.xml index.xml nes.xml quick.xml
  Log:
  PR 32968 (arrange the links).
  
  Revision  ChangesPath
  1.3   +2 -2  jakarta-tomcat-connectors/jk/xdocs/howto/iis.xml
  
  Index: iis.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/iis.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- iis.xml   20 Dec 2004 09:34:37 -  1.2
  +++ iis.xml   4 Jul 2005 08:01:00 -   1.3
  @@ -420,7 +420,7 @@
   /p
   
   p
  -More informations on using and configuring workers in the a 
href=jk/workershowto.htmlWorkers HowTO/a
  +More informations on using and configuring workers in the a 
href=workers.htmlWorkers HowTO/a
   /p
   
   /subsection
  
  
  
  1.3   +2 -3  jakarta-tomcat-connectors/jk/xdocs/howto/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 23 Feb 2005 08:10:20 -  1.2
  +++ index.xml 4 Jul 2005 08:01:00 -   1.3
  @@ -16,12 +16,11 @@
   section name=Introduction
   
   pThis is the top-level entry point of the HowTo documentation bundle for 
the
  -strongApache Jakarta Tomcat Connectors/strong 
  +strongApache Jakarta Tomcat Connectors/strong.
   
   /p
   pSelect one of the links from the navigation menu (to the left) to drill
  -down to the more detailed documenation that is available.  Each available
  -manual is described in more detail below./p
  +down to the more detailed documentation that is available./p
   
   /section
   
  
  
  
  1.3   +3 -3  jakarta-tomcat-connectors/jk/xdocs/howto/nes.xml
  
  Index: nes.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/nes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- nes.xml   24 Mar 2005 06:42:34 -  1.2
  +++ nes.xml   4 Jul 2005 08:01:01 -   1.3
  @@ -41,7 +41,7 @@
   /p
   
   p
  -It is recommanded that you also read the a 
href=jk/workershowto.htmlWorkers HowTo/a document
  +It is recommanded that you also read the a href=workers.htmlWorkers 
HowTo/a document
   to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
   /p
   
  @@ -402,7 +402,7 @@
   /source
   
   p
  -More informations on using and configuring workers in the a 
href=jk/workershowto.htmlWorkers HowTO/a
  +More informations on using and configuring workers in the a 
href=workers.htmlWorkers HowTO/a
   /p
   /subsection
   
  
  
  
  1.3   +4 -4  jakarta-tomcat-connectors/jk/xdocs/howto/quick.xml
  
  Index: quick.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/quick.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- quick.xml 13 Apr 2005 12:17:07 -  1.2
  +++ quick.xml 4 Jul 2005 08:01:01 -   1.3
  @@ -49,7 +49,7 @@
   section name=Minimum workers.properties
   p
   Here is a minimum bworkers.properties/b, using just ajp13 to connect 
your Apache webserver
  -to the Tomcat engine, complete documentation is available in a 
href=jk/workershowto.htmlWorkers HowTo/a. 
  +to the Tomcat engine, complete documentation is available in a 
href=workers.htmlWorkers HowTo/a. 
   /p
   p
   source
  @@ -73,7 +73,7 @@
   section name=Minimum Apache WebServer configuration
   p
  Here is a minimun informations about Apache configuration, a 
  -   complete documentation is available in a href=jk/aphowto.htmlApache 
HowTo/a.
  +   complete documentation is available in a href=apache.htmlApache 
HowTo/a.
   /p
   p
You should first have bmod_jk.so/b (unix) or bmod_jk.dll/b 
(Windows) installed
  @@ -175,7 +175,7 @@
   
   section name=Test your configuration
   p
  - (Re)start the Web server and browse to the 
ahttp://localhost/examples//a
  + (Re)start the Web server and browse to the a 
href=http://localhost/examples/;http://localhost/examples//a
   /p
   
   /section
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto apache.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 01:08:30

  Modified:jk/xdocs/howto apache.xml
  Log:
  Arrange the links.
  
  Revision  ChangesPath
  1.9   +4 -4  jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml
  
  Index: apache.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apache.xml12 May 2005 20:26:59 -  1.8
  +++ apache.xml4 Jul 2005 08:08:30 -   1.9
  @@ -63,7 +63,7 @@
   /p
   p
   In all the examples in this document ${tomcat_home} will be 
b/var/tomcat3/b.
  -A a href=jk/workershowto.htmlworker/a is defined to be a tomcat 
process that accepts work from the Apache server.
  +A a href=workers.htmlworker/a is defined to be a tomcat process that 
accepts work from the Apache server.
   /p
   /subsection
   
  @@ -166,7 +166,7 @@
   It is recommended to use the binary version if one is available.  
   If the binary is not available, follow the instructions for building mod_jk 
from source.  
   The mod_jk source can be downloaded from a mirror
  -a href=http://jakarta.apache.org/site/sourceindex.cgi/;
  +a href=http://jakarta.apache.org/site/sourceindex.cgi;
   here/a
   /p
   
  @@ -186,7 +186,7 @@
   
   p
   For example JK 1.2.5 can be downloaded from a mirror
  -a href=http://jakarta.apache.org/site/binindex.cgi/;
  +a href=http://jakarta.apache.org/site/binindex.cgi;
   here/a and contains binary version for a variety of
   operating systems for both Apache 1.3 and Apache 2.
   /p
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto doccontrib.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 01:13:56

  Modified:jk/xdocs/howto doccontrib.xml
  Log:
  PR 32968.
  
  Revision  ChangesPath
  1.4   +32 -27jakarta-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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- doccontrib.xml3 Jan 2005 23:20:05 -   1.3
  +++ doccontrib.xml4 Jul 2005 08:13:56 -   1.4
  @@ -33,7 +33,7 @@
   the documentation of Tomcat, more specifically the documentation for the 
   connectors.  This is written from a windows user perspective as I believe 
they 
   will most benefit from it.  For people using Unix it should be easy for them 
to 
  -apply these steps.  Just substitute Unix sytax where needed.
  +apply these steps.  Just substitute Unix syntax where needed.
   /p
   p
   The documentation is produced using xml with xsl style sheets.  This 
  @@ -62,7 +62,7 @@
   /p
   subsection name=STEP 1. Get Ant
   p
  -Install a href=http://jakarta.apache.org/ant;Ant/a. The only advice 
I 
  +Install a href=http://ant.apache.org/;Ant/a. The only advice I 
   have is to choose a simple installation path.  Now set an environment 
variable 
   for ANT_HOME, and then add the location of the Ant/bin directory to your 
PATH 
   variable.  Consult your Operating system documentation for information on 
how 
  @@ -72,15 +72,16 @@
   p
   Ant is used to build the documentation, among other things, and it must 
be 
   able to see a file called bbuild.xml/b.  This file is located in the 
  -bCVS_HOME\jakarta-tomcat-connectors\jk/b directory.  In the 
  -bbuild.xml/b file there is a target named docs that will be used to 
build 
  +bCVS_HOME\jakarta-tomcat-connectors\jk\xdocs/b directory.  In the 
  +bbuild.xml/b file there is a target named ball/b that will be used 
to build 
   the docs.
   /p
   /subsection
   subsection name=STEP 2.  Get the sources
   p
  -Get the sources for a 
href=http://cvs.apache.org/viewcvs/jakarta-tomcat-
  -connectors/jakarta-tomcat-connectors/a from the CVS repository.  If 
you'll 
  +Get the sources for
  +a 
href=http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/;jakarta-tomcat-connectors/a
  +from the CVS repository.  If you'll 
   be editing from a windows platform you will need a windows cvs client.  
There 
   are several available.  I like a href=http://www.cygwin.com/;cygwin/a.  
   During the install open the developer group and click on cvs.  Unix users 
  @@ -90,7 +91,7 @@
   You are ready to download the sources now.  Change directory to the 
   location where you want your repository to be, and run the following 
commands 
   to download the sources for the first time.  For simplicity we will call 
this 
  -your bCVS_HOME./b  Mine is located in C:\build.
  +your bCVS_HOME/b.  Mine is located in C:\build.
   /p
   p
   Login to the repository and then give the cvs password banoncvs/b.
  @@ -118,7 +119,7 @@
   You should now be watching all the downloads come in.  Now that you have 
   the sources on your machine the hard part if over.  From now on, to update 
your 
   sources all you have to do is cd into any directory in your repository and 
run 
  -cvs update
  +the bcvs update/b command.
   screen
   noteTo update your xdocs directory simply cd into the xdocs directory 
   and:/note
  @@ -130,12 +131,14 @@
   subsection name=STEP 3.  Test your build environment
   p
   Open a command prompt window and cd to the directory where you 
downloaded 
  -the source.  Now cd into the jk directory so bAnt/b can see the 
  -bbuild.xml/b file and,  from a command prompt, run the following:
  +the source.  Now cd into the jk directory and then into the xdocs directory 
so
  +that bAnt/b can see the 
  +bbuild.xml/b file. Then from a command prompt, run the following:
   screen
   read /read
   readC:\build\jakarta-tomcat-connectorscd jk/read
  -readC:\build\jakarta-tomcat-connectors\jkant docs/read
  +readC:\build\jakarta-tomcat-connectors\jkcd xdocs/read
  +readC:\build\jakarta-tomcat-connectors\jk\xdocsant all/read
   read /read
   /screen
   /p.
  @@ -158,33 +161,34 @@
   read /read
   readBUILD SUCCESSFUL/read
   readTotal time: 10 seconds/read
  -readC:\build\jakarta-tomcat-connectors\jk/read
  +readC:\build\jakarta-tomcat-connectors\jk/read
   /screen
   /p
   p
   All the xml files present in the xdocs directory structure were 
transformed 
  -to html and copied to the bCVS_HOME\jk\docs/b directory.  Open one of 
the 
  +to html and copied to the 
bCVS_HOME\jakarta-tomcat-connectors\jk\build\docs/b
  +directory.  Open one of the 
   html files in your browser and see how it looks.
   /p
   /subsection
   subsection name=STEP 4.   The editing process.
   p
   I find it easier to use two windows while doing my updates.  One I 

cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto domino.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 01:18:33

  Modified:jk/xdocs/howto domino.xml
  Log:
  Arrange link and remove jk2 note.
  
  Revision  ChangesPath
  1.2   +2 -5  jakarta-tomcat-connectors/jk/xdocs/howto/domino.xml
  
  Index: domino.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/domino.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- domino.xml18 Nov 2004 18:30:36 -  1.1
  +++ domino.xml4 Jul 2005 08:18:33 -   1.2
  @@ -28,16 +28,13 @@
   /properties
   body
   section name=Introduction
  -pbImportant Note:/b The JK based connector described here has been 
superceded by a JK2 based connector
  -that works with all current Tomcat versions. Use of this connector has been 
deprecated. Go
  -a href=jk2/installhowto.htmlhere/a to find out how to install the new 
connector./p
   
   p
   This document explains how to set up Domino to cooperate with Tomcat. 
   /p
   
   p
  -It is recommended that you also read the a 
href=jk/workershowto.htmlWorkers HowTo/a document
  +It is recommended that you also read the a href=workers.htmlWorkers 
HowTo/a document
   to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
   /p
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/common ajpv13a.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 01:22:25

  Modified:jk/xdocs/common ajpv13a.xml
  Log:
  typo and year: PR 13911
  
  Revision  ChangesPath
  1.3   +3 -3  jakarta-tomcat-connectors/jk/xdocs/common/ajpv13a.xml
  
  Index: ajpv13a.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/ajpv13a.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ajpv13a.xml   18 Nov 2004 18:33:15 -  1.2
  +++ ajpv13a.xml   4 Jul 2005 08:22:24 -   1.3
  @@ -6,7 +6,7 @@
   
 project;
copyright
  -   Copyright 1999-2004 The Apache Software Foundation
  +   Copyright 1999-2005 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the License);
  you may not use this file except in compliance with the License.
  @@ -74,7 +74,7 @@
 li Increasing performance (speed, specifically). /li
   
 li Adding support for SSL, so that codeisSecure()/code and
  -   codegeScheme()/code will function correctly within the servlet
  +   codegetScheme()/code will function correctly within the servlet
  container.  The client certificates and cipher suite will be
  available to servlets as request attributes. /li
   
  
  
  

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



DO NOT REPLY [Bug 32968] - [connectors][PATCH] Documentation fixes

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32968.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32968


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto project.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 01:41:23

  Modified:jk/xdocs/howto project.xml
  Log:
  typo.
  
  Revision  ChangesPath
  1.4   +1 -1  jakarta-tomcat-connectors/jk/xdocs/howto/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml   24 Mar 2005 06:42:34 -  1.3
  +++ project.xml   4 Jul 2005 08:41:23 -   1.4
  @@ -24,7 +24,7 @@
   item name=SunOne (Netscape)  href=nes.html/
   /menu
   menu name=Get Involved
  -item name=Contibute documentationhref=doccontrib.html/
  +item name=Contribute documentationhref=doccontrib.html/
   /menu
   
   /body
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-04 Thread jfclere
jfclere 2005/07/04 02:26:17

  Modified:jk   HOWTO-RELEASE
  Log:
  Add a note about tools/jkrelease.sh
  
  Revision  ChangesPath
  1.12  +3 -0  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HOWTO-RELEASE 4 Jul 2005 07:31:16 -   1.11
  +++ HOWTO-RELEASE 4 Jul 2005 09:26:17 -   1.12
  @@ -85,6 +85,9 @@
   Create the new source distribution
   --
   
  +(A tool named jkrelease.sh in jakarta-tomcat-connectors/jk/tools does the
  +following steps).
  +
   Create the directory
   jakarta-tomcat-connectors-jk-{MAJOR_REVISION}-{MINOR_REVISION}-{RELEASE}-src
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml iis.xml project.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 03:18:29

  Removed: jk/xdocs/install apache1.xml apache2.xml iis.xml project.xml
  Log:
  Those files have been included in howto's we should n't duplicate the
  information.

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs project.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 03:21:33

  Modified:jk/xdocs project.xml
  Log:
  remove install as it is now in howto.
  
  Revision  ChangesPath
  1.4   +1 -6  jakarta-tomcat-connectors/jk/xdocs/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml   29 Nov 2004 10:51:03 -  1.3
  +++ project.xml   4 Jul 2005 10:21:33 -   1.4
  @@ -17,14 +17,9 @@
   item name=Apachehref=config/apache.html/
   item name=IIS   href=config/iis.html/
   /menu
  -menu name=Installation
  -item name=Apache 1.3href=install/apache1.html/
  -item name=Apache 2.0href=install/apache2.html/
  -item name=IIS   href=install/iis.html/
  -/menu
   menu name=Documentation
   item name=AJPv13 Protocol   href=common/ajpv13a.html/
  -item name=HowTo href=howto/index.html/
  +item name=HowTo and Install href=howto/index.html/
   item name=Frequently asked questions  href=faq.html/
   item name=Changelog href=changelog.html/
   item name=Old JK/JK2 documentation 
href=http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html/
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs build.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 03:32:56

  Modified:jk/xdocs build.xml
  Log:
  remove install directory.
  
  Revision  ChangesPath
  1.4   +0 -20 jakarta-tomcat-connectors/jk/xdocs/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 19 Nov 2004 10:08:20 -  1.3
  +++ build.xml 4 Jul 2005 10:32:56 -   1.4
  @@ -144,26 +144,6 @@
 param name=project-menu expression=nomenu/
   /style

  - !-- Install --
  -style basedir=install
  -   destdir=${build.dir}/${dist.name}/install
  - extension=.html
  - style=style.xsl
  -  excludes=project.xml
  -  includes=*.xml
  -  param name=relative-path expression=../
  -/style
  -mkdir dir=${build.dir}/${dist.name}/install/printer/
  -style basedir=install
  -   destdir=${build.dir}/${dist.name}/install/printer
  - extension=.html
  - style=style.xsl
  -  excludes=project.xml
  -  includes=*.xml
  -  param name=relative-path expression=../../
  -  param name=project-menu expression=nomenu/
  -/style
  -
 /target
   
   
  
  
  

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



DO NOT REPLY [Bug 32969] - [connectors] Remaining problems with documentation

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32969.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32969


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35425] - getRequestURL() no longer works as stated in API

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35425.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35425





--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 13:09 ---
Thanks Mark. This really helped.

(In reply to comment #6)
 The return value is as required by SRV8.4
 
 The javadocs are, in my view, misleading as none of them take any account of 
 the
 requirements of SRV8.4
 
 If you want the original request, then obtain it as per SRV.8.4.2
 
 There was some debate about this change on the tomcat-dev list but the
 conclusion was that the current behaviour is the correct one.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Felicia WL Wong/SG/TLS/PwC is out of the office.

2005-07-04 Thread felicia . wl . wong
I will be out of the office starting  04/07/2005 and will not return until
06/07/2005.

I will respond to your message when I return to the office on 7 July 2005.
Alternatively, you may contact Magdelene at 6236 3616 for any emergency.

Best regards
Felicia
_
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.



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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/common tools.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 07:14:54

  Modified:jk/xdocs/common tools.xml
  Log:
  Arrange it according to the today xsl file.
  
  Revision  ChangesPath
  1.3   +12 -4 jakarta-tomcat-connectors/jk/xdocs/common/tools.xml
  
  Index: tools.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/tools.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tools.xml 4 Mar 2004 04:46:34 -   1.2
  +++ tools.xml 4 Jul 2005 14:14:53 -   1.3
  @@ -1,7 +1,12 @@
  -?xml version=1.0 encoding=UTF-8?
  -document
  +?xml version=1.0?
  +!DOCTYPE document [
  +  !ENTITY project SYSTEM project.xml
  +]
  +document url=tools.html
  + 
  +  project;
   copyright
  -   Copyright 1999-2004 The Apache Software Foundation
  +   Copyright 1999-2005 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the License);
  you may not use this file except in compliance with the License.
  @@ -20,6 +25,7 @@
   authorGlenn Nielsen/author
   date$Date$/date
   /properties
  +body
   section name=Introduction
   pDocumentation for additional mod_jk related tools./p
   /section
  @@ -83,4 +89,6 @@
   /ul
   /p
   /section
  +
  +/body
   /document
  
  
  

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



DO NOT REPLY [Bug 34474] - Problem with // in url

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34474.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34474





--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 16:25 ---
fixing jk_uri_worker_map.c is wrong, mod_jk.c in jk_translate() is the place to
fix the problem.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



cvs commit: jakarta-tomcat-catalina/webapps/docs apr.xml

2005-07-04 Thread remm
remm2005/07/04 07:53:20

  Modified:webapps/docs apr.xml
  Log:
  - Some docs updates.
  
  Revision  ChangesPath
  1.3   +29 -9 jakarta-tomcat-catalina/webapps/docs/apr.xml
  
  Index: apr.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apr.xml   3 Jul 2005 16:41:22 -   1.2
  +++ apr.xml   4 Jul 2005 14:53:20 -   1.3
  @@ -22,9 +22,13 @@
 the heart of Apache HTTP Server 2.x. APR has many uses, including 
access to advanced IO
 functionality (such as sendfile, epoll and OpenSSL), OS level 
functionality (random number
 generation, system status, etc), and native process handling (shared 
memory, NT
  -  pipes and Unix sockets). These features will allow making Tomcat a 
general purpose
  -  webserver, and go far beyond simply allowing a slightly more scalable 
HTTP
  -  connector.
  +  pipes and Unix sockets).
  +  /p
  +  
  +  p
  +  These features allows making Tomcat a general purpose webserver, will 
enable much better 
  +  integration with other native web technologies, and overall make Java 
much more viable as
  +  a full fledged webserver platform rather than simply a backend focused 
technology.
 /p
   
 /section
  @@ -34,7 +38,7 @@
   p
 APR support requires three main native components to be installed:
 ul
  -liAPR library (libapr)/li
  +liAPR library/li
   liJNI wrappers for APR used by Tomcat (libtcnative)/li
   liOpenSSL libraries/li
 /ul
  @@ -44,7 +48,7 @@
   
   p
 Windows binaries are provided for libapr and libtcnative. Windows 
OpenSSL
  -  binaries are linked from the a href=http://www.openssl.org;official 
OpenSSL website/a
  +  binaries are linked from the a href=http://www.openssl.org;Official 
OpenSSL website/a
 (see related/binaries).
   /p
   
  @@ -53,8 +57,22 @@
   subsection name=Linux
   
   p
  -  Most Linux distributions will ship packages for APR and OpenSSL. The 
JNI wrapper will then have
  -  to be compiled. It depends on APR, OpenSSL, and the Java headers.
  +  Most Linux distributions will ship packages for APR and OpenSSL. The 
JNI wrapper (libtcnative) will 
  +  then have to be compiled. It depends on APR, OpenSSL, and the Java 
headers.
  +/p
  +
  +p
  +  Requirements:
  +  ul
  +liAPR 1.1+ development headers (libapr1-dev package)/li
  +liOpenSSL 0.9.7+ development headers (libssl-dev package)/li
  +liGNU development environment (gcc, make)/li
  +  /ul
  +/p
  +
  +p
  +  Once the build environment is installed, the wrapper library can be 
compiled using:
  +  source./configure amp;amp; make amp;amp; make install/source
   /p
   
   /subsection
  @@ -67,7 +85,8 @@
   Once the libraries are properly installed and available to Java (if 
loading fails, the library path
   will be displayed), the Tomcat connectors will automatically use APR. 
Configuration of the connectors
   is similar to the regular connectors, but have a few extra attributes 
which are used to configure
  -APR components.
  +APR components. Note that the defaults should be well tuned for most use 
cases, and additional
  +tweaking shouldn't be required.
 /p
   
   subsection name=HTTP
  @@ -120,7 +139,8 @@
   p
 The HTTPS APR connector has the same basic attributes than the HTTP 
APR connector, but adds 
 OpenSSL specific ones. For the full details on using OpenSSL, please 
refer to OpenSSL documentations
  -  and the many books available for it. The SSL specific attributes for 
the connector are:
  +  and the many books available for it (see the a 
href=http://www.openssl.org;Official OpenSSL 
  +  website/a). The SSL specific attributes for the connector are:
   /p
   
   attributes
  
  
  

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



DO NOT REPLY [Bug 31525] - mod_jk 1.2.6 does not build on RedHat ES 2.1

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31525.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31525





--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 17:36 ---
Well I doubt people will be delighted to use a bundled binary either, but I
don't care that much after all this time

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2005-07-04 Thread jfclere
jfclere 2005/07/04 08:55:48

  Modified:jk/native/apache-1.3 mod_jk.c
  Log:
  Fix PR 34474. Note that if the // are in the cookie path the cookie won't
  work. (but that is the same in 2.x and when using ajp-proxy.
  
  Revision  ChangesPath
  1.86  +9 -7  jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
  
  Index: mod_jk.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- mod_jk.c  18 May 2005 18:19:31 -  1.85
  +++ mod_jk.c  4 Jul 2005 15:55:48 -   1.86
  @@ -2111,7 +2111,11 @@
   
   if (conf) {
   jk_logger_t *l = conf-log ? conf-log : main_log;
  -const char *worker = map_uri_to_worker(conf-uw_map, r-uri, l);
  +char *clean_uri = ap_pstrdup(r-pool, r-uri);
  +const char *worker;
  +
  +ap_no2slash(clean_uri);
  +worker = map_uri_to_worker(conf-uw_map, clean_uri, l);
   
   /* Don't know the worker, ForwardDirectories is set, there is a
* previous request for which the handler is JK_HANDLER (as set 
by
  @@ -2119,8 +2123,8 @@
* -- forward to Tomcat, via default worker */
   if (!worker  (conf-options  JK_OPT_FWDDIRS) 
   r-prev  r-prev-handler 
  -!strcmp(r-prev-handler, JK_HANDLER)  r-uri 
  -strlen(r-uri)  r-uri[strlen(r-uri) - 1] == '/') {
  +!strcmp(r-prev-handler, JK_HANDLER)  clean_uri 
  +strlen(clean_uri)  clean_uri[strlen(clean_uri) - 1] == 
'/') {
   
   if (worker_env.num_of_workers) {
   /* Nothing here to do but assign the first worker since 
we
  @@ -2128,7 +2132,7 @@
   worker = worker_env.worker_list[0];
   
   jk_log(l, JK_LOG_DEBUG, Manual configuration for %s %s,
  -   r-uri, worker_env.worker_list[0]);
  +   clean_uri, worker_env.worker_list[0]);
   }
   }
   
  @@ -2137,8 +2141,6 @@
   ap_table_setn(r-notes, JK_WORKER_ID, worker);
   }
   else if (conf-alias_dir != NULL) {
  -char *clean_uri = ap_pstrdup(r-pool, r-uri);
  -ap_no2slash(clean_uri);
   /* Automatically map uri to a context static file */
   jk_log(l, JK_LOG_DEBUG,
  mod_jk::jk_translate, check alias_dir: %s,
  
  
  

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



DO NOT REPLY [Bug 34474] - Problem with // in url

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34474.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34474


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs project.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 09:10:08

  Modified:jk/xdocs project.xml
  Log:
  Add tools.
  
  Revision  ChangesPath
  1.5   +1 -0  jakarta-tomcat-connectors/jk/xdocs/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml   4 Jul 2005 10:21:33 -   1.4
  +++ project.xml   4 Jul 2005 16:10:08 -   1.5
  @@ -22,6 +22,7 @@
   item name=HowTo and Install href=howto/index.html/
   item name=Frequently asked questions  href=faq.html/
   item name=Changelog href=changelog.html/
  +item name=Tools href=common/tools.html/
   item name=Old JK/JK2 documentation 
href=http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html/
   /menu
   
  
  
  

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



DO NOT REPLY [Bug 35599] New: - Online example WAR is corrupt.

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35599.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35599

   Summary: Online example WAR is corrupt.
   Product: Tomcat 5
   Version: 5.5.0
  Platform: All
   URL: http://jakarta.apache.org/tomcat/tomcat-5.5-
doc/appdev/sample/
OS/Version: Windows XP
Status: NEW
  Severity: minor
  Priority: P2
 Component: Unknown
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The example web application provided at this location
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/sample/sample.war and
linked to by this page
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/sample/ is corrupt. 
Tomcat cannot unzip it and neither can archive tools such as jar and WinRAR.  I
have tested my Tomcat installation with WAR files provided by other sources, and
it successfully opens them.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



cvs commit: jakarta-tomcat-catalina/webapps/docs apr.xml

2005-07-04 Thread remm
remm2005/07/04 11:39:09

  Modified:webapps/docs apr.xml
  Log:
  - Some docs updates.
  
  Revision  ChangesPath
  1.4   +19 -3 jakarta-tomcat-catalina/webapps/docs/apr.xml
  
  Index: apr.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr.xml   4 Jul 2005 14:53:20 -   1.3
  +++ apr.xml   4 Jul 2005 18:39:09 -   1.4
  @@ -79,7 +79,7 @@

 /section
   
  -  section name=Configuration
  +  section name=APR Components
   
 p
   Once the libraries are properly installed and available to Java (if 
loading fails, the library path
  @@ -89,10 +89,25 @@
   tweaking shouldn't be required.
 /p
   
  +  p
  +When APR is enabled, the following features are also enabled in Tomcat:
  +ul
  +  liSecure session ID generation by default on all platforms 
(platforms other than Linux required
  +  random number generation using a configured entropy)/li
  +  liOS level statistics on memory usage and CPU usage by the Tomcat 
process are displayed by
  +  the status servlet/li
  +/ul
  +  /p
  +
  +  /section
  +
  +  section name=APR Connectors Configuration
  +
   subsection name=HTTP
   
   p
  -  The following attributes are new in the HTTP APR connector:
  +  The following attributes are supported in the HTTP APR connector in 
addition to the ones supported
  +  in the regular HTTP connector:
   /p
   
   attributes
  @@ -152,7 +167,8 @@
   subsection name=AJP
   
   p
  -  The following attributes are new in the AJP APR connector:
  +  The following attributes are supported in the AJP APR connector in 
addition to the ones supported
  +  in the regular AJP connector:
   /p
   
   attributes
  
  
  

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



Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs faq.xml

2005-07-04 Thread Mark Thomas

[EMAIL PROTECTED] wrote:
   For additional help, the best resource is the Tomcat Users Discussion list.  
   You should start by searching

  -a href=http://mikal.org/interests/java/tomcat/index.html;
  +a href=http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]
   the mail list archive/a
   before you post questions to the list.  
   If you are unable to locate the answer to your question in the archive, 


Eyebrowse has been turned off. The new URL should be:
http://mail-archives.apache.org/mod_mbox/jakarta-tomcat-user/


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



cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves RequestFilterValve.java

2005-07-04 Thread markt
markt   2005/07/04 13:41:03

  Modified:catalina/src/share/org/apache/catalina/valves
RequestFilterValve.java
  Log:
  Fix bug 25835. Use a local RE object configured via shared REProgram objects 
to prevent
   synchronisation problems with RE objects as they are not thread safe. There 
is a
   very slight performance hit when not under load and an equally slight 
improvement
   when under load.
  
  Revision  ChangesPath
  1.8   +27 -17
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves/RequestFilterValve.java
  
  Index: RequestFilterValve.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves/RequestFilterValve.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RequestFilterValve.java   27 Mar 2005 20:18:01 -  1.7
  +++ RequestFilterValve.java   4 Jul 2005 20:41:03 -   1.8
  @@ -23,7 +23,9 @@
   import javax.servlet.ServletException;
   import javax.servlet.ServletResponse;
   import javax.servlet.http.HttpServletResponse;
  +
   import org.apache.regexp.RE;
  +import org.apache.regexp.REProgram;
   import org.apache.regexp.RESyntaxException;
   import org.apache.catalina.Request;
   import org.apache.catalina.Response;
  @@ -79,15 +81,17 @@
   
   
   /**
  - * The set of codeallow/code regular expressions we will evaluate.
  + * The set of codeallow/code pre-compiled regular expressions we will
  + * evaluate.
*/
  -protected RE allows[] = new RE[0];
  +protected REProgram allows[] = new REProgram[0];
   
   
   /**
  - * The set of codedeny/code regular expressions we will evaluate.
  + * The set of codedeny/code pre-compiled regular expressions we will
  + * evaluate.
*/
  -protected RE denies[] = new RE[0];
  +protected REProgram denies[] = new REProgram[0];
   
   
   /**
  @@ -199,32 +203,32 @@
   
   
   /**
  - * Return an array of regular expression objects initialized from the
  - * specified argument, which must be codenull/code or a 
comma-delimited
  - * list of regular expression patterns.
  + * Return an array of pre-compiled regular expression objects initialized
  + * from the specified argument, which must be codenull/code or a
  + * comma-delimited list of regular expression patterns.
*
* @param list The comma-separated list of patterns
*
* @exception IllegalArgumentException if one of the patterns has
*  invalid syntax
*/
  -protected RE[] precalculate(String list) {
  +protected REProgram[] precalculate(String list) {
   
   if (list == null)
  -return (new RE[0]);
  +return (new REProgram[0]);
   list = list.trim();
   if (list.length()  1)
  -return (new RE[0]);
  +return (new REProgram[0]);
   list += ,;
   
  -ArrayList reList = new ArrayList();
  +ArrayList reProgramList = new ArrayList();
   while (list.length()  0) {
   int comma = list.indexOf(',');
   if (comma  0)
   break;
   String pattern = list.substring(0, comma).trim();
   try {
  -reList.add(new RE(pattern));
  +reProgramList.add(new RE(pattern).getProgram());
   } catch (RESyntaxException e) {
   throw new IllegalArgumentException
   (sm.getString(requestFilterValve.syntax, pattern));
  @@ -232,8 +236,8 @@
   list = list.substring(comma + 1);
   }
   
  -RE reArray[] = new RE[reList.size()];
  -return ((RE[]) reList.toArray(reArray));
  +REProgram reProgramArray[] = new REProgram[reProgramList.size()];
  +return ((REProgram[]) reProgramList.toArray(reProgramArray));
   
   }
   
  @@ -268,9 +272,14 @@
   return;
   }
   
  +
  +// Create local RE since RE is not thread safe
  +RE re = new RE();
  +
   // Check the deny patterns, if any
   for (int i = 0; i  denies.length; i++) {
  -if (denies[i].match(property)) {
  +re.setProgram(denies[i]);
  +if (re.match(property)) {
   ServletResponse sres = response.getResponse();
   if (sres instanceof HttpServletResponse) {
   HttpServletResponse hres = (HttpServletResponse) sres;
  @@ -282,7 +291,8 @@
   
   // Check the allow patterns, if any
   for (int i = 0; i  allows.length; i++) {
  -if (allows[i].match(property)) {
  +re.setProgram(allows[i]);
  +if (re.match(property)) {
   context.invokeNext(request, response);
   return;
   }
  
  
  


DO NOT REPLY [Bug 25835] - Synchronization problem with RequestFilterValve

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=25835.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25835


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 22:42 ---
This has been fixed in CVS for 4.1.x and will be included in 4.1.32+

For the record, this was fixed in 5.5.x as part of the migration to
java.util.regexp.*

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35599] - Online example WAR is corrupt.

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35599.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35599


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 22:49 ---
I have just downloaded it and it appears to be fine.

Perhaps you have a bad download or maybe a bad version is stuck in a cache
between you and the apache web servers.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 25491] - Tomcat spawns open PIPEs whenever compiling a page with JVM forking turned on

2005-07-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=25491.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25491


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-07-04 23:50 ---
I have tested this with the latest 4.1.x from CVS on Linux with 1.4.2_08 JVM.

If I am quick (or the JSP compilation is slow) I do see pipes created but they
disappear once compilation has been completed.

The root cause may well be bug 26025 that was fixed in 4.1.31

Either way, this now works so I will resolve it as fixed. If you still see the
error after upgrading to 4.1.31 and 1.4.2_08, please re-open the report and I
will test with 4.1.31 to determine if it is a Tomcat bug fixed in CVS or a
Solaris specific JVM issue.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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