cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c

2004-03-15 Thread mturk
mturk   2004/03/15 00:25:34

  Modified:jk/native2/server/isapi jk_service_iis.c
  Log:
  Fix the case when the initial read brom buffer is mixed with ReadClient.
  
  Revision  ChangesPath
  1.28  +6 -3  
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_service_iis.c
  
  Index: jk_service_iis.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_service_iis.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- jk_service_iis.c  28 Feb 2004 08:12:43 -  1.27
  +++ jk_service_iis.c  15 Mar 2004 08:25:34 -  1.28
  @@ -173,21 +173,24 @@
   /* if that's all what that server wants to read, return... */
   if (toread == rdlen) {
   env-l-jkLog(env, env-l, JK_LOG_DEBUG, 
  -  jk_ws_service_t::read buffer readed %d from 
already %d of total %d bytes\n,
  -  toread, s-content_read, lpEcb-cbAvailable);
  +  jk_ws_service_t::read buffer readed %d from 
already %d of initial %d bytes from %d\n,
  +  toread, s-content_read, lpEcb-cbAvailable, 
lpEcb-cbTotalBytes);
   return JK_OK;
   }
   else {
   /* Adjust the read buffer and length */
   rdlen -= toread;
   buff  += toread;
  +env-l-jkLog(env, env-l, JK_LOG_DEBUG, 
  +  jk_ws_service_t::read initial readed %d going to 
read %d\n,
  +  toread, rdlen);
   }
   }
   
   /*
   * Now try to read from the client ...
   */
  -if (lpEcb-ReadClient(lpEcb-ConnID, b, rdlen)) {
  +if (lpEcb-ReadClient(lpEcb-ConnID, buff, rdlen)) {
   *actually_read += rdlen;
env-l-jkLog(env, env-l, JK_LOG_DEBUG, 
  jk_ws_service_t::read ReadClient readed %d 
(actually %d) bytes\n,
  
  
  

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



Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c

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



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



DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

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

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

[PATCH] mod_jk2 for IIS, Bugfix corrupted data ]





--- Additional Comments From [EMAIL PROTECTED]  2004-03-15 08:34 ---

Hi, can you guys test with the provided current isapi_redirector2.dll
Can be downloaded from:
http://www.apache.org/~mturk/isapi_redirector2.zip

It includes the most recent bug fix, but have no idea why that worked on my 
site.

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



Re: jk2 2.0.4 release

2004-03-15 Thread Henri Gomez
NormW wrote:
Good morning again.
As a PS to my last message, while testing the new changes to Jk2 noted that,
in jk_worker_status.c the qry= option uses a plain/text coding rather than
plain/html, and as a consequence, the recently added STYLE block is shown
at the top of the page... it needs to be moved inside the if (qry=)/else
block.
Norm

Hi,

We see many bug fixes in the last 2 weeks in jk2, and I wonder if
some of you still have some corrections to commit.
I plan to tag jk2 next Monday morning, and make the release on
monday afternoon.
If nobody object, I'll do like this
Did there is still things in the pipes which prevent the jk2 2.0.4 release ?

Mladen, Norm, Jean-Fred, Guenter ?

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


Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Re: jk2 2.0.4 release failed for the following reason:


mail from 209.237.227.194 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Re: jk2 2.0.4 release

2004-03-15 Thread jean-frederic clere
Henri Gomez wrote:
NormW wrote:

Good morning again.
As a PS to my last message, while testing the new changes to Jk2 noted 
that,
in jk_worker_status.c the qry= option uses a plain/text coding rather 
than
plain/html, and as a consequence, the recently added STYLE block is 
shown
at the top of the page... it needs to be moved inside the if (qry=)/else
block.
Norm


Hi,

We see many bug fixes in the last 2 weeks in jk2, and I wonder if
some of you still have some corrections to commit.
I plan to tag jk2 next Monday morning, and make the release on
monday afternoon.
If nobody object, I'll do like this


Did there is still things in the pipes which prevent the jk2 2.0.4 
release ?

Mladen, Norm, Jean-Fred, Guenter ?
No. I am now checking old PR's to close them ;-)

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




signature.asc
Description: OpenPGP digital signature


Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Re: jk2 2.0.4 release failed for the following reason:


mail from 217.115.66.9 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



RE: jk2 2.0.4 release

2004-03-15 Thread Mladen Turk
 
 -Original Message-
 From: Henri Gomez
 
 Did there is still things in the pipes which prevent the jk2 
 2.0.4 release ?
 
 Mladen, Norm, Jean-Fred, Guenter ?
 

Have you (or pehaps others too) been able to test the new shm
implementation?


MT.


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of RE: jk2 2.0.4 release failed for the following reason:


mail from 213.149.32.24 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



PATCH jk_worker_status.c scoreboard reset update

2004-03-15 Thread NormW
Greetings All.
Attached is a very small patch to jk_worker_status.c to bring the
resetScoreboard function in to line with recent changes in jk_shm.c
Thanks for the time and attention.
Norm
--
--- jk_worker_status.c.orig Sun Mar 14 08:25:45 2004
+++ jk_worker_status.c Mon Mar 15 21:52:32 2004
@@ -292,7 +292,7 @@
 return;
 }

-for( i=1; i  wenv-shm-head-lastSlot; i++ ) {
+for( i=0; i  wenv-shm-head-lastSlot; i++ ) {
 jk_shm_slot_t *slot= wenv-shm-getSlot( env, wenv-shm, i );

 if( slot==NULL ) continue;
--

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

Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of PATCH jk_worker_status.c scoreboard reset update failed 
for the following reason:


mail from 203.7.134.118 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-03-15 Thread mturk
mturk   2004/03/15 03:05:26

  Modified:jk/native2/common jk_worker_status.c
  Log:
  Fix the resetScoreboard loop start index. Thx. Norm
  
  Revision  ChangesPath
  1.57  +1 -1  jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c
  
  Index: jk_worker_status.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- jk_worker_status.c13 Mar 2004 10:12:24 -  1.56
  +++ jk_worker_status.c15 Mar 2004 11:05:26 -  1.57
  @@ -292,7 +292,7 @@
   return;
   }
   
  -for( i=1; i  wenv-shm-head-lastSlot; i++ ) {
  +for( i=0; i  wenv-shm-head-lastSlot; i++ ) {
   jk_shm_slot_t *slot= wenv-shm-getSlot( env, wenv-shm, i );
   
   if( slot==NULL ) continue;
  
  
  

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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of cvs commit: jakarta-tomcat-connectors/jk/native2/common 
jk_worker_status.c failed for the following reason:


mail from 209.237.227.194 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-03-15 Thread Henri Gomez
[EMAIL PROTECTED] wrote:

mturk   2004/03/15 03:05:26

  Modified:jk/native2/common jk_worker_status.c
  Log:
  Fix the resetScoreboard loop start index. Thx. Norm
  
  Revision  ChangesPath
  1.57  +1 -1  jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c
  
  Index: jk_worker_status.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- jk_worker_status.c	13 Mar 2004 10:12:24 -	1.56
  +++ jk_worker_status.c	15 Mar 2004 11:05:26 -	1.57
  @@ -292,7 +292,7 @@
   return;
   }
   
  -for( i=1; i  wenv-shm-head-lastSlot; i++ ) {
  +for( i=0; i  wenv-shm-head-lastSlot; i++ ) {
   jk_shm_slot_t *slot= wenv-shm-getSlot( env, wenv-shm, i );
   
   if( slot==NULL ) continue;
You were faster, I see the commit while doing it from my side :)

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


Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common 
jk_worker_status.c failed for the following reason:


mail from 209.237.227.194 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Re: jk2 2.0.4 release

2004-03-15 Thread Henri Gomez
Mladen Turk wrote:

 

-Original Message-
From: Henri Gomez
Did there is still things in the pipes which prevent the jk2 
2.0.4 release ?

Mladen, Norm, Jean-Fred, Guenter ?



Have you (or pehaps others too) been able to test the new shm
implementation?
I build it and noticed in init step :

[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_config.c(434): 
config.setConfig():  Creating channel.socket:localhost:8009
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(200): 
env.createBean2(): Create [channel.socket] localhost:8009
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(335): 
env.getByName(): Get by name workerEnv 8ad25a0
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(200): 
env.createBean2(): Create [ajp13] localhost:8009
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(200): 
env.createBean2(): Create [threadMutex] (null)
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(264): 
env.createBean2(): register threadMutex:5 8b228c8
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(335): 
env.getByName(): Get by name workerEnv 8ad25a0
[Mon Mar 15 12:14:55 2004] [debug] ../../common/jk_env.c(200): 
env.createBean2(): Create [threadMutex] (null)



[Mon Mar 15 12:14:56 2004] [debug] ../../common/jk_env.c(335): 
env.getByName(): Get by name status: 8b288b8
[Mon Mar 15 12:14:56 2004] [debug] ../../common/jk_env.c(325): 
env.getByName(): Can't find 8ac5130 lb
[Mon Mar 15 12:14:56 2004] [debug] ../../common/jk_env.c(325): 
env.getByName(): Can't find 8ac5130 lb
[Mon Mar 15 12:14:56 2004] [debug] ../../common/jk_env.c(325): 
env.getByName(): Can't find 8ac5130 lb
[Mon Mar 15 12:14:56 2004] [debug] ../../common/jk_env.c(325): 
env.getByName(): Can't find 8ac5130 lb

I'm using the Apache 2.0.47 from Fedora Core 1 which is multi-threaded

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


Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Elliptic Curve Cryptography

2004-03-15 Thread Andrey Rogov

Is the Elliptic Curve Cryptographic method supplied with TOMCAT server for users 
authentication?

Thank for answer,

-- 
Best regards,
 Andrey  mailto:[EMAIL PROTECTED]


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Re: jk2 2.0.4 release failed for the following reason:


mail from 209.237.227.194 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Elliptic Curve Cryptography failed for the following 
reason:


mail from 195.5.8.123 refused, blocked by:
proxies.relays.monkeys.com


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



Re: jk2 2.0.4 release

2004-03-15 Thread jean-frederic clere
Mladen Turk wrote:
 

-Original Message-
From: Henri Gomez
Did there is still things in the pipes which prevent the jk2 
2.0.4 release ?

Mladen, Norm, Jean-Fred, Guenter ?



Have you (or pehaps others too) been able to test the new shm
implementation?
I have a core in linux prefork (httpd-2.1).
+++
[Mon Mar 15 12:21:10 2004] [notice] jk2_init() Setting scoreboard slot 0 for 
child 7104
[Mon Mar 15 12:21:10 2004] [notice] Apache/2.0.47 (Unix) mod_ssl/2.0.47 
OpenSSL/0.9.6l DAV/2 mod_jk2/2.0.4-dev configured --
resuming normal operations
[Mon Mar 15 12:21:10 2004] [info] Server built: Jan  7 2004 11:40:10
[Mon Mar 15 12:21:10 2004] [debug] prefork.c(1037): AcceptMutex: sysvsem 
(default: sysvsem)
[Mon Mar 15 12:21:10 2004] [notice] child pid 7104 exit signal Segmentation 
fault (11)
+++



MT.

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




signature.asc
Description: OpenPGP digital signature


Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Re: jk2 2.0.4 release failed for the following reason:


mail from 172.25.96.53 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



Returned mail: Delivery Failed

2004-03-15 Thread manager

The attempted delivery of Returned mail: Delivery Failed failed for the following 
reason:


mail from 202.57.162.11 refused, blocked by:
proxies.relays.monkeys.com


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



  1   2   3   4   5   >