Re: Mod_jk 1.2.14 source

2005-06-21 Thread NormW
Good evening, AFAIK there is no 1.2.14 source 'bundle', but rather it exists in 'head', which is still with CVS rather than SVN. Check out the Jakarta Tomcat pages for the CVS CLI commands to get the latest mod_jk source. Should look similar to the following: cvs -d :pserver:[EMAIL PROTECTED]

Re: [ANN/VOTE] JK 1.2.11 Released

2005-05-02 Thread NormW
onment variable that should be sent " "to servlet-engine") Most directives are global AFAIK, but it might be of use (to those that need it) if JkEnvVar settings could be limited to directory or location requests if desired, rather than passed to Tomcat for _every_ requ

Re: [ANN/VOTE] JK 1.2.11 Released

2005-05-02 Thread NormW
Good evening All, In trying the latest Mod_Jk (with Mladen's recent 'NetWare' patch), I noticed the jkstatus page provides two configurable parameters for an LB worker: 'retries' and 'recover_wait_time', neither of which are (as yet) documented for the LB worker. I also note the 'retries' can b

Re: Tagging JK 1.2.9 on 3/17/2005

2005-03-17 Thread NormW
Greetings All, Still get a clean build for NetWare against Apache 2.1 and 2.0.53. The XML pages work fine, although the HTML status pages might put the numbers under headings better if 'border=1' was enabled. AFAIK builds for Apache 1.1.3 for NetWare still has issues, since I've not seen mention

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_connect.c

2005-02-19 Thread NormW
Good morning, AFAICT this is working fine with a socket timeout of 15. Neither /server-info/ or /status/ show the setting in use, but 15 is what's in the properties file and /server-info/ says that's the file in use. Regards, Norm Mladen Turk wrote: NormW wrote: Good evening, Can

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_connect.c

2005-02-19 Thread NormW
Hi again... Mladen Turk wrote: NormW wrote: Good evening, Can confirm a clean build for 2.1 and 2.0.53 Apache. Time is short now but will test them for basic ops in the morning. I assume these still need the socket_timeout at zero? Well, new is_socket_connected implementation should be available

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_connect.c

2005-02-19 Thread NormW
Good evening, Can confirm a clean build for 2.1 and 2.0.53 Apache. Time is short now but will test them for basic ops in the morning. I assume these still need the socket_timeout at zero? Regards, Norm - To unsubscribe, e-mail:

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_connect.c

2005-02-19 Thread NormW
Greetings, Will see... :-) N. [EMAIL PROTECTED] wrote: mturk 2005/02/19 01:13:35 Modified:jk/native/common jk_ajp_common.c jk_connect.c Log: Use alternative is_socket_connected implementation using select with 1 microsecond timeout. It should be both faster and usable on netware

Re: Config Query for Mod_Jk...

2005-02-18 Thread NormW
Greetings again. Congratulations, Jackpot, Bingo, Bravo, Well Done, etc, etc... Tomcat is back working again. Mladen Turk wrote: NormW wrote: > OK. Was not that hard :) . See the latest commit for ajp_common.c. You can use worker.worker1.socket_timeout=0 if not like compling. Will update to

Re: Config Query for Mod_Jk...

2005-02-18 Thread NormW
at went offline in service, and the balancer (ideally?) should aim everything at worker1, but the trace shows even it is having trouble connecting. If this hadn't worked two days ago I would definitely not be taking this problem further! Apologies for the hassles. Regards, Norm Mladen Tur

Re: Config Query for Mod_Jk...

2005-02-17 Thread NormW
Good evening... From this I assume: 1) The current config is okay, 2) You didn't get the trace I sent last night. Will do another; apologies for the hassles. Norm Mladen Turk wrote: NormW wrote: Greetings All... Two days ago I had a configuration that was working to TC5, but after adding i

Config Query for Mod_Jk...

2005-02-17 Thread NormW
Greetings All... Two days ago I had a configuration that was working to TC5, but after adding in the patches since then, all I get is 'Internal Server Error' which natuarally enough isn't a great deal of help. The /status/ page(s) show fine. My workers.properties looks like:

Re: Progress with Jk-dev

2005-02-17 Thread NormW
Greetings again... Mladen Turk wrote: NormW wrote: 1. Did you include the latest jk_ajp_common.c (Revision: 1.85). There was a bug in previous patch, causing endpoint corruption. 2. Can you check if the _MT_CODE is compiled in. I'm not sure what '(defined(NETWARE) && defin

Progress with Jk-dev

2005-02-17 Thread NormW
Greetings All, Have the mod_jk 1.2.9-dev up and running on NetWare 6 and AP 2.1.3 but doing much beyond a single worker is a little awkward. I can access the Tomcat html manager web app without visible issues. When I access the /admin/ app a few 'odd' things happen..like some icons aren't displ

..and on a positive note, NetWare builds fine... on 2.x

2005-02-15 Thread NormW
Greetings All.. The 'target' keeps moving, but as of three minutes ago NetWare was building fine for Mod_Jk for AP 2.0.53 and 2.1. Still to resolve 1.3 AFAIK. Regards, Norm PS. Are some docs any time soon in the 'development' phase?

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-14 Thread NormW
Greetings All, Sorry about he delay Mladen Turk wrote: NormW wrote: Greetings All, You will be pleased to hear that my NetWare build for AP2.1 now works, so _development_ for that goes well!! I hope for Apache 2.0.x too ;)? Yes - builds without complaint against 2.0.53 source. The AP 1.3 build

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-14 Thread NormW
Greetings All, You will be pleased to hear that my NetWare build for AP2.1 now works, so _development_ for that goes well!! The AP 1.3 build is less happy with the Make files, but am digging further... Norm [EMAIL PROTECTED] wrote: mturk 2005/02/13 23:58:02 Modified:jk/native/common j

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_status.c

2005-02-13 Thread NormW
Greetings All, Aahhh - the extra c\r's were terminating the lines Not being the brightess kid on the block, is there any reason this can't just be in one string without the whitespace? Norm [EMAIL PROTECTED] wrote: fuankg 2005/02/13 14:32:58 Modified:jk/native/common jk_status.c Log:

Mod_Jk .. build problem changes...

2005-02-13 Thread NormW
Greetings All, Just updated mod_jk from CVS and now see the following: Compiling ../common/jk_sockbuf.c Compiling ../common/jk_status.c ### mwccnlm Compiler: #File: ..\common\jk_status.c # -- # 34: "DTD HTML 3.2 Final//EN\">\n" \ #

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Still morning and the sky is a little lighter... Günter Knauf wrote: Hi, OK - will be off and delve into Apache 1.3 a little closer. No idea when Guenter might be through this way, but for now seems AP 1.3 is a NetWare issue and AP 2.0 will get another try when Guenter comes or I come by in the mor

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
wrote: NormW wrote: Good evening Mladen, Guenter can verify, but the Build units are the same, ie CodeWarror, but Apache 1.3 uses an 'older' library set called Clib, whereas Apache2 gets a newer library set called LibC. The only other change is that the Makefile 'standard' changed

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
. Norm Mladen Turk wrote: NormW wrote: Greetings All, Get the following errors when attempting a mod_jk build for Apache 1.3 against the 1.3.33 source tree... Also, can you see if it will be possible to create NWGNUmakefile for Apache1. Looking at this file for Apache2 seems that it's quite po

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening, OK will watch for an update and retry. Regards, Norm Mladen Turk wrote: NormW wrote: Greetings and thanks for the feedback... With: DEFINES= -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Greetings All, Get the following errors when attempting a mod_jk build for Apache 1.3 against the 1.3.33 source tree... Compiling ../common/jk_ajp_common.c Compiling ../common/jk_connect.c ### mwccnlm Compiler: #File: ..\common\jk_connect.c # --- # 105: NetDBge

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Greetings and thanks for the feedback... With: DEFINES = -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)... ### mwccnlm Compiler: #File: ..\common\jk_shm.c # --- # 49:

Jk_map.c build 'problem'?

2005-02-12 Thread NormW
Greetings All, Just zipping the compiler over the recent updates to mod_jk and get the error noted below Nice to see the 'spirit' of JK2 lives on anyway... Regards, Norm Compiling ../common/jk_lb_worker.c Compiling ../common/jk_map.c ### mwccnlm Compiler: #File: ..\common\jk_map.c # -

Mod_Jk string type mismatch...

2005-02-06 Thread NormW
Greetings All, Running the compiler over the recent updates for mod_jk and get the following errors when building for NetWare on Windows... It seems str_config at line 347 in jk_jni_worker.c needs the added 'const' tweak and all compiles fine... const char *str_config = NULL; Regards, Norm

Re: [PATCH] NetWare threading using pthreads

2004-12-23 Thread NormW
Jean-Jacques Clar wrote: >OK. >I'm also waiting Jean-Jaques Clar for a Netware threading patch. Here you go. NetWare has now a pthreads library. Thank you for your help and patience Mladen. It has been running on a 4 CPUS box for now over an hour. As far as performance, I will benchmark it agains

Re: Mod_Jk -- Latest CVS - FWIW

2004-12-18 Thread NormW
Mladen Turk wrote: NormW wrote: Look at: http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html (Section: Defining Workers) The lines in question: JkWorkerProperty worker.list=worker1,worker2 # Worker1 JkWorkerProperty worker.worker1.type=ajp13 JkWorkerProperty

Re: Mod_Jk -- Latest CVS - FWIW

2004-12-18 Thread NormW
Mladen Turk wrote: Mladen Turk wrote: NormW wrote: Greetings All, Just built the latest Mod_Jk from CVS with Apache2.1 on Win for NetWare, and with only the three 'mandatory' settings for worker1 of type, host and port, all I'm getting is "Internal Server Error", and

Re: Mod_Jk -- Latest CVS

2004-12-17 Thread NormW
Mladen Turk wrote: NormW wrote: Greetings All, Just built the latest Mod_Jk from CVS with Apache2.1 on Win for NetWare, and with only the three 'mandatory' settings for worker1 of type, host and port, all I'm getting is "Internal Server Error", and the Jk logs do not sh

Re: Online JK Docs - Updates needed

2004-12-17 Thread NormW
Mladen Turk wrote: NormW wrote: Greetings All, Can the online JTC properties docs be brought up to speed with recent changes to the module, please? They are in sync (well, except some default values). Tomorrow, OK 8)? Mladen

Mod_Jk -- Latest CVS

2004-12-17 Thread NormW
Greetings All, Just built the latest Mod_Jk from CVS with Apache2.1 on Win for NetWare, and with only the three 'mandatory' settings for worker1 of type, host and port, all I'm getting is "Internal Server Error", and the Jk logs do not show good signs of matching URL's to the worker1... Norm [S

Online JK Docs - Updates needed

2004-12-17 Thread NormW
Greetings All, Can the online JTC properties docs be brought up to speed with recent changes to the module, please? TIA, Norm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Recent JTC Doc Update....

2004-11-30 Thread NormW
Greetings All, A download of the current JTC CVS gives the following error message: cvs server: Updating jakarta-tomcat-connectors/jk/xdocs/common cvs server: nothing known about jakarta-tomcat-connectors/jk/xdocs/common/ajpv13.xml but there is an ajpv13a.xml and ajpv13ext.xml. I deleted the loca

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h jk_util.c

2004-11-12 Thread NormW
Mladen Turk wrote: NormW wrote: +#if !defined(__NOVELL_LIBC__) +#define getpid() ((pid_t)GetThreadGroupID()) +#endif Committed, thanks! Can you confirm that we can compile on Netware now? Regards, Mladen. - To unsubscribe

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h

2004-11-12 Thread NormW
[EMAIL PROTECTED] wrote: mturk 2004/11/12 02:56:04 Modified:jk/native/common jk_mt.h Log: Add getpid for Netware without __NOVELL_LIBC__ Revision ChangesPath 1.9 +5 -1 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h ===

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h jk_util.c

2004-11-12 Thread NormW
[EMAIL PROTECTED] wrote: mturk 2004/11/11 23:46:49 Modified:jk/native/common jk_mt.h jk_util.c Log: Fix Netware getpid/gettid. Revision ChangesPath 1.8 +10 -6 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h =

Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread NormW
Mladen Turk wrote: NormW wrote: Good evening All, Following the recent CVS updates a build of Mod_Jk on Windows using CW for NetWare produces the following... # - # 293: __FUNCTION__ "::service sticky_session=%d\n", I was afra

Recent updates to Mod_Jk on NetWare ;-(

2004-11-10 Thread NormW
Good evening All, Following the recent CVS updates a build of Mod_Jk on Windows using CW for NetWare produces the following... Compiling ../common/jk_ajp_common.c Compiling ../common/jk_connect.c Compiling ../common/jk_context.c Compiling ../common/jk_jni_worker.c Compiling ../common/jk_lb_worker

Re: Newest JK commits

2004-11-09 Thread NormW
NormW wrote: Mladen Turk wrote: NormW wrote: Missed a patch perhaps? A build on Apache 2.1 shows symbols F_GETFL, F_SETFL as undefined and a text search through the JTC source tree finds the only references in jk_connect.c Norm Seems that we are missing header on Netware. IMO the F_GETFL

Re: Newest JK commits

2004-11-09 Thread NormW
Mladen Turk wrote: NormW wrote: Missed a patch perhaps? A build on Apache 2.1 shows symbols F_GETFL, F_SETFL as undefined and a text search through the JTC source tree finds the only references in jk_connect.c Norm Seems that we are missing header on Netware. IMO the F_GETFL/F_SETFL are defined

Re: Newest JK commits

2004-11-08 Thread NormW
Mladen Turk wrote: Hi all, I've done some JK commits that I've been testing for a long time. The major addition is socket timeout that was missing, causing couple of minutes delays on some platforms if tomcat was down. Also I've back ported the load balance algorithm from proxy_balancer, that actua

Re: New Mod_Proxy - some testing/looking

2004-08-13 Thread NormW
Good morning, > NormW wrote: > > Good evening Bill, All... > > > > > >>Please direct these comments to [EMAIL PROTECTED] - b.t.w., you > >>can check out the latest httpd-2.0 HEAD and pick up the entire proxy > >>solution (you must explicitly --enable

Re: New Mod_Proxy - some testing/looking

2004-08-13 Thread NormW
ap_proxy_connection_create' in proxy_util.o As noted above, this is on a NetWare build... Norm > At 02:31 AM 8/11/2004, NormW wrote: > >Greetings All, > > > >1. The testing. > > > >Trying a build of the current CVS of the new (ajp) proxy mo

New Mod_Proxy - some testing/looking

2004-08-11 Thread NormW
Greetings All, 1. The testing. Trying a build of the current CVS of the new (ajp) proxy modules and get the following error: #File: proxy_ftp.c # #1896: proxy_hook_scheme_handler(ap_proxy_ftp_handler, NULL, NULL, APR_HOOK_MIDDLE); # Error: ^ # illegal implicit co

PATCH \jk\native2\common\jk_worker_status.c - minimising calls to jkprintf()

2004-06-16 Thread NormW
Greetings All, I haven't given up on a jkprint{} buffer but as an interim 'solution', the patch below reduces calls to jkprint() in the four functions shown: _displayStat from 10 to 4, _displayAggregate from 8 to 5, _displayEndpointInfo from 7 to 5, _displayScoreboardInfo from 11 to 8, while leavi

PATCH (Proposed) jk\native2\common\jk_worker_status.c - Modified service() routine, command structure.

2004-05-31 Thread NormW
Greetings All, The link below is a proposed diff patch to jk_worker_status.c, modifying the 'service()' routine, to do the following: http://normw.gknw.com/patches/jk_worker_status.c.diff - implement a single point of entry and exit so that all commands call 's->afterRequest(env, s)' routine on ex

Re: PATCH - \jk\native2\common\jk_worker_ajp13.c - get/set updates

2004-05-26 Thread NormW
Good morning Jean from Au, Thanks for the time and consideration. Norm > NormW wrote: > > Greetings All, > > The link below is an updated diff to the above referenced file, and which > > does thefollowing: > > > > - adds 'debug' into setAttribute() (it

PATCH - \jk\native2\common\jk_worker_ajp13.c - get/set updates

2004-05-25 Thread NormW
Greetings All, The link below is an updated diff to the above referenced file, and which does thefollowing: - adds 'debug' into setAttribute() (it was already listed in setAttributeInfo[]), - adds 'max_connections' to 'setAttributeInfo[]' (it was already in setAttribute()), - adds 'max_connections

Re: PATCH - jk\native2\common\jk_worker_ajp13.c - get/set updates

2004-05-14 Thread NormW
Good morning Jean. Agreed. Noticed this when I put the diff in the mail. Will resub it when I get back. Thanks for the feedback. Norm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PATCH - jk\native2\common\jk_worker_ajp13.c - get/set updates

2004-05-13 Thread NormW
Greetings All, The link below is a diff to the above referenced file, and which does the following: - adds 'debug' into setAttribute() (it was listed already in setAttributeInfo[]), - adds 'max_connections' to 'setAttributeInfo[]' (it was already in setAttribute()), - adds 'max_connections' to 'get

PATCH - jk\native2\common\jk_workerEnv.c - use existing DEFINE

2004-05-13 Thread NormW
Greetings All, The link below is a diff for the above referenced file, to change two occurrences of a literal string to an existing DEFINE in jk_global.h http://normw.gknw.com/patches/jk_workerEnv.c.diff The changes have been successfully compiled and checked in a NetWare environment. Norm --

PATCH - jk\xdocs\jk2\configwebcom.xml - document recent status worker change

2004-05-13 Thread NormW
Greetings All, The link below is a patch for the above referenced document to add in details of the recent change to the status worker regarding style sheets. http://normw.gknw.com/patches/configwebcom.xml.diff The diff has been tested to display correctly in IE6 and Mozilla 1.6. Norm ---

PATCH Jk2\configwebcom.xml for recent Style update

2004-05-09 Thread NormW
Greetings All, The link below is a diff to the above referenced document, to include details for recent Style Sheet variables added to the status worker. AFAICT the changes are acceptable xml based on being similar to existing coding in the file and displayed without error by my IE6sp1 and Mozilla

Re: PATCH Status worker (jk_worker_status.c) and Style Sheet.

2004-05-07 Thread NormW
; <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 9:52 PM Subject: Re: PATCH Status worker (jk_worker_status.c) and Style Sheet. > Commited, Thanks. > > Pretty busy these days for I don't have much time to track jk2 but > continue the good work Norm :) > > NormW a écr

PATCH Status worker (jk_worker_status.c) and Style Sheet.

2004-05-04 Thread NormW
Greetings All. Not withstanding that the whole Style Sheet thing for the Status Worker has gone quiet, offer here a patch to add the following: 1. Add a char variable to hold a path to the Style Sheet. 2. Add an int variable to define how the style sheet path should be used. 0 = No style inf

PATCH - jk_workerEnv.c - Use jk_global.h defines

2004-04-19 Thread NormW
Greetings All. The following link is to a patch which changes two string constants in jk_workerEnv.c to use an existing #define in jk_global.h. A copy of the patch is added at the end. The patch has been successfuly applied and compiled on a NetWare platform. http://normw.gknw.com/patches/jk_worker

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-04-15 Thread NormW
h, such is my life :) --aNGus > -Original Message- > From: NormW [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 5:18 AM > To: Tomcat Developers List > Subject: Re: cvs commit: > jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml >

Re: Discussion - /jkstatus and xml

2004-04-15 Thread NormW
ss).. even if Mladen's 'template' software is adopted. $0.019 Norm - Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 14, 2004 5:15 PM Subject

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-04-15 Thread NormW
Good evening... and rats...(kind of). I'd just started putting jk2_get_most_suitable_worker() into pseudocode myself, but glad that it has finally been done in any case. For those that haven't looked at the code, it will come as a surprise to learn the magnitude of the decision making process. Than

Re: Discussion - /jkstatus and xml

2004-04-14 Thread NormW
-- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 14, 2004 5:15 PM Subject: RE: Discussion - /jkstatus and xml > > > > -Original Message- >

Re: Discussion - /jkstatus and xml

2004-04-13 Thread NormW
l 12, 2004 8:22 PM Subject: RE: Discussion - /jkstatus and xml > Hi, > > > -Original Message- > > From: NormW > > > > Good day All. > > Below is a link to a 'discussion paper' on the future use of > > xml for /jkstatus pages, and comes at

Re: DO NOT REPLY [Bug 28350] - Tomcat with mod_jk does not serve up files with names containing % character

2004-04-12 Thread NormW
Good morning. Add the _keyword only_ (forwardURIEscaped) in the workerEnv section in workers2.properties. (ie, it is _not_ used in an 'zzz = xxx' format statement. Norm > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT >

Discussion - /jkstatus and xml

2004-04-11 Thread NormW
Good day All. Below is a link to a 'discussion paper' on the future use of xml for /jkstatus pages, and comes at the request of Henri. Any feedback should be to the general forum and not specifically to me. http://normw.gknw.com/jtcdocs/Discuss_XML.txt Thanks for your time, Norm ---

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 NormW
I limited my pseudo-code to use enough to make it easier to understand it doesn't necessarily make it right. Thanks for the time. Norm > NormW wrote: > > > Good afternoon Henri. > > In visualising the process of JkUriSet, arrived at the following in > > pseudo-code. Shame

PATCH, uriEnv.c, Add debug and disabled - path

2004-04-04 Thread NormW
Good morning All. The link below provides a patch to uriEnv.c that does the following: 1. Adds 'debug' and 'disabled' to the get and set properties functions. 2. Removes 'path' from the getAttrInfo list. This patch as been implemented and tested on NetWare using the get= and set= commands of /jksta

Re: Tomcat 5.0.21 - Problems

2004-04-04 Thread NormW
Good evening Remy. 1. The zip download of Tomcat 5.0.21 includes catalina-admin.jar 31March, 2004 1091237 bytes The zip download of Tomcat 5.0.19 included catalina-admin.jar 23March, 2004 1090525 bytes This file is determined by diff as the only file changed in the /admin application. The file

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

Tomcat 5.0.21 - Problems

2004-04-03 Thread NormW
Good morning All. In trying the 5.0.21 alpha release of Tomcat, note two problems:- 1. Passing the 'stop' command initiates unload but the process hangs at the following point - INFO: unregistering logger Catalina: type=logger Also noted in 5.0.19. 2. The admin application shows the follo

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 NormW
Good evening Henri, Wouldn't it be JkUriSet group lb JkUriSet debug 1 or JkSet uri:/examples/*.debug 1 or JkSet2 uri:/examples/* debug 1 AFAIK of the docs. :-) Norm - Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTE

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-04-01 Thread NormW
Good morning All. In considering the duplication issue mentioned previously, it would seem entirely possible that a specific uri could be given in both workers2.properties and via a JkUriSet entry... therefore shouldn't the JkUriSet function resolve the name to be used for a uri object and first ch

Re: Discussion - /jkstatus and stylesheets

2004-04-01 Thread NormW
Good morning All. I've not looked at XML or XSL for that matter, but in either case, hopefully this still means the colour palette/style selection is still external to the JK2 program, which then still requires a 'path' of some kind to find it. As noted in my initial introduction to the thread, thi

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-31 Thread NormW
Good morning All. Just tried Jean's recent change to mod_jk2.c and _pleased_ to say JkUriSet now registers correctly the same as a [uri] section, and can access /admin with only a in the httpd.conf. I did note there were duplicate uri objects created (based on their name) if the same uri spec was

Re: Discussion - /jkstatus and stylesheets

2004-03-31 Thread NormW
Hi from Down Under. Hi, > As an alternative to the above method I suggest use of an 'external' > stylesheet, which has the following advantages: [snip] > 1. Implement a stylesheet that emulates the current default colour/style > scheme, > 2. Have the Developers choose one obtained by any method,

Discussion - /jkstatus and stylesheets

2004-03-31 Thread NormW
Good morning All. A recent initiative by Henri Gomez added support for a block in the return headers for /jkstatus pages, s->jkprintf(env, s, "