Re: Testing

2006-07-27 Thread gaston . azerty
Thnaks for your councils, but really to obtain this information (i.e The cookie JSESSIONID in the request is it always valid.) I mostly prefer asking it to Tomcat than to create a probably incomplete mechanism on Apache. (And personnally I think that adding an interface to obtain an information al

Re: Testing

2006-07-26 Thread gaston . azerty
Quoting Jean-frederic Clere <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > >Hi, > > > >I suppose the answer to my question will be no, but I need so much that I > prefer > >to ask the question... > > > >Is it possible for an external program to test if a session exists on the > server > >Tomc

Testing

2006-07-26 Thread gaston . azerty
Hi, I suppose the answer to my question will be no, but I need so much that I prefer to ask the question... Is it possible for an external program to test if a session exists on the server Tomcat? In fact, I am working on mod_jk and I would like to send a HTTP request to Tomcat only if the cooki

Testing

2006-07-26 Thread gaston . azerty
Hi, I suppose the answer to my question will be no, but I need so much that I prefer to ask the question... Is it possible for an external program to test if a session exists on the server Tomcat? In fact, I am working on mod_jk and I would like to send a HTTP request to Tomcat only if the cooki

Re: Mod_JK / Tomcat : How does Tomcat know its name in mod_jk side?

2006-07-24 Thread gaston . azerty
Thanks Quoting Rainer Jung <[EMAIL PROTECTED]>: > The name associated with each worker must match the one used for the > jvmRoute attribute specified on the Engine element of the corresponding > node's server.xml. > > It's not explicitely passed via AJP. You need to keep the names in > workers.p

Mod_JK / Tomcat : How does Tomcat know its name in mod_jk side?

2006-07-20 Thread gaston . azerty
Hi, I'm always working on mod_jk and I have got a question about cookie generation on the Tomcat side. When a request has been send by a new client, he obtains a Cookie, this cookie has been generated by Tomcat (worker). In this cookie, we find the route to the correct worker for the next request

Mod_jk : function maintain()

2006-07-13 Thread gaston . azerty
Hi, I'm currently working in mod_jk in order to add a particular mechanism, in this work I have to understand the structure and the behavior of the different workers (status, lb,...). So I spend my time in the reverse engineering of mod_jk... An for example I don't really understand the meaning

AJP version

2006-06-30 Thread gaston . azerty
Hi, I am working on mod_jk in order to add a mechanism wich would be able to bind dynamically a client to a particular worker, something like the sticky-session. So, I have found three files jk_ajp1{2|3|4}_worker.c, I suppose jk_ajp12_worker.c is for the version 1.2 of the ajp protocol, and so o

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 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-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 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

[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