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

2005-03-29 Thread mturk
mturk   2005/03/29 21:38:08

  Modified:jk/native/common jk_version.h
   jk/native/iis isapi_redirect.rc
   jk/native/iis/installer isapi-redirector-win32-msi.ism
   jk/xdocs changelog.xml
   jk/xdocs/news 20041100.xml
  Log:
  Bump the version number to 1.2.10
  
  Revision  ChangesPath
  1.36  +3 -3  jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  Index: jk_version.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- jk_version.h  26 Mar 2005 12:12:06 -  1.35
  +++ jk_version.h  30 Mar 2005 05:38:07 -  1.36
  @@ -25,8 +25,8 @@
   /** START OF AREA TO MODIFY BEFORE RELEASING */
   #define JK_VERMAJOR 1
   #define JK_VERMINOR 2
  -#define JK_VERFIX   9
  -#define JK_VERSTRING1.2.9
  +#define JK_VERFIX   10
  +#define JK_VERSTRING1.2.10
   
   /* Beta number */
   #define JK_VERBETA  0
  
  
  
  1.2   +3 -3  jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.rc
  
  Index: isapi_redirect.rc
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.rc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- isapi_redirect.rc 28 Mar 2005 06:58:58 -  1.1
  +++ isapi_redirect.rc 30 Mar 2005 05:38:07 -  1.2
  @@ -14,13 +14,13 @@
   specific language governing permissions and  \

   limitations under the License.

   

  -#define JK_VERSION_STR  1.2.9

  +#define JK_VERSION_STR  1.2.10

   #define JK_DLL_BASENAME isapi_redirect- JK_VERSION_STR

   

   

   1 VERSIONINFO

  - FILEVERSION 1,2,9,0

  - PRODUCTVERSION 1,2,9,0

  + FILEVERSION 1,2,10,0

  + PRODUCTVERSION 1,2,10,0

FILEFLAGSMASK 0x3fL

   #if defined(_DEBUG)

FILEFLAGS 0x01L

  
  
  
  1.6   +1 -1  
jakarta-tomcat-connectors/jk/native/iis/installer/isapi-redirector-win32-msi.ism
  
  Index: isapi-redirector-win32-msi.ism
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/installer/isapi-redirector-win32-msi.ism,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- isapi-redirector-win32-msi.ism18 Mar 2005 18:09:48 -  1.5
  +++ isapi-redirector-win32-msi.ism30 Mar 2005 05:38:07 -  1.6
  @@ -3288,7 +3288,7 @@
rowtdProductID/tdtdnone/tdtd//row

rowtdProductLanguage/tdtd1033/tdtd//row

rowtdProductName/tdtdJakarta Isapi 
Redirector/tdtd//row

  - rowtdProductVersion/tdtd1.2.9/tdtd//row

  + rowtdProductVersion/tdtd1.2.10/tdtd//row

rowtdProgressType0/tdtdinstall/tdtd//row

rowtdProgressType1/tdtdInstalling/tdtd//row

rowtdProgressType2/tdtdinstalled/tdtd//row

  
  
  
  1.18  +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changelog.xml 28 Mar 2005 09:55:30 -  1.17
  +++ changelog.xml 30 Mar 2005 05:38:07 -  1.18
  @@ -21,7 +21,7 @@
 new documentation project for JK has been started.
 /p
   /section
  -section name=Changes with JK 1.2.9
  +section name=Changes with JK 1.2.10
 br /
 subsection name=Native
   changelog
  
  
  
  1.11  +24 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- 20041100.xml  18 Mar 2005 08:39:24 -  1.10
  +++ 20041100.xml  30 Mar 2005 05:38:07 -  1.11
  @@ -21,6 +21,30 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20050330.1 
  +h318 March - JK-1.2.10 released/h3
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  +of Jakarta Tomcat Connectors 1.2.10 The release contains a significant number
  +of bug fixes and new features. 
  +/p
  +p
  +We expect it to be ratified as a Stable release when the vote takes place
  +in the next two weeks.
  +/p
  +p
  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.
  +/p
  +warn
  +Since release 1.2.10 the bJkShmFile/b property has been added for
  +Apache 1.3.x and Apache 2.x web servers on UNIX and LINUX platforms.
  +Load balancer will not 

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

2005-03-18 Thread mturk
mturk   2005/03/18 00:30:28

  Modified:jk/xdocs/news 20041100.xml
  Log:
  Add 1.2.9-beta note.
  
  Revision  ChangesPath
  1.9   +24 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- 20041100.xml  23 Feb 2005 08:10:20 -  1.8
  +++ 20041100.xml  18 Mar 2005 08:30:28 -  1.9
  @@ -21,6 +21,30 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20050318.1 
  +h318 March - JK-1.2.9-beta released/h3
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  +of Jakarta Tomcat Connectors 1.2.9-beta. The release contains a significant 
number
  +of bug fixes and new features. 
  +/p
  +p
  +We expect it to be ratified as a Stable release when the vote takes place
  +in the next two weeks.
  +/p
  +p
  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.
  +/p
  +warn
  +Since release 1.2.9 the bJkShmFile/b property has been added for
  +Apache 1.3.x and Apache 2.x web servers on UNIX and LINUX platforms.
  +Load balancer will not work properly if this directive is not present.
  +/warn
  +pIf you find any bugs during testing this release, please fill in the
  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a
  +Bug Report. When entering bug select bNative:JK/b Component.
  +/p
  +/a 
  +
   a name=20041224.1 
   h317 December - JK-1.2.8 released/h3
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  
  
  

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



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

2005-03-18 Thread mturk
mturk   2005/03/18 00:39:24

  Modified:jk/xdocs/news 20041100.xml
  Log:
  Add missing hr tag.
  
  Revision  ChangesPath
  1.10  +1 -1  jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- 20041100.xml  18 Mar 2005 08:30:28 -  1.9
  +++ 20041100.xml  18 Mar 2005 08:39:24 -  1.10
  @@ -44,7 +44,7 @@
   Bug Report. When entering bug select bNative:JK/b Component.
   /p
   /a 
  -
  +hr size=1 noshade=noshade /
   a name=20041224.1 
   h317 December - JK-1.2.8 released/h3
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  
  
  

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



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

2005-02-23 Thread mturk
mturk   2005/02/23 00:10:20

  Modified:jk/xdocs changelog.xml index.xml style.css
   jk/xdocs/config apache.xml iis.xml workers.xml
   jk/xdocs/howto index.xml project.xml
   jk/xdocs/install apache1.xml iis.xml
   jk/xdocs/news 20041100.xml
  Added:   jk/xdocs/howto loadbalancers.xml
  Log:
  Update documentation to 1.2.9. Still lots of work left.
  
  Revision  ChangesPath
  1.12  +38 -14jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changelog.xml 14 Feb 2005 18:07:00 -  1.11
  +++ changelog.xml 23 Feb 2005 08:10:19 -  1.12
  @@ -25,6 +25,30 @@
 br /
 subsection name=Native
   changelog
  +  update
  +  If socket_timeout is set check if socket is alive before
  +  sending any request to Tomcat. (mturk)
  +  /update
  +  update
  +  Added JkMountFile for Apache web servers. This file can contain
  +  uri mappings in the form (/url=worker), and is checked for
  +  updates at regular 60 second interval. (mturk)
  +  /update
  +  update
  +  Added status worker for managing worker runtime data using
  +  web page. (mturk)
  +  /update
  +  update
  +  Added load balancer method directive that is used for setting
  +  the algorithm used for balancing workers. Method can be either
  +  Request (default) or Traffic. (mturk)
  +  /update
  +  update
  +  Added shared memory to allow dynamic configuration. Shared memory
  +  is needed only for unix platform and web servers having multiple
  +  child processes. For Apache web server two new directives has been
  +  added (JkShmFile and JkShmSize). (mturk)
  +  /update
 fix
 bug33562/bug: Fix Reply_timeout when recovery_options
 is larger than 1. Patch provided by Takashi Satou. (mturk)
  @@ -41,8 +65,8 @@
 subsection name=Native
   changelog
 update
  -  Allow anyone to debug and diagnose stack dumps using windbg or any

  -  other debugging tool, and (if they add the .pdb files to their

  +  Allow anyone to debug and diagnose stack dumps using windbg or any
  +  other debugging tool, and (if they add the .pdb files to their
 installation) to make sense of dr watson logs.
 Patch provided by William A. Rowe (wrowe)
 /update
  @@ -101,7 +125,7 @@
   changelog
 update
 Added new property named recover_time that can be used to change the
  -  default 60 second recover time. (mturk)

  +  default 60 second recover time. (mturk)
 /update
 update
 Added custom retries for worker, so we don't depend on default setting.
  @@ -109,7 +133,7 @@
 then 3 and then try again. (mturk)
 /update
 update
  -  Added JkWorkerProperty directive that enables omiting 
workers.properties file.

  +  Added JkWorkerProperty directive that enables omiting 
workers.properties file.
 For example: JkWorkerProperty worker.ajp13a.port=8009. (mturk)
 /update
 fix
  @@ -139,16 +163,16 @@
 /fix
 fix
   Changed the load balancer algorithm.
  -The idea behind this new scheduler is the following:

  +The idea behind this new scheduler is the following:
   lbfactor is ihow much we expect this worker to work/i,
  -or ithe worker's work quota/i.

  -lbstatus is ihow urgent this worker has to work to fulfill its 
quota

  -of work/i. We distribute each worker's work quota to the worker, 
and then look

  -which of them needs to work most urgently (biggest lbstatus).  This

  -worker is then selected for work, and its lbstatus reduced by the

  -total work quota we distributed to all workers.  Thus the sum of all

  -lbstatus does not change.(*)

  -If some workers are disabled, the others will

  +or ithe worker's work quota/i.
  +lbstatus is ihow urgent this worker has to work to fulfill its 
quota
  +of work/i. We distribute each worker's work quota to the worker, 
and then look
  +which of them needs to work most urgently (biggest lbstatus).  This
  +worker is then selected for work, and its lbstatus reduced by the
  +total work quota we distributed to all workers.  Thus the sum of all
  +lbstatus does not change.(*)
  +If some workers are disabled, the others will
   still be scheduled correctly. (mturk)
 /fix
   /changelog
  @@ -158,7 +182,7 @@
   pJK2 has been put in maintainer mode and no further development will take 
place.
   The reason for shutting down JK2 

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

2004-12-24 Thread mturk
mturk   2004/12/24 04:26:21

  Modified:jk/xdocs index.xml
   jk/xdocs/news 20041100.xml
  Log:
  Advertise 1.2.8 release
  
  Revision  ChangesPath
  1.30  +10 -0 jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- index.xml 20 Dec 2004 09:35:06 -  1.29
  +++ index.xml 24 Dec 2004 12:26:21 -  1.30
  @@ -28,6 +28,16 @@
   section name=Headlines
   br /
   ul
  +lia href=news/20041100.html#20041224.124 December 2004 - bJK-1.2.8 
released/b/a

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.8.

  +/p

  +pDownlad the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.8/jakarta-tomcat-connectors-1.2.8-src.tar.gz;JK
 1.2.8 release candidate 1 sources/a

  + | a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.8/jakarta-tomcat-connectors-1.2.8-src.tar.gz.asc;PGP
 signature/a

  +/p
  +pDownload the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/;binaries/a
 for selected platforms.
  +/p

  +/li
   lia href=news/20041100.html#20041218.117 December 2004 - 
bJK-1.2.8-rc-1 released/b/a

   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

   of Jakarta Tomcat Connectors 1.2.8-rc-1 (Relase Canditate 1).

  
  
  
  1.7   +14 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- 20041100.xml  20 Dec 2004 09:35:06 -  1.6
  +++ 20041100.xml  24 Dec 2004 12:26:21 -  1.7
  @@ -21,6 +21,20 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20041224.1 

  +h317 December - JK-1.2.8 released/h3

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.8.

  +/p

  +p

  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.

  +/p

  +pIf you find any bugs during testing this release, please fill in the

  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a

  +Bug Report. When entering bug select bNative:JK/b Component.

  +/p

  +/a 

  +hr size=1 noshade=noshade /
   a name=20041218.1 

   h317 December - JK-1.2.8-rc-1 released/h3

   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  
  
  

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



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

2004-12-20 Thread mturk
mturk   2004/12/20 01:35:06

  Modified:jk/xdocs changelog.xml index.xml
   jk/xdocs/news 20041100.xml
  Log:
  Update doscs for 1.2.8-rc-1
  
  Revision  ChangesPath
  1.8   +2 -2  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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changelog.xml 17 Dec 2004 12:28:12 -  1.7
  +++ changelog.xml 20 Dec 2004 09:35:06 -  1.8
  @@ -26,7 +26,7 @@
 subsection name=Native
   changelog
 fix
  -  Fix url rewriting by restoring the inplace uri from which the
  +  Fix url rewriting by restoring the in place uri from which the
 jsessionid was removed. (mturk)
 /fix
 update
  @@ -35,7 +35,7 @@
 /update
 fix
 Fix sending error pages for IIS to client by adding Content-Type header
  -  using correct api function all. (mturk)
  +  using correct api function call. (mturk)
 /fix
 fix
 bug32696/bug: Prevent IIS from crushing when web-inf url was 
requested. (mturk)
  
  
  
  1.29  +12 -0 jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- index.xml 13 Dec 2004 17:52:44 -  1.28
  +++ index.xml 20 Dec 2004 09:35:06 -  1.29
  @@ -28,6 +28,18 @@
   section name=Headlines
   br /
   ul
  +lia href=news/20041100.html#20041218.117 December 2004 - 
bJK-1.2.8-rc-1 released/b/a

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.8-rc-1 (Relase Canditate 1).

  +/p

  +p

  +We expect it to be ratified as a Stable release when the vote takes place

  +in the next week.

  +/p 

  +pDownlad the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.8-rc-1.tar.gz;JK
 1.2.8 release candidate 1 sources/a

  + | a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.8-rc-1.tar.gz.asc;PGP
 signature/a

  +/p

  +/li
   lia href=news/20041100.html#20041213.113 December 2004 - 
bJK-1.2.7-beta-3 released/b/a
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

   of Jakarta Tomcat Connectors 1.2.7-beta-3. The release contains a fix to few 
configuraton
  
  
  
  1.6   +19 -1 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- 20041100.xml  13 Dec 2004 17:52:44 -  1.5
  +++ 20041100.xml  20 Dec 2004 09:35:06 -  1.6
  @@ -21,8 +21,26 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20041218.1 

  +h317 December - JK-1.2.8-rc-1 released/h3

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.8-rc-1 (Relase Canditate 1).

  +/p

  +p

  +We expect it to be ratified as a Stable release when the vote takes place

  +in the next week.

  +/p

  +p

  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.

  +/p

  +pIf you find any bugs during testing this release, please fill in the

  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a

  +Bug Report. When entering bug select bNative:JK/b Component.

  +/p

  +/a 

  +hr size=1 noshade=noshade /
   a name=20041213.1 

  -h37 December - JK-1.2.7-beta-3 released/h3

  +h313 December - JK-1.2.7-beta-3 released/h3

   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

   of Jakarta Tomcat Connectors 1.2.7-beta-3. The release contains a fix to few 
configuration
   problems detected with JK-1.2.7-beta-2 version.

  
  
  

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



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

2004-12-13 Thread mturk
mturk   2004/12/13 09:52:44

  Modified:jk/xdocs index.xml
   jk/xdocs/news 20041100.xml
  Log:
  Advertise JK-1.2.7-BETA-3.
  
  Revision  ChangesPath
  1.28  +9 -0  jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- index.xml 7 Dec 2004 17:19:09 -   1.27
  +++ index.xml 13 Dec 2004 17:52:44 -  1.28
  @@ -28,6 +28,15 @@
   section name=Headlines
   br /
   ul
  +lia href=news/20041100.html#20041213.113 December 2004 - 
bJK-1.2.7-beta-3 released/b/a
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta-3. The release contains a fix to few 
configuraton
  +problems detected with JK-1.2.7-beta-2 version. 

  +/p
  +pDownlad the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.7-beta-3.tar.gz;JK
 1.2.7 beta sources/a
  + | a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.7-beta-3.tar.gz.asc;PGP
 signature/a
  +/p
  +/li
   lia href=news/20041100.html#20041207.17 December 2004 - 
bJK-1.2.7-beta-2 released/b/a
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

   of Jakarta Tomcat Connectors 1.2.7-beta-2. The release contains a fix to few 
compilation
  
  
  
  1.5   +19 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- 20041100.xml  7 Dec 2004 17:19:09 -   1.4
  +++ 20041100.xml  13 Dec 2004 17:52:44 -  1.5
  @@ -21,6 +21,25 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20041213.1 

  +h37 December - JK-1.2.7-beta-3 released/h3

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta-3. The release contains a fix to few 
configuration
  +problems detected with JK-1.2.7-beta-2 version.

  +/p

  +p

  +We expect it to be ratified as a Stable release when the vote takes place

  +in the next week.

  +/p

  +p

  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.

  +/p

  +pIf you find any bugs during testing this release, please fill in the
  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a
  +Bug Report. When entering bug select bNative:JK/b Component.
  +/p
  +/a 
  +hr size=1 noshade=noshade /
   a name=20041207.1 

   h37 December - JK-1.2.7-beta-2 released/h3

   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  
  
  

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



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

2004-12-07 Thread mturk
mturk   2004/12/07 09:19:09

  Modified:jk/xdocs index.xml
   jk/xdocs/news 20041100.xml
  Log:
  Add beta2 release news sections.
  
  Revision  ChangesPath
  1.27  +9 -0  jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.xml 3 Dec 2004 07:03:29 -   1.26
  +++ index.xml 7 Dec 2004 17:19:09 -   1.27
  @@ -28,6 +28,15 @@
   section name=Headlines
   br /
   ul
  +lia href=news/20041100.html#20041207.17 December 2004 - 
bJK-1.2.7-beta-2 released/b/a
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta-2. The release contains a fix to few 
compilation
  +problems detected with JK-1.2.7-beta version. 

  +/p
  +pDownlad the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.7-beta-2.tar.gz;JK
 1.2.7 beta sources/a
  + | a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.7-beta-2.tar.gz.asc;PGP
 signature/a
  +/p
  +/li
   lia href=news/20041100.html#20041130.130 November 2004 - 
bJK-1.2.7-beta released/b/a
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

   of Jakarta Tomcat Connectors 1.2.7-beta. The release contains a significant 
number

  
  
  
  1.4   +21 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- 20041100.xml  30 Nov 2004 09:16:01 -  1.3
  +++ 20041100.xml  7 Dec 2004 17:19:09 -   1.4
  @@ -21,6 +21,27 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20041207.1 

  +h37 December - JK-1.2.7-beta-2 released/h3

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta-2. The release contains a fix to few 
compilation
  +problems detected with JK-1.2.7-beta version. This release also introduces a 
new
  +bdomain/b concept clustering support. See bug32317/bug for details.

  +/p

  +p

  +We expect it to be ratified as a Stable release when the vote takes place

  +in the next two weeks.

  +/p

  +p

  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.

  +/p

  +pIf you find any bugs during testing this release, please fill in the
  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a
  +Bug Report. When entering bug select bNative:JK/b Component.
  +/p
  +/a 
  +hr size=1 noshade=noshade /

  +
   a name=20041130.1 

   h330 November - JK-1.2.7-beta released/h3

   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  
  
  

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



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

2004-11-30 Thread mturk
mturk   2004/11/30 01:16:01

  Modified:jk/xdocs index.xml
   jk/xdocs/news 20041100.xml
  Log:
  Add links to bugzilla.
  
  Revision  ChangesPath
  1.25  +5 -0  jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- index.xml 30 Nov 2004 07:35:37 -  1.24
  +++ index.xml 30 Nov 2004 09:16:01 -  1.25
  @@ -133,6 +133,11 @@
   pHere you can find old JK and JK2 documentation.
   /p
   /li
  +lia 
href=http://issues.apache.org/bugzilla/buglist.cgi?query_format=advancedamp;short_desc_type=allwordssubstramp;short_desc=amp;product=Tomcat+5amp;component=Native%3AJKamp;long_desc_type=substringamp;long_desc=amp;bug_file_loc_type=allwordssubstramp;bug_file_loc=amp;keywords_type=allwordsamp;keywords=amp;bug_status=NEWamp;bug_status=ASSIGNEDamp;bug_status=REOPENEDamp;emailassigned_to1=1amp;emailtype1=substringamp;email1=amp;emailassigned_to2=1amp;emailreporter2=1amp;emailcc2=1amp;emailtype2=substringamp;email2=amp;bugidtype=includeamp;bug_id=amp;votes=amp;chfieldfrom=amp;chfieldto=Nowamp;chfieldvalue=amp;cmdtype=doitamp;order=Reuse+same+sort+as+last+timeamp;field0-0-0=noopamp;type0-0-0=noopamp;value0-0-0=;
  +bCurrent Native:JK bugs/b/a
  +pThis is Buzgilla Bug List related to Native:JK.
  +/p
  +/li
   /ul
   
   /section
  
  
  
  1.3   +4 -0  jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 20041100.xml  30 Nov 2004 07:36:12 -  1.2
  +++ 20041100.xml  30 Nov 2004 09:16:01 -  1.3
  @@ -39,6 +39,10 @@
   brecycle_timeout/b.

   The socket_timeout now sets the real timeout for socket operations.

   /warn
  +pIf you find any bugs during testing this release, please fill in the
  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a
  +Bug Report. When entering bug select bNative:JK/b Component.
  +/p
   /a 

   
   hr size=1 noshade=noshade /

  
  
  

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



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

2004-11-29 Thread mturk
mturk   2004/11/29 23:36:12

  Modified:jk/xdocs/news 20041100.xml
  Log:
  Add 1.2.7 announcement
  
  Revision  ChangesPath
  1.2   +24 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 20041100.xml  18 Nov 2004 18:32:01 -  1.1
  +++ 20041100.xml  30 Nov 2004 07:36:12 -  1.2
  @@ -14,12 +14,35 @@
   body
   
   section name=News amp; Status
  +br /
   !--
   a name=2004.1
   h3/h3
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20041130.1 

  +h330 November - JK-1.2.7-beta released/h3

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta. The release contains a significant 
number

  +of bug fixes and new features. 

  +/p

  +p

  +We expect it to be ratified as a Stable release when the vote takes place

  +in the next two weeks.

  +/p

  +p

  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.

  +/p

  +warn

  +Since release 1.2.7 the bsocket_timeout/b property has been renamed to

  +brecycle_timeout/b.

  +The socket_timeout now sets the real timeout for socket operations.

  +/warn
  +/a 

  +
  +hr size=1 noshade=noshade /

  +
   a name=20041115.1 

   h315 November - JK2 is officially unsupported/h3

   pJK2 has been put in maintainer mode and no further development will take 
place.
  @@ -40,6 +63,7 @@
   /p

   /a 

   hr size=1 noshade=noshade /

  +
   /section
   /body
   /document  

  
  
  

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



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

2004-11-18 Thread mturk
mturk   2004/11/18 10:32:01

  Added:   jk/xdocs/news 20041100.xml project.xml
  Log:
  Add new news documents
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  ?xml version=1.0?
  !DOCTYPE document [
!ENTITY project SYSTEM project.xml
  ]
  document url=20041100.html
   
project;
   
properties
  author email=general.AT.jakarta.DOT.apache.DOT.orgApache Jakarta 
Project/author
  titleNews and Status/title
/properties
  
  body
  
  section name=News amp; Status
  !--
  a name=2004.1
  h3/h3
  /a
  hr size=1 noshade=noshade /
  --
  a name=20041115.1 

  h315 November - JK2 is officially unsupported/h3

  pJK2 has been put in maintainer mode and no further development will take 
place.
  The reason for shutting down JK2 development was the lack of developers 
interest.
  Other reason was lack of users interest in adopting JK2, caused by 
configuration
  complexity when compared to JK.
  /p
  pThe latest official JK2 release is 2.0.4.
  /p
  pJK2 will have it's successor within core Apache2.1/2.2 distribution.
  We have developed new bproxy_ajp/b that is an addition to
  the mod_proxy and uses Tomcat's AJP protocol stack. It is developped in 
httpd-2.1
  and integrated in it. We have also developed a new bproxy_balancer/b 
module
  for load balancing http and ajp protocol stacks.
  /p
  pJK will be fully supported for all other web servers. The next JK release 
is
  planned for the end of November. Lots of code from JK2 has been ported to JK
  /p

  /a 

  hr size=1 noshade=noshade /

  /section
  /body
  /document  

  
  
  
  1.1  jakarta-tomcat-connectors/jk/xdocs/news/project.xml
  
  Index: project.xml
  ===
  ?xml version=1.0 encoding=ISO-8859-1?
  project name=Apache Jakarta Tomcat Connector Documentation - Top Level 
Directory
  href=http://jakarta.apache.org/tomcat/;
  
  titleJakarta Tomcat Connector/title
  
  logo href=/images/tomcat.gif
  Breaking News
  /logo
  body
  
  menu name=Links
  item name=Docs Home href=../index.html/
  /menu
  
  /body
  /project
  
  
  

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