cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml installhowto.xml

2004-08-22 Thread yoavs
yoavs   2004/08/22 09:34:14

  Modified:jk/native/iis Tag: TOMCAT_5_0 isapi_install.vbs
   jk/xdocs/jk Tag: TOMCAT_5_0 iishowto.xml
   jk/xdocs/jk2 Tag: TOMCAT_5_0 configwebcom.xml
installhowto.xml
  Log:
  Back-ported CVS HEAD patches to TOMCAT_5_0 for 5.0.28.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.4.2.1   +3 -3  jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs
  
  Index: isapi_install.vbs
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- isapi_install.vbs 27 Feb 2004 16:07:39 -  1.4
  +++ isapi_install.vbs 22 Aug 2004 16:34:14 -  1.4.2.1
  @@ -47,7 +47,7 @@
   serverName = args(0)
   filterDir = args(1)
   filterName = jakarta
  -filterLib = \isapi_redirector.dll
  +filterLib = \isapi_redirect.dll
   workerFile = args(2)
   mountFile = args(3)
   logFile = args(4)
  @@ -161,7 +161,7 @@
   
   on error goto 0
   info Updating Registry
  -shell.RegWrite regRoot + extension_uri, /jakarta/isapi_redirector.dll
  +shell.RegWrite regRoot + extension_uri, /jakarta/isapi_redirect.dll
   shell.RegWrite regRoot + log_file, logFile
   shell.RegWrite regRoot + log_level, logLevel
   shell.RegWrite regRoot + worker_file, workerFile
  
  
  
  No   revision
  No   revision
  1.6.2.1   +11 -3 jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml
  
  Index: iishowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- iishowto.xml  4 Mar 2004 04:46:34 -   1.6
  +++ iishowto.xml  22 Aug 2004 16:34:14 -  1.6.2.1
  @@ -19,6 +19,7 @@
   titleIIS HowTo/title
   author email=[EMAIL PROTECTED]Henri Gomez/author
   author email=[EMAIL PROTECTED]Gal Shachor/author
  +author email=[EMAIL PROTECTED]Yoav Shapira/author
   date$Date$/date
   /properties
   
  @@ -71,10 +72,10 @@
   WinNT4.0-i386 SP4/SP5/SP6a (should be able to work with other service packs), Win2K 
and WinXP and Win98
   /li
   li
  -IIS4.0 and PWS4.0
  +IIS4.0 and PWS4.0 (numerous people have working IIS 5 and IIS 6 configurations)
   /li
   li
  -Tomcat 3.2.x, Tomcat 3.3.x, Tomcat 4.0.x, Tomcat 4.1.x and Tomcat 5
  +Tomcat 3.2 and later, Tomcat 4.x and Tomcat 5
   /li
   /ul
   /p
  @@ -85,6 +86,13 @@
   /p
   /subsection
   
  +subsection name=IIS 5 and 6 Notes
  +p
  +There are extra steps you need to take for configuring Tomcat with IIS 5 and 6.  
Please see the appropriate links from 
  +a href=http://wiki.apache.org/jakarta-tomcat/Tomcat_2fLinks;Tomcat Useful 
Links/a.
  +/p
  +/subsection
  +
   subsection name=Who support ajp protocols ?
   p
   The ajp12 protocol is only available in Tomcat 3.2.x and 3.3.x.
  @@ -92,7 +100,7 @@
   
   p
   The bajp12/b has been bdeprecated/b with Tomcat 3.3.x and you should use 
instead 
  -bajp13/b which is the only ajp protocol known by Tomcat 4.0.x, 4.1.x and 5.
  +bajp13/b which is the only ajp protocol known by Tomcat 4.x and 5.
   /p
   
   p
  
  
  
  No   revision
  No   revision
  1.18.2.1  +62 -42jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.18
  retrieving revision 1.18.2.1
  diff -u -r1.18 -r1.18.2.1
  --- configwebcom.xml  26 May 2004 07:06:00 -  1.18
  +++ configwebcom.xml  22 Aug 2004 16:34:14 -  1.18.2.1
  @@ -15,51 +15,71 @@
  See the License for the specific language governing permissions and
  limitations under the License.
   /copyright
  +
   properties
  -titleComponents/title
  -author email=[EMAIL PROTECTED]Costin Manolache/author
  -author email=[EMAIL PROTECTED]Jean-Frederic Clere/author
  -date$Date$/date
  +  titleComponents/title
  +
  +  author email=[EMAIL PROTECTED]Costin Manolache/author
  +  author email=[EMAIL PROTECTED]Jean-Frederic Clere/author
  +  author email=[EMAIL PROTECTED]Yoav Shapira/author
  +
  +  date$Date$/date
   /properties
  -section name=IntropEach component instance has a name, that is used for 
configuration and at runtime. Each component has a number of configurable properties. 
The following rules are used:
  -ulliThe name is composed from the type and a local part, separated with a ':' ( 
example: channel.unixsocket:/tmp/jk.socket ) /li
  -liThe 'type' consist of '.' and ascii characters.  It is mapped to a JMX 
'domain'.  /li
  -liThe local part consists of ascii characters and .:/; 
  -pNote that '=,' are not currently 

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml installhowto.xml

2004-08-11 Thread yoavs
yoavs   2004/08/11 11:06:27

  Modified:jk/xdocs/jk2 configwebcom.xml installhowto.xml
  Log:
  Corrected docs per email comments to tomcat-dev in thread titled
  Request: Webpage update jakarta.apache.org/tomcat/connectors-doc/jk2/jk2/ for 
IIS-Setup
  
  Revision  ChangesPath
  1.19  +62 -42jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- configwebcom.xml  26 May 2004 07:06:00 -  1.18
  +++ configwebcom.xml  11 Aug 2004 18:06:27 -  1.19
  @@ -15,51 +15,71 @@
  See the License for the specific language governing permissions and
  limitations under the License.
   /copyright
  +
   properties
  -titleComponents/title
  -author email=[EMAIL PROTECTED]Costin Manolache/author
  -author email=[EMAIL PROTECTED]Jean-Frederic Clere/author
  -date$Date$/date
  +  titleComponents/title
  +
  +  author email=[EMAIL PROTECTED]Costin Manolache/author
  +  author email=[EMAIL PROTECTED]Jean-Frederic Clere/author
  +  author email=[EMAIL PROTECTED]Yoav Shapira/author
  +
  +  date$Date$/date
   /properties
  -section name=IntropEach component instance has a name, that is used for 
configuration and at runtime. Each component has a number of configurable properties. 
The following rules are used:
  -ulliThe name is composed from the type and a local part, separated with a ':' ( 
example: channel.unixsocket:/tmp/jk.socket ) /li
  -liThe 'type' consist of '.' and ascii characters.  It is mapped to a JMX 
'domain'.  /li
  -liThe local part consists of ascii characters and .:/; 
  -pNote that '=,' are not currently allowed - a future version may support the jmx 
syntax by using quotes to separate the local part from the property and value ( in 
.properties mode we must use '=' to separate the value from type, local name and 
property name ). /p/li
  -liThe property is a simple name, with no dots. /li
  -liA simple form of substitution is used in values, where $(property) will be 
replaced with a previously defined setting. If the property has ':' in it, it'll take 
the value from the object, if not it'll take the value from a global map./li/ul/p
  +
  +section name=Intro
  +  p
  +Each component instance has a name, that is used for configuration and at 
runtime.
  +Each component has a number of configurable properties. The following rules are 
used:
  +ul
  +  liThe name is composed from the type and a local part, separated with a ':' 
( example: channel.unixsocket:/tmp/jk.socket ) /li
  +  liThe 'type' consist of '.' and ascii characters.  It is mapped to a JMX 
'domain'.  /li
  +  liThe local part consists of ascii characters and .:/; 
  +
  +p
  +  Note that '=,' are not currently allowed - a future version may support 
the jmx syntax by using quotes to separate the local part from the property and value 
( in .properties mode we must use '=' to separate the value from type, local name and 
property name ).
  +/p
  +  /li
  +  liThe property is a simple name, with no dots. /li
  +  liA simple form of substitution is used in values, where $(property) will 
be replaced with a previously defined setting. If the property has ':' in it, it'll 
take the value from the object, if not it'll take the value from a global map.
  +  /li
  +/ul
  +  /p
   /section
  -section name=Common properties
  -pCommon properties for all components/p
  -p
  -table
  -tr
  -thProperty name/th
  -thDefault/th
  -thDescription/th
  -/tr
  -tr
  -tddisabled/td
  -td0 (false)/td
  -tddisabled state for the component, 1=true 0=false/td
  -/tr
  -tr
  -tddebug/td
  -td0 (false)/td
  -tdDebug level for the component, 0=disabled, 1..10 
enabled. Higher levels
  -generate more debug./td
  -/tr
  -tr
  -tdversion/td
  -td0/td
  -td'Generation' of the component config. Important for 
runtime reconfiguration.
  -If you edit the config file or set the shmem 
properties, you need to also
  -upgrade the version of the modified component. The 
config layer will detect
  -the change and call the setter method./td
  - /tr
  -/table
  -/p
  -/section
  

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

2004-05-26 Thread jfclere
jfclere 2004/05/26 00:06:00

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Improve the description of the status worker.
  Submitted by Norm (normw at bocnet.com.au) (http://normw.gknw.com)
  
  Revision  ChangesPath
  1.18  +69 -3 jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- configwebcom.xml  15 Apr 2004 06:32:33 -  1.17
  +++ configwebcom.xml  26 May 2004 07:06:00 -  1.18
  @@ -515,8 +515,74 @@
   /p
   /subsection
   subsection name=status
  -pWorker that outputs a page with usefull information to monitor 
JK2/p
  -pTo use it add a uri component assigned to this worker/p
  +pAn optional worker that outputs (HTML) pages with useful 
information to monitor JK2./p
  +pTo create the worker, add a [status:] or [status:'a name'] 
section./p
  +pThe status worker needs no 'local' name, although one can be 
used if desired./p
  +pTo access the worker, add a [uri] section with the group= 
assigned to this worker./p
  +pThe status worker has the following additional properties:
  +table
  +tr
  +thProperty name/th
  +thDefault/th
  +thDescription/th
  +/tr
  +tr
  +tdstyleMode/td
  +td0 (None)/td
  +tdDefines if or how the status worker will apply a 
Style Sheet to returned pages./td
  +/tr
  +tr
  +tdstylePath/td
  +tdNULL/td
  +tdFor styleMode=2 or 3, where to find the Style Sheet 
file./td
  +/tr
  +/table
  +/p
  +pThe syleMode setting accepts the following values:
  +table
  +tr
  +thstyleMode value/th
  +thDescription/th
  +/tr
  +tr
  +td0/td
  +tdNo Style settings are used. (Default)/td
  +/tr
  +tr
  +td1/td
  +tdUse the built-in Default Style Sheet. It is 
presented as an 'Internal Style Sheet' to HTML pages./td
  +/tr
  +tr
  +td2/td
  +tdUse stylePath as a URI context to an external Style 
Sheet file to be returned by the Web Server./td
  +/tr
  +tr
  +td3/td
  +tdUse stylePath as a file-system reference to a Style 
Sheet file. It is presented as an 'Internal Style
  +Sheet' to HTML pages./td
  +/tr
  +/table
  +/p
  +pIf the stylePath has not been set, styleMode=2 and 3 are 
ignored./p
  +pThe sylePath setting accepts the following values:
  +table
  +tr
  +thstyleMode value/th
  +thstylePath Description/th
  +/tr
  +tr
  +td2/td
  +tdA URI context to a file (e.g  
/styles/jkstatus.css). It must begin with '/' and include the file name./td
  +/tr
  +tr
  +td3/td
  +tdA file-system path (suitable for the OS in use) 
plus file name. Also ${serverRoot}/conf/'file name'
  +allows the file to be located in Apache's conf 
directory./td
  +/tr
  +/table
  +/p
  +pIf the Style file cannot be found, Mode 2 and 3 record Apache 
log entries./p
  +pFor styleMode=2 and 3, changes in the Style Sheet are effective 
on the next access to the status worker./p
   /subsection
   subsection name=lb
   pLoadbalanced worker/p
  
  
  

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



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

2004-04-15 Thread mturk
mturk   2004/04/14 23:32:33

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Update few missing docs. Thanks to Agnus Mezick.
  
  Revision  ChangesPath
  1.17  +109 -37   jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- configwebcom.xml  13 Mar 2004 07:33:24 -  1.16
  +++ configwebcom.xml  15 Apr 2004 06:32:33 -  1.17
  @@ -156,26 +156,26 @@
   thDefault/th
   thDescription/th
   /tr
  -tr

  -tdfile/td

  -tdNo default value/td

  -tdName of the file that will be mmapped to use as shared 
memory, If set to 'anonymous' use the anonymous shered memory/td

  -/tr

  -tr

  -tdsize/td

  -tdNo default value/td

  -tdDeprecated. Size of the file./td

  -/tr

  -tr

  -tdslots/td

  -td256/td

  -tdNumber of shared memory slots. Set to the number of 
child processes/td

  -/tr

  -tr

  -tduseMemory/td

  -td0/td

  -tdUse process memory instead of shared memory. Useful for 
single child mpm's/td

  -/tr

  +tr
  +tdfile/td
  +tdNo default value/td
  +tdName of the file that will be mmapped to use as shared 
memory, If set to 'anonymous' use the anonymous shered memory/td
  +/tr
  +tr
  +tdsize/td
  +tdNo default value/td
  +tdDeprecated. Size of the file./td
  +/tr
  +tr
  +tdslots/td
  +td256/td
  +tdNumber of shared memory slots. Set to the number of 
child processes/td
  +/tr
  +tr
  +tduseMemory/td
  +td0/td
  +tdUse process memory instead of shared memory. Useful for 
single child mpm's/td
  +/tr
   /table
   /p
   /section
  @@ -346,10 +346,18 @@
   tr
   tdlb_factor/td
   td1/td
  -td
  -Load balancing factor to use. At this moment, it'll be set on the worker,
  -but in future it should be possible to use lb on a channel level.
  -  /td
  +tdLoad balancing factor to use. The lower the 
lb_factor the more often that tomcat will get requests but see
  +level below./td
  +/tr
  +tr
  +tdlevel/td
  +td1/td
  +tdWorker Priority.  Valid values are 0-3.  The 
functioning workers with the lowest level
  +will be checked for the lowest lb_value, and if 
found will be run.  The upper level workers are
  +only checked upon failure of all workers on ALL of 
the levels below them.  This is very 
  +useful for implementing failover withing a cluster. 
 You could set the tomcat server local 
  +on the same machine as the apache instance to level 
0 and all of the other workers to level 1.
  +This would cause apache to only use the external 
tomcats when the local tomcat is down./td
   /tr
   tr
   tdgroup/td
  @@ -359,8 +367,13 @@
   tr
   tdtomcatId/td
   tdAutomatically set to the localname ( host:port 
)/td
  -tdMust match the JVM route on tomcat Engine, for load 
balancing/td
  +tdMust match the JVM route on tomcat the server.xml 
Engine element, for load balancing/td
   /tr
  +tr
  +tdroute/td
  +tdAutomatically set to the localname ( host:port 
)/td
  +tdSame as tomcatId/td
  +/tr

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

2004-04-15 Thread NormW
Good evening... and rats...(kind of).
I'd just started putting jk2_get_most_suitable_worker() into pseudocode
myself, but glad that it has finally been done in any case. For those that
haven't looked at the code, it will come as a surprise to learn the
magnitude of the decision making process.
Thanks to you and Angus.
Norm

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 4:32 PM
Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml


 mturk   2004/04/14 23:32:33

   Modified:jk/xdocs/jk2 configwebcom.xml
   Log:
   Update few missing docs. Thanks to Agnus Mezick.

   Revision  ChangesPath
   1.17  +109 -37
jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml

   Index: configwebcom.xml
   ===
   RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
   retrieving revision 1.16
   retrieving revision 1.17
   diff -u -r1.16 -r1.17
   --- configwebcom.xml 13 Mar 2004 07:33:24 - 1.16
   +++ configwebcom.xml 15 Apr 2004 06:32:33 - 1.17
   @@ -156,26 +156,26 @@
thDefault/th
thDescription/th
/tr
   -tr
   -tdfile/td
   -tdNo default value/td
   -tdName of the file that will be mmapped to
use as shared memory, If set to 'anonymous' use the anonymous shered
memory/td
   -/tr
   -tr
   -tdsize/td
   -tdNo default value/td
   -tdDeprecated. Size of the file./td
   -/tr
   -tr
   -tdslots/td
   -td256/td
   -tdNumber of shared memory slots. Set to the
number of child processes/td
   -/tr
   -tr
   -tduseMemory/td
   -td0/td
   -tdUse process memory instead of shared
memory. Useful for single child mpm's/td
   -/tr
   +tr
   +tdfile/td
   +tdNo default value/td
   +tdName of the file that will be mmapped to
use as shared memory, If set to 'anonymous' use the anonymous shered
memory/td
   +/tr
   +tr
   +tdsize/td
   +tdNo default value/td
   +tdDeprecated. Size of the file./td
   +/tr
   +tr
   +tdslots/td
   +td256/td
   +tdNumber of shared memory slots. Set to the
number of child processes/td
   +/tr
   +tr
   +tduseMemory/td
   +td0/td
   +tdUse process memory instead of shared
memory. Useful for single child mpm's/td
   +/tr
/table
/p
/section
   @@ -346,10 +346,18 @@
tr
tdlb_factor/td
td1/td
   -td
   -Load balancing factor to use. At this moment, it'll be set on the
worker,
   -but in future it should be possible to use lb on a channel level.
   -  /td
   +tdLoad balancing factor to use. The lower
the lb_factor the more often that tomcat will get requests but see
   +level below./td
   +/tr
   +tr
   +tdlevel/td
   +td1/td
   +tdWorker Priority.  Valid values are 0-3.
The functioning workers with the lowest level
   +will be checked for the lowest
lb_value, and if found will be run.  The upper level workers are
   +only checked upon failure of all
workers on ALL of the levels below them.  This is very
   +useful for implementing failover
withing a cluster.  You could set the tomcat server local
   +on the same machine as the apache
instance to level 0 and all of the other workers to level 1.
   +This would cause apache to only use the
external tomcats when the local tomcat is down./td
/tr
tr
tdgroup/td
   @@ -359,8 +367,13 @@
tr
tdtomcatId/td
tdAutomatically set

RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-04-15 Thread Angus Mezick
AHH NO NOT AGNUS!!!  Sigh, such is my life :)

--aNGus

 -Original Message-
 From: NormW [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 15, 2004 5:18 AM
 To: Tomcat Developers List
 Subject: Re: cvs commit: 
 jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml
 
 
 Good evening... and rats...(kind of).
 I'd just started putting jk2_get_most_suitable_worker() into 
 pseudocode
 myself, but glad that it has finally been done in any case. 
 For those that
 haven't looked at the code, it will come as a surprise to learn the
 magnitude of the decision making process.
 Thanks to you and Angus.
 Norm
 
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 15, 2004 4:32 PM
 Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 
 configwebcom.xml
 
 
  mturk   2004/04/14 23:32:33
 
Modified:jk/xdocs/jk2 configwebcom.xml
Log:
Update few missing docs. Thanks to Agnus Mezick.

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



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

2004-04-15 Thread NormW
10,000 apologies!
There should be a law against operating a computer while under the influence
of haste.
But discern you knew who I meant even if I didn't actually type it and
I've been on the end of similar typo's myself, so know where you are coming
from.
Nrom

- Original Message - 
From: Angus Mezick [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 11:09 PM
Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2
configwebcom.xml


AHH NO NOT AGNUS!!!  Sigh, such is my life :)

--aNGus

 -Original Message-
 From: NormW [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 15, 2004 5:18 AM
 To: Tomcat Developers List
 Subject: Re: cvs commit:
 jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml


 Good evening... and rats...(kind of).
 I'd just started putting jk2_get_most_suitable_worker() into
 pseudocode
 myself, but glad that it has finally been done in any case.
 For those that
 haven't looked at the code, it will come as a surprise to learn the
 magnitude of the decision making process.
 Thanks to you and Angus.
 Norm

 - Original Message - 
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 15, 2004 4:32 PM
 Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2
 configwebcom.xml


  mturk   2004/04/14 23:32:33
 
Modified:jk/xdocs/jk2 configwebcom.xml
Log:
Update few missing docs. Thanks to Agnus Mezick.

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



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



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

2004-03-14 Thread NormW
Good day, or it will be for you in about 6 hours or so (we're +10 GMT)



  From: NormW
 
  
   Perhaps in 2.0.5
  * Suggested mainly for consistency with most of the other
  objects, but it also now has enough properties that could
  appear in a qry= dump.

 Well, you may always make a patch :-).
Okay, it seems a useful challenge; I'll see what I can pull together

  And lastly, the configwebcom.xml indicates the default value
  for slots is 256, but the program
  if (!shm-slotMaxCount)
  shm-slotMaxCount = 1;
  suggests rather that it is 1, AFAICT.
 

 No, It's a sanity check if someone puts solts=0 in config, and for
potential
 settings from server side.
 The default value is defined by DEFAULT_SLOT_COUNT, and it is set when the
 shm object is created.
* Checking for sanity should be done more often.  :-)

  Thanks again, and will now have to focus on Novell.
  Have a Good Morning  Good Day  Good Evening  Good Night!
  Norm
 

 I'm from Croatia (GMT+1) :-)

 MT.

Thanks for taking the time to reply. Will be back with a patch 'soon', but
don't wait for me...
Norm

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




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



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

2004-03-14 Thread ax
This account does not exist



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



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

2004-03-14 Thread Lee

--- NormW [EMAIL PROTECTED] wrote:
 Good day, or it will be for you in about 6 hours or
 so (we're +10 GMT)
 
 
 
   From: NormW
  
   
Perhaps in 2.0.5
   * Suggested mainly for consistency with most of
 the other
   objects, but it also now has enough properties
 that could
   appear in a qry= dump.
 
  Well, you may always make a patch :-).
 Okay, it seems a useful challenge; I'll see what I
 can pull together
 
   And lastly, the configwebcom.xml indicates the
 default value
   for slots is 256, but the program
   if (!shm-slotMaxCount)
   shm-slotMaxCount = 1;
   suggests rather that it is 1, AFAICT.
  
 
  No, It's a sanity check if someone puts solts=0 in
 config, and for
 potential
  settings from server side.
  The default value is defined by
 DEFAULT_SLOT_COUNT, and it is set when the
  shm object is created.
 * Checking for sanity should be done more often.
  :-)
 
   Thanks again, and will now have to focus on
 Novell.
   Have a Good Morning  Good Day  Good Evening
  Good Night!
   Norm
  
 
  I'm from Croatia (GMT+1) :-)
 
  MT.
 
 Thanks for taking the time to reply. Will be back
 with a patch 'soon', but
 don't wait for me...
 Norm
 
 

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

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


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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



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

2004-03-14 Thread Lee

--- [EMAIL PROTECTED] wrote:
 This account does not exist
 
 
 

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


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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



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

2004-03-14 Thread Guenter Knauf
Oh, how I love this: 
the one idiot's virus replies to the other idiot's virus or something like that!!
VERY GREAT! Well, one more, and I (and probably 20 more) unsubscribe! That makes no 
fun anymore here on the list!!!
now since the viruses reply to each other anyway no real human poster is necessary any 
more to keep traffic on the list.

 --- [EMAIL PROTECTED] wrote:
 This account does not exist




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



 __
 Do you Yahoo!?
 Yahoo! Mail - More reliable, more storage, less spam
 http://mail.yahoo.com

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



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



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

2004-03-13 Thread NormW
Good morning Mladen.
Okay, a little bluff. The sun isn't quite up but the sky is clear. The Good
morning is as much to indicate that this project is a global thing as it is
a social sense.
Thanks for the time and consideration given the 'ideas' sent.

 Hi,

  -Original Message-
  From: NormW
  jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml
 
  Good morning.

 It depends where :-)
* True, but one can only describe their experience and regards.

  In looking at the new shm, note the following:
 
  1. SHM no longer works on NetWare with either file option.
  ... will have to look into that.
 

 Good. It shouldn't, cause shm is not officially supported on Netware.
 That's why I've added the memory (changed to useMemory) option, where the
 mapping is done using plain allocated memory.
 That enables to use the stats and lb factors consistently.
 If you wish that useMemory will be the default behavior disable the apr's
 APR_HAS_SHARED_MEMORY flag.

 Since you have only single child process shm is not needed after all.
 I think that shm was planned to be the communication channel too, but that
 was never implemented.
* Sniff... we had it for a while, and now it's gone again, but that might be
the basis to prod Novell's own developers.

  2. Is it possible to have a 'slots' 'auto' option that gets
  the value from either the platform or the build rather than a
  hard coded 256?
 

 Perhaps in 2.0.5
 But I'll see if I can put that to workerEnv

  3. Can the shm 'memory' option be changed to 'memoryType' so
  that it more self-explanatory. [memory=0 isn't.]
 

 Changed to useMemory.
* Thanks.

  4. The fourth line added should read ...memory. If set to
  'anonymous' use the anonymous shared memory.
 
  5. The second last line added should read Use the process
  memory... I think.
 
  6. Can the size, file, slots and memory[Type] properties be
  added to a shm getAttribute method?
 

 Perhaps in 2.0.5
* Suggested mainly for consistency with most of the other objects, but it
also now has enough properties that could appear in a qry= dump.
  Thanks for any feedback,
  Norm
 
And lastly, the configwebcom.xml indicates the default value for slots is
256, but the program
if (!shm-slotMaxCount)
shm-slotMaxCount = 1;
suggests rather that it is 1, AFAICT.

Thanks again, and will now have to focus on Novell.
Have a Good Morning  Good Day  Good Evening  Good Night!
Norm

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




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



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

2004-03-13 Thread ax
This account does not exist



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



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

2004-03-13 Thread NormW
Good... what ever part of the day pleases... :-)

Another look at the new shm.c and would comment on a design point, perhaps
to consider for 2.0.5.

The setAttributes() list for shm.c includes a 'resetEndpointStats' element,
which is not a 'property' of shm but a means to reset its counters as
such it is actually closer to a method for the shm object. It is a matter of
design interpretation, but I see setAttributes() as a mechanism for setting
the value of a property rather than an alternate means to call local object
functions.

My $0.02.
Norm

 Hi,

  -Original Message-
  From: NormW
  jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml
 
  Good morning.

 It depends where :-)

  In looking at the new shm, note the following:
 
  1. SHM no longer works on NetWare with either file option.
  ... will have to look into that.
 

 Good. It shouldn't, cause shm is not officially supported on Netware.
 That's why I've added the memory (changed to useMemory) option, where the
 mapping is done using plain allocated memory.
 That enables to use the stats and lb factors consistently.
 If you wish that useMemory will be the default behavior disable the apr's
 APR_HAS_SHARED_MEMORY flag.

 Since you have only single child process shm is not needed after all.
 I think that shm was planned to be the communication channel too, but that
 was never implemented.

  2. Is it possible to have a 'slots' 'auto' option that gets
  the value from either the platform or the build rather than a
  hard coded 256?
 

 Perhaps in 2.0.5
 But I'll see if I can put that to workerEnv

  3. Can the shm 'memory' option be changed to 'memoryType' so
  that it more self-explanatory. [memory=0 isn't.]
 

 Changed to useMemory.

  4. The fourth line added should read ...memory. If set to
  'anonymous' use the anonymous shared memory.
 
  5. The second last line added should read Use the process
  memory... I think.
 
  6. Can the size, file, slots and memory[Type] properties be
  added to a shm getAttribute method?
 

 Perhaps in 2.0.5

  Thanks for any feedback,
  Norm
 


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




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



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

2004-03-13 Thread ax
This account does not exist



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



RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-13 Thread Mladen Turk
 

 From: NormW
 
 
  Perhaps in 2.0.5
 * Suggested mainly for consistency with most of the other 
 objects, but it also now has enough properties that could 
 appear in a qry= dump.

Well, you may always make a patch :-).

 And lastly, the configwebcom.xml indicates the default value 
 for slots is 256, but the program
 if (!shm-slotMaxCount)
 shm-slotMaxCount = 1;
 suggests rather that it is 1, AFAICT.
 

No, It's a sanity check if someone puts solts=0 in config, and for potential
settings from server side.
The default value is defined by DEFAULT_SLOT_COUNT, and it is set when the
shm object is created.

 Thanks again, and will now have to focus on Novell.
 Have a Good Morning  Good Day  Good Evening  Good Night!
 Norm
 

I'm from Croatia (GMT+1) :-)

MT.


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



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

2004-03-12 Thread mturk
mturk   2004/03/12 11:33:24

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Some docs about new shm directives.
  
  Revision  ChangesPath
  1.15  +21 -11jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- configwebcom.xml  10 Mar 2004 09:36:39 -  1.14
  +++ configwebcom.xml  12 Mar 2004 19:33:24 -  1.15
  @@ -156,16 +156,26 @@
   thDefault/th
   thDescription/th
   /tr
  -tr
  -tdfile/td
  -tdNo default value/td
  -tdName of the file that will be mmapped to use as shared 
memory./td
  -/tr
  -tr
  -tdsize/td
  -tdNo default value/td
  -tdSize of the file./td
  -/tr
  +tr

  +tdfile/td

  +tdNo default value/td

  +tdName of the file that will be mmapped to use as shared 
memory, if set to 'anonymous' use the anonymous shered memory/td

  +/tr

  +tr

  +tdsize/td

  +tdNo default value/td

  +tdDeprecated. Size of the file./td

  +/tr

  +tr

  +tdslots/td

  +td256/td

  +tdNumber of shared memory slots. Set to the number of 
child processes/td

  +/tr

  +tr

  +tdmemory/td

  +td0/td

  +tdUse the precess memory instead of shared memory. Useful 
for single child mpm's/td

  +/tr

   /table
   /p
   /section
  
  
  

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



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

2004-03-12 Thread NormW
Good morning.
In looking at the new shm, note the following:

1. SHM no longer works on NetWare with either file option. ... will have to
look into that.

2. Is it possible to have a 'slots' 'auto' option that gets the value from
either the platform or the build rather than a hard coded 256?

3. Can the shm 'memory' option be changed to 'memoryType' so that it more
self-explanatory. [memory=0 isn't.]

4. The fourth line added should read ...memory. If set to 'anonymous' use
the anonymous shared memory.

5. The second last line added should read Use the process memory... I
think.

6. Can the size, file, slots and memory[Type] properties be added to a shm
getAttribute method?

Thanks for any feedback,
Norm


- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 13, 2004 6:33 AM
Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml


 mturk   2004/03/12 11:33:24

   Modified:jk/xdocs/jk2 configwebcom.xml
   Log:
   Some docs about new shm directives.

   Revision  ChangesPath
   1.15  +21 -11
jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml

   Index: configwebcom.xml
   ===
   RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
   retrieving revision 1.14
   retrieving revision 1.15
   diff -u -r1.14 -r1.15
   --- configwebcom.xml 10 Mar 2004 09:36:39 - 1.14
   +++ configwebcom.xml 12 Mar 2004 19:33:24 - 1.15
   @@ -156,16 +156,26 @@
thDefault/th
thDescription/th
/tr
   -tr
   -tdfile/td
   -tdNo default value/td
   -tdName of the file that will be mmapped to
use as shared memory./td
   -/tr
   -tr
   -tdsize/td
   -tdNo default value/td
   -tdSize of the file./td
   -/tr
   +tr
   +tdfile/td
   +tdNo default value/td
   +tdName of the file that will be mmapped to
use as shared memory, if set to 'anonymous' use the anonymous shered
memory/td
   +/tr
   +tr
   +tdsize/td
   +tdNo default value/td
   +tdDeprecated. Size of the file./td
   +/tr
   +tr
   +tdslots/td
   +td256/td
   +tdNumber of shared memory slots. Set to the
number of child processes/td
   +/tr
   +tr
   +tdmemory/td
   +td0/td
   +tdUse the precess memory instead of shared
memory. Useful for single child mpm's/td
   +/tr
/table
/p
/section




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




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



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

2004-03-12 Thread mturk
mturk   2004/03/12 23:33:24

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Spell check fixes
  
  Revision  ChangesPath
  1.16  +4 -4  jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- configwebcom.xml  12 Mar 2004 19:33:24 -  1.15
  +++ configwebcom.xml  13 Mar 2004 07:33:24 -  1.16
  @@ -159,7 +159,7 @@
   tr

   tdfile/td

   tdNo default value/td

  -tdName of the file that will be mmapped to use as shared 
memory, if set to 'anonymous' use the anonymous shered memory/td

  +tdName of the file that will be mmapped to use as shared 
memory, If set to 'anonymous' use the anonymous shered memory/td

   /tr

   tr

   tdsize/td

  @@ -172,9 +172,9 @@
   tdNumber of shared memory slots. Set to the number of 
child processes/td

   /tr

   tr

  -tdmemory/td

  +tduseMemory/td

   td0/td

  -tdUse the precess memory instead of shared memory. Useful 
for single child mpm's/td

  +tdUse process memory instead of shared memory. Useful for 
single child mpm's/td

   /tr

   /table
   /p
  
  
  

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



RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-12 Thread Mladen Turk
 Hi,

 -Original Message-
 From: NormW
 jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml
 
 Good morning.

It depends where :-)

 In looking at the new shm, note the following:
 
 1. SHM no longer works on NetWare with either file option. 
 ... will have to look into that.
 

Good. It shouldn't, cause shm is not officially supported on Netware.
That's why I've added the memory (changed to useMemory) option, where the
mapping is done using plain allocated memory.
That enables to use the stats and lb factors consistently.
If you wish that useMemory will be the default behavior disable the apr's
APR_HAS_SHARED_MEMORY flag.

Since you have only single child process shm is not needed after all.
I think that shm was planned to be the communication channel too, but that
was never implemented.

 2. Is it possible to have a 'slots' 'auto' option that gets 
 the value from either the platform or the build rather than a 
 hard coded 256?
 

Perhaps in 2.0.5
But I'll see if I can put that to workerEnv

 3. Can the shm 'memory' option be changed to 'memoryType' so 
 that it more self-explanatory. [memory=0 isn't.]
 

Changed to useMemory.

 4. The fourth line added should read ...memory. If set to 
 'anonymous' use the anonymous shared memory.
 
 5. The second last line added should read Use the process 
 memory... I think.
 
 6. Can the size, file, slots and memory[Type] properties be 
 added to a shm getAttribute method?
 

Perhaps in 2.0.5

 Thanks for any feedback,
 Norm
 


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



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

2004-03-10 Thread hgomez
hgomez  2004/03/10 01:36:39

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Fix documentation, Thanks NormW

  
  Revision  ChangesPath
  1.14  +2 -2  jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- configwebcom.xml  4 Mar 2004 04:46:34 -   1.13
  +++ configwebcom.xml  10 Mar 2004 09:36:39 -  1.14
  @@ -205,7 +205,7 @@
   /tr
   tr
   tdgroup/td
  -tdlb:0 (The default loadbalancer)/td
  +tdlb:lb (The default loadbalancer)/td
   tdName of the tomcat group or worker that will process 
the request corresponding to the uri. This used
   to be called 'worker'/td
   /tr
  
  
  

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



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

2004-03-10 Thread ax
This account does not exist



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



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

2004-02-27 Thread hgomez
hgomez  2004/02/27 00:35:39

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Update documentation with noErrorHeader (lb won't touch headers)
  
  Revision  ChangesPath
  1.12  +7 -1  jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- configwebcom.xml  24 Feb 2004 08:42:38 -  1.11
  +++ configwebcom.xml  27 Feb 2004 08:35:39 -  1.12
  @@ -483,6 +483,12 @@
   td/
   /tr
   tr
  +tdnoErrorHeader/td
  +td1 (true)/td
  +tdIf set, jk2 won't touch the headers in case of 
error and will let for example Apache present the ErrorDocument via mod_alias. 
  +/td
  +/tr
  +tr
   tdnoWorkerMsg/td
   td/
   td/
  
  
  

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



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

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:42:38

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Update jk2 documentation (channel.socket)...
  
  Revision  ChangesPath
  1.11  +49 -58jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- configwebcom.xml  16 Feb 2004 08:16:58 -  1.10
  +++ configwebcom.xml  24 Feb 2004 08:42:38 -  1.11
  @@ -90,6 +90,16 @@
   tdnot set/td
   tdPass the URI escaped./td
   /tr
  +tr
  +tdnoRecoveryIfRequestSent/td
  +tdset/td
  +tdNo recovery in LB mode if a Tomcat allready received 
the request./td
  +/tr
  +tr
  +tdnoRecoveryIfHeaderSent/td
  +tdset/td
  +tdNo recovery in LB mode if a Tomcat allready start to 
send reply to client./td
  +/tr
   /table
   /p
   pOnly one of the forwardURI option could be used it replaces the 
default value./p
  @@ -265,6 +275,10 @@
   [channel.socket:localhost:8009] and all other things will have good defaults. 
   /p
   p
  +NB: Starting with JK2 2.0.4, APR is mandatory and the channel.socket use APR 
(previously
  +called channel.apr).
  +/p
  +p
   Tomcat Engine must be set with jvmRoute=HOST:PORT, to match the default tomcatId 
of the channel.
   /p
   p
  @@ -295,61 +309,6 @@
   td? /td
   /tr
   tr
  -tdlb_factor/td
  -td1/td
  -td
  -Load balancing factor to use. At this moment, it'll be set on the worker,
  -but in future it should be possible to use lb on a channel level.
  -  /td
  -/tr
  -tr
  -tdgroup/td
  -tdlb/td
  -tdloadbalanced groups to which this channel and the 
associated worker will be added, multivalued. You need to set it only if you have an 
advanced setup with multiple clusters./td
  -/tr
  -tr
  -tdtomcatId/td
  -tdAutomatically set to the localname ( host:port 
)/td
  -tdMust match the JVM route on tomcat Engine, for load 
balancing/td
  -/tr
  -/table
  -/p
  -/subsection
  -subsection name=channel.apr
  -p
  -A communication transport to a remote Engine using APR library
  -bMagic:/b The local part of the name will be the Engine name,
  -to use when defining the uri mappings. For example
  -channel.apr.local_9009 will automatically define an engine named
  -local_9009, and if no other setting is set ajp13 will be used for
  -communication.
  -bMagic:/b If no channel is defined in the config, a default channel
  -will be constructed with port=8009, engine=DEFAULT, worker=ajp13 -
  -named 'channel.apr.DEFAULT'
  -/p
  -p
  -table
  -tr
  -thProperty name/th
  -thDefault/th
  -thDescription/th
  -/tr
  -tr
  -tdport/td
  -td8009/td
  -tdPort where Tomcat is listening/td
  -/tr
  -tr
  -tdhost/td
  -tdlocalhost/td
  -tdRemote host/td
  -/tr
  -tr
  -tdkeepalive/td
  -td0 (disabled)/td
  -tdIf set to 1 then it enables the use of keep-alive 
packets on TCP connection /td
  -/tr
  -tr
   tdtimeout/td
   td0 (infinite)/td
   tdSocket timeout for sending and receiving/td
  @@ -369,8 +328,13 @@
   /tr
   tr
   tdgroup/td
  -tdlb:0/td
  -tdloadbalanced groups to which this channel and the 
associated worker will be added, multivalued/td
  +  

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

2004-02-16 Thread hgomez
hgomez  2004/02/16 00:16:58

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  correct documentation, lb_factor instead of lbfactor.

  

  Fix Bug #26674
  
  Revision  ChangesPath
  1.10  +7 -7  jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- configwebcom.xml  16 May 2003 10:28:44 -  1.9
  +++ configwebcom.xml  16 Feb 2004 08:16:58 -  1.10
  @@ -295,7 +295,7 @@
   td? /td
   /tr
   tr
  -tdlbfactor/td
  +tdlb_factor/td
   td1/td
   td
   Load balancing factor to use. At this moment, it'll be set on the worker,
  @@ -360,7 +360,7 @@
   tdIf set to 1 Disables the Nagle algorithm for send 
coalescing/td
   /tr
   tr
  -tdlbfactor/td
  +tdlb_factor/td
   td1/td
   td
   Load balancing factor to use. At this moment, it'll be set on the worker,
  @@ -464,10 +464,10 @@
   tr
   tdmax_connections/td
   td0 (unlimited)/td
  -tdMaximum number of currently used endpoints.

  -If the specified number is reached then the load 
balancer has the chance

  -to try another worker. This is very useful in 
situations when having multiple

  -servers and you wish to finer grade the lb_factor.

  +tdMaximum number of currently used endpoints.
  +If the specified number is reached then the load 
balancer has the chance
  +to try another worker. This is very useful in 
situations when having multiple
  +servers and you wish to finer grade the lb_factor.
   /td
   /tr
   /table
  
  
  

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



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

2002-11-12 Thread costin
costin  2002/11/12 16:22:12

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Few fixes.
  
  Revision  ChangesPath
  1.5   +12 -5 jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configwebcom.xml  22 Oct 2002 12:45:40 -  1.4
  +++ configwebcom.xml  13 Nov 2002 00:22:12 -  1.5
   -153,19 +153,26 
   thDescription/th
   /tr
   tr
  -tdworker/td
  +tdgroup/td
   tdlb:0 (The default loadbalancer)/td
  -tdName of the worker that process the request 
corresponding to the uri/td
  +tdName of the tomcat group or worker that will process 
the request corresponding to the uri. This used
  +to be called 'worker'/td
   /tr
   tr
   tdcontext/td
   td/
  -tdthe context that will be served by this uri component 
(webapp style)/td
  +tdthe context path for this uri component (webapp 
style)./td
  +/tr
  +tr
  +tdservlet/td
  +td/
  +tdServlet path for this mapping/td
   /tr
   tr
   tdalias/td
   td/
  -tdserver name alias/td
  +tdserver name alias. This setting should only be used for 
  +host uris like [uri:myHost:myPort] ( i.e. no /) /td
   /tr
   /table
   /p
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




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

2002-10-22 Thread mturk
mturk   2002/10/22 05:45:40

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Describe the max_connections for ajp13 worker.
  
  Revision  ChangesPath
  1.4   +9 -0  jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configwebcom.xml  15 Oct 2002 14:00:11 -  1.3
  +++ configwebcom.xml  22 Oct 2002 12:45:40 -  1.4
   -423,6 +423,15 
   td/
   td/
   /tr
  +tr
  +tdmax_connections/td
  +td0 (unlimited)/td
  +tdMaximum number of currently used endpoints.
  +If the specified number is reached then the load 
balancer has the chance
  +to try another worker. This is very useful in 
situations when having multiple
  +servers and you wish to finer grade the lb_factor.
  +/td
  +/tr
   /table
   /p
   /subsection
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




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

2002-10-15 Thread mturk

mturk   2002/10/15 07:00:11

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Add the classpath option to the vm:
  
  Revision  ChangesPath
  1.3   +6 -1  jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configwebcom.xml  3 Oct 2002 16:57:49 -   1.2
  +++ configwebcom.xml  15 Oct 2002 14:00:11 -  1.3
  @@ -190,6 +190,11 @@
   td/
   tdOption to pass to this vm, this is a multivalued 
property/td
   /tr
  +tr
  +tdclasspath/td
  +td/
  +td-Djava.class.path 0ption to pass to this vm, this is a 
multivalued property/td
  +/tr
   /table
   /p
   /section
  
  
  

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




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

2002-10-03 Thread costin

costin  2002/10/03 09:57:49

  Modified:jk/xdocs index.xml
   jk/xdocs/jk2 configwebcom.xml
  Log:
  Added the 'version' common property.
  
  Few addition and fixes in the description of jk2.
  
  Revision  ChangesPath
  1.11  +23 -7 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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.xml 23 Sep 2002 14:59:39 -  1.10
  +++ index.xml 3 Oct 2002 16:57:49 -   1.11
  @@ -13,7 +13,7 @@
   It was a completely new Tomcat-Apache plug-in that handles the communication 
between Tomcat and Apache.
   /p
   p
  -The newest bJK2/b is a rewrite of bJK/b.
  +The newest bJK2/b is a refactoring of bJK/b.
   The native part has been completly
   restructured and the configuration has been simplified a lot.
   /p
  @@ -75,19 +75,35 @@
   
   section name=What's the difference between JK and JK2 ?
   p
  -JK2 is a full rewrite of JK and is much more powerfull.
  +JK2 is a refactoring of JK and is much more powerfull.
   /p
   p
   Even if it works with Apache 1.3, JK2 has been developed with Apache 2.0 in mind,
  -and sus is better suited for multi-threaded servers like IIS, NES/iPlanet.
  +and is better suited for multi-threaded servers like IIS, NES/iPlanet. It can also
  +be embeded in other applications and used from java.
   /p
   p
  -JK2 has a better separation between protocol and physical layer.
  +JK2 improves the modularity and has a better separation between protocol and 
physical layer.
   As such JK2 support fast unix-socket, and could be extended to support others 
communications
  -channels. Better it's suited for JNI and JDK 1.4 fast IO APIs
  +channels. It is better suited for JNI and may use (in a future version) JDK 1.4 NIO.
   /p
   p
  -JK2 could be monitored via special URLs (like mod_status)
  +There is additional support for monitoring, similar with JMX in java. A module 
similar
  +with mod_status is provided, and additional adapters can be used to interface and 
  +provide status and runtime configuration. .
  +/p
  +p
  +The configuration has been changed to follow the component models. Multiple 
configuration
  +sources can be supported ( in additon to file ) providing better integration with
  +the embeding application. The config layer uses the management layer APIs and it can
  +support persistence for changes done via runtime configuration.
  +/p
  +p
  +Another feature is the JNI mode. Jk2 can be used as a JNI library and provide 
access to
  +native features to java. For example it provides access to shared memory ( used for 
  +config and monitoring in a multiprocess environment ), unix domain sockets. It can
  +also provide access to signals, chuid, win registry. All using the same 
communication
  +mechansim, and supporting both in-process and out-of process modes.
   /p
   /section
   
  
  
  
  1.2   +11 -2 jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configwebcom.xml  3 Oct 2002 15:33:41 -   1.1
  +++ configwebcom.xml  3 Oct 2002 16:57:49 -   1.2
  @@ -31,8 +31,17 @@
   tr
   tddebug/td
   td0 (false)/td
  -tddebug state for the component, 1=true 0=false/td
  +tdDebug level for the component, 0=disabled, 1..10 
enabled. Higher levels
  +generate more debug./td
   /tr
  +tr
  +tdversion/td
  +td0/td
  +td'Generation' of the component config. Important for 
runtime reconfiguration.
  +If you edit the config file or set the shmem 
properties, you need to also
  +upgrade the version of the modified component. The 
config layer will detect
  +the change and call the setter method./td
  + /tr
   /table
   /p
   /section
  
  
  

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