Quoting Rainer Jung <[EMAIL PROTECTED]>:

> As there is no developer documentation: what are you trying to achieve?
>

I would like to change dynamically the Round Robin Weighted (RRW), this takeover
depends on the application state wich is running on the cluster. Typically I
want to cut the cluster in two parts and to be able to send a request only to
one part of the cluster in function of the cookie.
It seems to me that some mechanisms close to those already exist, but where...

If there is no developer documentation, how do you do if you have to change
something?

> mod_jk.c is the file that contains the apache specific code. To
> understand it you will need to have some knowledge of the apache module API.
>

For the moment, I haven't got knowledge of the apache module API, I suppose it
may exist good docs.

> All web server plugins use shared code contained in the directory "common".
>
> Rainer
>
> [EMAIL PROTECTED] wrote:
> >
> > Hi,
> >
> > I'm working on a J2EE server (JOnAS) using Tomcat as web
> > container. I'm trying to add some mechanisms to allow the updating of
> > an application. The aim is to preserve HA (Hight AVaibility) by not
> > stopping completely the application.
> > So, I want to understand the code of mod_jk (the connector between
> > Apache, wich is he front end, and Tomcat) . I've already generated the
> > documentation (scandoc.pl : javadoc-like) and read the Howto on the web
> about
> > mod_jk. But it is not quite sufficient.
> >
> > I'm looking for UML diagrams and sequence diagrams.
> >
> > About mod_jk.c, my file is quit huge (2757 lines wc -l mod_jk.c) and there
> is
> > not a lot of comments so I've some issues to understand it, is there any
> others
> > documentations?
> >
> >
> > Regards,
> >
> > Thomas
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> --
> kippdata informationstechnologie GmbH
> Bornheimer Str. 33a
> 53111 Bonn
>
> Tel.: 0228/98549-0
> Fax:  0228/98549-50
> www.kippdata.de
> =======================
> kippdata informationstechnologie GmbH
> Bornheimer Str. 33a
> D-53111 Bonn
>
> Tel.: +49/0228/98549-0
> Fax:  +49/0228/98549-50
> www.kippdata.de
>
> ---------------------------------------------------------------------
> 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]

Reply via email to