You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yh...@mimic.onesourcecorp.com on 2000/07/09 22:21:58 UTC

mod_jserv to be updated before 3.2 release ?

Hi guys,
just wondering if the updates and bug fixes to mod_jserv in the latest
version of Apache JServ are going to be rolled into tomcat ? 
These are the bug fixes i grabbed from the changelogs :

fixed some issues with load balancing and uneven distribution of servers
as a result of those that are marked as down. thanks to Christos Zoulas (JSS). 

Fixed Bug Id: mod_jserv/6108 JservSessionId is not found in Query -> Load
balancing fails when cookies are not used Thanks to Jerome Waibel. (JLR) 

Fixed Bug Id: mod_jserv/6087 encoding should be ISO-8859-1 instead of
ISO8859_1 Thanks to tim.landscheidt@gmx.de. (JSS)  

Fixed Bug Id: mod_jserv/6099 Problem
with serialization of sessions on class reload Thanks to Babak Kunze.
(JSS)
     
Fixed possible problem with SessionID-uniqness on servers with heavy
load (HZ)

fixed potential buffer overflow in jserv_balance. thanks to JSS for the
find (JLR) 

Thanks.
-Ys-
yhs@mimic.onesourcecorp.com


Re: mod_jserv to be updated before 3.2 release ?

Posted by Jon Stevens <jo...@latchkey.com>.
on 7/9/2000 1:21 PM, "yhs@mimic.onesourcecorp.com"
<yh...@mimic.onesourcecorp.com> wrote:

> fixed some issues with load balancing and uneven distribution of servers
> as a result of those that are marked as down. thanks to Christos Zoulas (JSS).

_maybe_ with tomcat, but i doubt it.

> Fixed Bug Id: mod_jserv/6108 JservSessionId is not found in Query -> Load
> balancing fails when cookies are not used Thanks to Jerome Waibel. (JLR)

has nothing to do with tomcat.

> Fixed Bug Id: mod_jserv/6087 encoding should be ISO-8859-1 instead of
> ISO8859_1 Thanks to tim.landscheidt@gmx.de. (JSS)

has nothing to do with tomcat.

> Fixed Bug Id: mod_jserv/6099 Problem
> with serialization of sessions on class reload Thanks to Babak Kunze.
> (JSS)

has nothing to do with tomcat.

> Fixed possible problem with SessionID-uniqness on servers with heavy
> load (HZ)

tomcat uses a different method.

> fixed potential buffer overflow in jserv_balance. thanks to JSS for the
> find (JLR) 

this is already in tomcat.

-jon