jfclere 2004/05/26 01:10:05
Modified:jk/native2/common jk_worker_ajp13.c
Log:
- adds 'debug' into setAttribute() (it was already listed in setAttributeInfo[]),
- adds 'max_connections' to 'setAttributeInfo[]' (it was already in setAttribute()),
- adds 'max_connections' to 'getAtt
hgomez 2004/03/17 09:12:47
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Remove unused vars
Revision ChangesPath
1.63 +0 -2 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
===
truk2004/03/12 12:42:51
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Don't do a prepost check alive if the endpoint is not connected yet (it
always fails). When connecting endpoint do a prepost check alive if
there isn't a connect check alive.
Revision ChangesP
hgomez 2004/03/01 01:35:26
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Tab policies
Revision ChangesPath
1.61 +38 -38jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
=
Bill Barker wrote:
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 27, 2004 1:07 AM
Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common
jk_worker_ajp13.c
hgomez 2004/02/27 01:07:23
Modified:jk/na
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 27, 2004 1:07 AM
Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common
jk_worker_ajp13.c
> hgomez 2004/02/27 01:07:23
>
> Modified:jk/native2/com
hgomez 2004/02/27 01:07:23
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Fix BR27281, when user stop its browser return 206 instead of 500
Revision ChangesPath
1.60 +4 -0 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_aj
hgomez 2004/02/23 09:03:43
Modified:jk/native2/common jk_worker_ajp13.c
Log:
More works on recoveryOpts
Revision ChangesPath
1.58 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
===
Hej!
Tack för din e-post. Du har tilldelats ärendenummer # 76817. Vi kommer att besvara
ditt ärende under ordinarie öppettider och återkommer med svar snarast möjligt. Vid
fortsatta kontakter med oss ber vi dig använda svarsknappen i ditt e-postsystem. Då
bibehålls ditt ärendenummer. Har du inte
hgomez 2004/02/23 05:57:27
Modified:jk/native2 CHANGES.txt
jk/native2/include jk_worker.h
jk/native2/common jk_worker_ajp13.c
Log:
Initial port of recovery_opts (from jk)
Revision ChangesPath
1.12 +2 -2 jakarta-tomcat-connectors/jk
hgomez 2004/02/16 00:34:10
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Fix BR 8968 with long URI.
BTW, we should handled this better since URI with more than 64 chars
may be common...
Revision ChangesPath
1.55 +2 -0 jakarta-tomcat-connectors/jk
costin 2003/03/11 16:41:32
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Check for null - because in C you don't get NullPointerExceptions :-)
Revision ChangesPath
1.47 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worke
costin 2003/03/04 15:59:23
Modified:jk/native2/common jk_worker_ajp13.c
Log:
If the route is not set - default to the local name.
Revision ChangesPath
1.46 +6 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
=
costin 2003/03/03 23:22:10
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Added setters and init for the new field
Revision ChangesPath
1.45 +9 -7 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
=
costin 2002/11/21 09:58:35
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Same fix for jk2. Don't send initial chunk for chunked encoding.
The reason the data is sent for POST - in almost all cases tomcat
will read it ( required by the spec - to process the data ). This wa
mturk 2002/10/18 08:23:52
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Add max_connections option that checks the number of used endpoints.
If the specified number is reached then the load balancer has the chance
to try another worker. This is very usefull in situations wh
mturk 2002/10/15 02:38:29
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Fix group (lb) processing for channels, allowing the lb:name syntax.
This prevents making lb:lb:name for such situations.
Revision ChangesPath
1.40 +30 -11jakarta-tomcat-connectors/j
Costin Manolache wrote:
> Mladen - time for a jk2.0.2 :-) ?
>
> I think this was a serious bug - if Nacho confirms the other tests
> are passing, we need to push it into a milestone.
>
> As a note: breaking the ajp connection on error is IMO the
> best solution for now. If we start doing strong
ED]
> Asunto: cvs commit: jakarta-tomcat-connectors/jk/native2/common
> jk_worker_ajp13.c
>
>
> costin 2002/10/04 13:29:19
>
> Modified:jk/native2/common jk_worker_ajp13.c
> Log:
> Tentative fix for 12346.
>
> If an unrecoverable error happens
costin 2002/10/04 13:29:19
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Tentative fix for 12346.
If an unrecoverable error happens ( for example when the client
hits stop - the server can't send more data since the connection is lost )
we need to forcefully break the
mturk 2002/07/08 06:34:26
Modified:jk/native2/common jk_worker_ajp13.c
Log:
no message
Revision ChangesPath
1.38 +15 -15jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
==
mturk 2002/06/29 11:29:51
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Changed the call to the service callback.
Revision ChangesPath
1.36 +1 -2 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
===
mturk 2002/06/29 00:49:30
Modified:jk/native2/common jk_worker_ajp13.c
Log:
If the channel provides the status callback call that and return
if channel has not been initialized
Revision ChangesPath
1.35 +8 -0 jakarta-tomcat-connectors/jk/native2/common/jk_w
...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, June 26, 2002 4:42 AM
>To: [EMAIL PROTECTED]
>Subject: cvs commit: jakarta-tomcat-connectors/jk
jfclere 2002/06/10 00:51:06
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Typo.
Revision ChangesPath
1.30 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
===
nacho 02/05/18 15:43:27
Modified:jk/native2/common jk_worker_ajp13.c
Log:
* Added check for a null uriEnv, IIS 2 phase process couldnt put a uriEnv in the
service struct so was issuing a NPE
Revision ChangesPath
1.24 +2 -2 jakarta-tomcat-connectors/jk/nativ
costin 02/05/16 16:46:01
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Big cosmetic change: use ajp13 consistently.
Revision ChangesPath
1.23 +120 -123 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
==
costin 02/05/15 12:41:27
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Time the requests.
Revision ChangesPath
1.21 +56 -41jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
costin 02/05/14 13:41:05
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Better management of endpoints for a worker.
Revision ChangesPath
1.20 +34 -10jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
==
costin 02/05/14 10:21:09
Modified:jk/native2/common jk_worker_ajp13.c
Log:
- remove the stat info ( moved to endpoint )
- increment the counters after the request, for each endpoint. That's very trade
safe, as an endpoint can't be used in 2 threads.
- various cosmetic c
costin 02/05/10 17:06:58
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Few ( bigger ) changes:
- we no longer de-allocate the endpoint. The ep will store important statistics
about request processing ( times, nr. of requests, etc ) - it's much better
than the worker si
costin 02/05/09 14:03:45
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Clean up the debuging.
Started to add the 'introspection' info, it'll be exposed in the status.
Revision ChangesPath
1.16 +14 -7 jakarta-tomcat-connectors/jk/native2/common/jk_worke
costin 02/05/03 10:47:31
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Update the list of properties to include more lb info.
Automatically add the worker to all the groups that are configured in.
The load balancing is now configured by including (one or many)
"grou
costin 02/04/11 12:34:56
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Fix channel initialization, better messages.
Revision ChangesPath
1.7 +17 -15jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
==
costin 02/03/25 19:04:24
Modified:jk/native2/common jk_worker_ajp13.c jk_worker_jni.c
Log:
Update to the new interface changes, few fixes.
Revision ChangesPath
1.5 +8 -4 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13
costin 02/03/24 19:34:38
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Magic to set the channel. The worker.init() will create a channel
automatically if none is specified.
( it'll be better to configure the channel and
create the worker automatically )
Revision
costin 02/03/23 09:27:44
Modified:jk/native2/common jk_worker_ajp13.c
Log:
Create the endpoint using the factory method
Revision ChangesPath
1.2 +5 -24 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
==
costin 02/03/20 15:38:51
Added: jk/native2/common jk_worker_ajp13.c
Removed: jk/native2/common jk_ajp14_worker.c
Log:
Renamed the ajp worker to follow the rest of the code naming scheme.
Also reverted back to ajp13 - all 14 extensions will consist on
additional heade
38 matches
Mail list logo