Re: jk2 and debug on specials uri

2004-04-05 Thread NormW
t; <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 10:03 PM Subject: Re: jk2 and debug on specials uri > NormW wrote: > > > Good evening Henri, > > Thanks for taking the patch. > > > > The p

Re: jk2 and debug on specials uri

2004-04-05 Thread Henri Gomez
NormW wrote: Good evening Henri, Thanks for taking the patch. The pseudo-code (now below) is mostly an 'analysis' of what I would expect JkUriSet to do based on understanding of the process. From this it is mostly a check list of what to expect to find when looking at what the code actually does.

Re: jk2 and debug on specials uri

2004-04-05 Thread NormW
Good evening Henri, Thanks for taking the patch. The pseudo-code (now below) is mostly an 'analysis' of what I would expect JkUriSet to do based on understanding of the process. From this it is mostly a check list of what to expect to find when looking at what the code actually does. In looking at

Re: jk2 and debug on specials uri

2004-04-04 Thread Henri Gomez
Henri Gomez wrote: Thanks to send a diff to latest code so I could commit it. Oh, you allready provided a patch. Thanks, I commit it ASAP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: jk2 and debug on specials uri

2004-04-04 Thread Henri Gomez
NormW wrote: Good afternoon Henri. In visualising the process of JkUriSet, arrived at the following in pseudo-code. Shame I can't translate it to C otherwise I would offer a diff. :-) Regards, Norm JkUriSet property, value /* Only allow inside a Location block */ if (! block) { lo

Re: jk2 and debug on specials uri

2004-04-03 Thread NormW
Good afternoon Henri. In visualising the process of JkUriSet, arrived at the following in pseudo-code. Shame I can't translate it to C otherwise I would offer a diff. :-) Regards, Norm JkUriSet property, value /* Only allow inside a Location block */ if (! block) { log "error, JkU

Re: jk2 and debug on specials uri

2004-04-03 Thread NormW
Good morning All. A little slower than some, plus intervening activities... A check of jk_uriEnv.c shows neither "debug" or "disabled" are 'settable' properties, so using a standard set approach (using setAttr) currently isn't possible; perhaps these could be added to the setAttributes list and fun

Re: jk2 and debug on specials uri

2004-04-02 Thread NormW
Good morning Henri. I was speaking from theory, as the only JkSet/JkUriSet entries that I've used so far are setting the worker and some logger values, and they work without problem. One thing you might see is that the JkUriSet/JkSet/JkSet2 directives only update the actual object referred to and n

Re: jk2 and debug on specials uri

2004-04-02 Thread Henri Gomez
Henri Gomez wrote: NormW wrote: Good evening Henri, Wouldn't it be JkUriSet group lb JkUriSet debug 1 I tried but it didn't works ;( or JkSet uri:/examples/*.debug 1 or JkSet2 uri:/examples/* debug 1 Well it didn't works neither. I'm using these 2 on a VirtualHost I'm look

Re: jk2 and debug on specials uri

2004-04-02 Thread Henri Gomez
NormW wrote: Good evening Henri, Wouldn't it be JkUriSet group lb JkUriSet debug 1 I tried but it didn't works ;( or JkSet uri:/examples/*.debug 1 or JkSet2 uri:/examples/* debug 1 Well it didn't works neither. I'm using these 2 on a VirtualHost -

Re: jk2 and debug on specials uri

2004-04-02 Thread NormW
t Developers List" <[EMAIL PROTECTED]> Sent: Friday, April 02, 2004 4:11 PM Subject: jk2 and debug on specials uri > Hi to all, > > A quick question : > > I've got the following in a VirtualHost (Apache 2): > > > JkUriSet group lb > > &

jk2 and debug on specials uri

2004-04-01 Thread Henri Gomez
Hi to all, A quick question : I've got the following in a VirtualHost (Apache 2): JkUriSet group lb I'd like to have this /examples/ uri in debug and wonder how to do it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi