[mod_jk] Documentation

2006-06-14 Thread gaston . azerty
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 b

Re: [mod_jk] Documentation

2006-06-14 Thread David Rees
On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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. You'll

Re: [mod_jk] Documentation

2006-06-15 Thread gaston . azerty
I don't know why a part of my initial message is not visible in this answer, perhaps you cut it... So I recopy the end of my initial message : > > 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 > > docum

Re: [mod_jk] Documentation

2006-06-15 Thread Mark Thomas
[EMAIL PROTECTED] wrote: >>> I'm looking for UML diagrams and sequence diagrams. Sorry, they don't exist. >>> 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 others docs? Again. Sorry, but

Re: [mod_jk] Documentation

2006-06-15 Thread Rainer Jung
As there is no developer documentation: what are you trying to achieve? 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. All web server plugins use shared code contained in the directory "common". Rain

Re: [mod_jk] Documentation

2006-06-15 Thread gaston . azerty
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 cluste

Re: [mod_jk] Documentation

2006-06-15 Thread David Rees
On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: My problem is not a user problem, for the moment I don't want to use mod_jk, I only want to modify it and thus understand the mod_jk code before. So I think my question might be on the right list, but if I am again wrong I excuse myself and

Re: [mod_jk] Documentation

2006-06-15 Thread Filip Hanik - Dev Lists
yes, mod_proxy is probably a better choice, since it is HTTP, if you wanna use mod_jk the end point has to support the AJP protocol, I don't know that any other than jserv and tomcat are doing that right now. Filip David Rees wrote: On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Re: [mod_jk] Documentation

2006-06-16 Thread gaston . azerty
> Quoting David Rees <[EMAIL PROTECTED]>: > > On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > My problem is not a user problem, for the moment I don't want to use > > mod_jk, I > > only want to modify it and thus understand the mod_jk code before. So I > > think > > my question might

Re: [mod_jk] Documentation

2006-06-16 Thread Jean-frederic Clere
[EMAIL PROTECTED] wrote: Quoting David Rees <[EMAIL PROTECTED]>: On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: My problem is not a user problem, for the moment I don't want to use mod_jk, I only want to modify it and thus understand the mod_jk code before. So I think my que

Re: [mod_jk] Documentation

2006-06-16 Thread gaston . azerty
Quoting Jean-frederic Clere <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > >>Quoting David Rees <[EMAIL PROTECTED]>: > >> > >> > > > > > > > >>>On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>>My problem is not a user problem, for the moment I don't want to use > >>>mod_jk, I > >

Re: [mod_jk] Documentation

2006-06-16 Thread Jean-frederic Clere
[EMAIL PROTECTED] wrote: Quoting Jean-frederic Clere <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Quoting David Rees <[EMAIL PROTECTED]>: On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: My problem is not a user problem, for the moment I don't want to us

Re: [mod_jk] Documentation (offtopic)

2006-06-15 Thread Rick Knowles
Filip Hanik - Dev Lists wrote: yes, mod_proxy is probably a better choice, since it is HTTP, if you wanna use mod_jk the end point has to support the AJP protocol, I don't know that any other than jserv and tomcat are doing that right now. Actually I think you'll find it's in a little wider use

DO NOT REPLY [Bug 43442] - mod_jk documentation modification

2007-09-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43442] - mod_jk documentation modification

2007-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43442] - mod_jk documentation modification

2007-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43442] - mod_jk documentation modification

2008-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43442] New: - mod_jk documentation modification

2007-09-21 Thread bugzilla
gzilla/show_bug.cgi?id=43442 Summary: mod_jk documentation modification Product: Tomcat 5 Version: Unknown Platform: Other OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Connect