RE: Jk2: jkctl handler

2001-12-14 Thread GOMEZ Henri
could you explain us more about ping ? Jk now has a 'ping' message type, which replaces the login and discovery messages. It will send the 'ping' as the first packet when it opens the connection, and also every time it is asked for ( or even periodically ). The ping will be equivalent with

RE: Jk2: jkctl handler

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, GOMEZ Henri wrote: What the result on login phase ? webserver send ping. tomcat send a loginseed in reply webserver send the loginsequence tomcat reply by sending log granted/deny How did tomcat will send uriMaps/ContextStatus without knowing from which VirtualHost

RE: Jk2: jkctl handler

2001-12-13 Thread GOMEZ Henri
This tries to solve the 'egg and chicken' config problem, and to fix/enable some other things. I want to add a second handler in mod_jk, similar with the 'status' for apache, mod_jserv, etc. ( same security issues - i.e. users will need access control, to use it, etc ). good thing The most

RE: Jk2: jkctl handler

2001-12-13 Thread costinm
On Thu, 13 Dec 2001, GOMEZ Henri wrote: The most important feature ( for now ) will be the handling of 'ping', where mod_jk will connect to any worker it knows about and send a ping message. could you explain us more about ping ? Jk now has a 'ping' message type, which replaces the login

Jk2: jkctl handler

2001-12-12 Thread costinm
This tries to solve the 'egg and chicken' config problem, and to fix/enable some other things. I want to add a second handler in mod_jk, similar with the 'status' for apache, mod_jserv, etc. ( same security issues - i.e. users will need access control, to use it, etc ). The most important