Re: Discussion - /jkstatus and stylesheets

2004-03-31 Thread Guenter Knauf
Hi, As an alternative to the above method I suggest use of an 'external' stylesheet, which has the following advantages: 1. The choice of colour palette is made external to the program and easier to try different variations. 2. It is in keeping with W3C preferences. agreed. While the first

Re: IIS-Tomcat redirector isapi_redirector2.dll linking issue

2004-03-19 Thread Guenter Knauf
Hi, Configuration: isapi - Win32 Release Linking... Creating library Release/isapi_redirector2.lib and object Release/isapi_redirector2.exp apr-1.lib(apr_atomic.obj) : error LNK2001: unresolved external symbol _InterlockedCompareExchangePointer

Re: Minimal HOWTO for jk2 2.0.4 - proposal

2004-03-19 Thread Guenter Knauf
Hi, How did users see documentation in tomcat-docs ? after this simple setup you are at once able to browse the tomcat-docs through the connector; see Mladen's minimal wokers2.properties file... Guenter. - To unsubscribe,

Re: cvs commit: jakarta-tomcat-connectors/jk/native2 BUILD.txt

2004-03-19 Thread Guenter Knauf
Hi, +There is a known issue with the latest APR 1.0 and MSVC6. +If you want to use MSVC6, please use APR 0.9.x for now. +MSVC7 doesnt have this issue, and could be used with APR 1.0. + cool! I've just fired a message to apr list, perhaps I get this time soemthing back...; have an eye

Re: cvs commit: jakarta-tomcat-connectors/jk/native2 BUILD.txt

2004-03-19 Thread Guenter Knauf
Hi, additions for NetWare: = Buid the JK2 connector for NetWare platform. The current NWNGUmakefile uses the same build system as Apache2 self for NetWare target. Simply extract the downloaded archive, and follow the guideline which describes compilation of

Re: Minimal HOWTO for jk2 2.0.4 - proposal

2004-03-19 Thread Guenter Knauf
Hi Kurt, I like the idea of this and the text is good. I would think you would need to cover how to install if the user is using a non-default directory structure. I'm not sure if its common on Netware and W32, but the *BSD's each use different locations for conf and modules. right, that's

Re: Minimal HOWTO for jk2 2.0.4 - proposal

2004-03-19 Thread Guenter Knauf
Hi Kurt, hmm, since we have fixed recently the hooks it shouldnt matter anymore where you load mod_jk2; D'oh!. ;-) Out of habbit I always do the LoadModule in the DSO section, but you're right it shouldn't matter. in theory what really happens will tell us BugZilla after we have 2.0.4 out

Re: cvs commit: jakarta-tomcat-connectors/jk/native2 BUILD.txt

2004-03-19 Thread Guenter Knauf
Hi Henri, I hope you don't mind, but I rewrote the build instructions for Unix-like systems. If its OK with you I'd like to commit this (or something like it). Of course comments, additions or criticisms welcome too. ;-) -Kurt looks very good! +1 Guenter. Information on building

[DOCUMENTATION] ask for help to clarify terms and other questions

2004-03-19 Thread Guenter Knauf
Hi all, Sorry, it took some longer, but I've just put together a basic document of terms coupled with a guestbook script: http://www.gknw.com/test/jtc_terms/index.html every help in completing such a docu is greatly appreciated! Please add your comments! Guenter. PS: I had no time to make it

Minimal HOWTO for jk2 2.0.4 - proposal

2004-03-18 Thread Guenter Knauf
Hi, Here are the HOWTOs I use for binary distributions: NetWare: This is a binary package of mod_jk2. If you have installed Apache2 to the default location /Apache2 then simply extract this archive directly to the root of your

Re: [Vote] Guenter Knauf as commiter

2004-03-17 Thread Guenter Knauf
Hi all, thank you all for your votes! I want to introduce a bit who I am and what I'm doing when I'm not on the list. I'm a self-employee, and my daily work is mainly keeping the various servers (NetWare, Linux, Win32) of my customers running. In addition I also write interfaces to special

Re: Minimal HOWTO for jk2 2.0.4 - Was: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread Guenter Knauf
Hi all, probably now I get the -1's back, but nevertheless I'll give it a try...! Did some of you, JFC, Mladen, Guenter, Kurt, Norm could works on a little HOWTO (text based will be suffisant) for jk2, explaining how to set up jk2 in IIS and Apache 2 web-servers ? It could be added to the

Thanks to all commiters here

2004-03-16 Thread Guenter Knauf
Hi all, I want to say a big THANKS to all commiters here for their fantastic work and co-work with the others here from the list -- that makes participating on an OpenSource project like the jt connectors much more fun. Now we have not only made compiling for NetWare a lot easier, but also got

Re: [PATCH] makefiles for native on NetWare

2004-03-16 Thread Guenter Knauf
Hi Henri, here are 3 makefiles for compiling jni, netscape and apache-1.3 targets for NetWare without Ant. would be nice to have them in CVS. http://www.gknw.com/test/jtc_makefiles.zip thanks, Guenter. Commited thanks; but unfortunately there where dependencies to Makefile.NetWare which

[PATCH] ./jk/native/isapi/isapi.dsp - remove notes.lib dependence

2004-03-16 Thread Guenter Knauf
Hi, this patch removes wrong dependence on notes.lib from isapi.dsp. http://www.gknw.com/test/isapi.dsp.diff --- isapi.dsp.orig Thu Feb 12 10:34:34 2004 +++ isapi.dsp Tue Mar 16 14:56:58 2004 @@ -54,7 +54,7 @@

Re: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Guenter Knauf
great!! That was really missing! Guenter. mturk 2004/03/16 07:30:34 Added: jk/conf workers2.properties.minimal Log: Add the minimal workers2.properties. It can be used as a drop-in working config for standard instalation where the TC and server are on the same box.

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Guenter Knauf
Hi Mladen, Well, not such a big deal :). but was missing... What I'd like to do is to make a JK2 distribution (perhaps even 2.0.4) to include the README, INSTALL, and CHANGES. Inside INSTALL can be few workers2 samples, README and CHANGES are already in jk/native2. that's exactly what I

RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

2004-03-16 Thread Guenter Knauf
Hi Mladen, here's what Norm has put together: http://www.gknw.com/development/apache/docs/win32/mod_jk2/ http://www.gknw.com/development/apache/docs/netware/mod_jk2/ I think this is a good base. Well, i was thinking to something like txt file (INSTALL from Apache2 for example), I meant

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

2004-03-15 Thread Guenter Knauf
Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk, since I've some reports that there is a problem for admins to

[PATCH] makefiles for native on NetWare

2004-03-15 Thread Guenter Knauf
Hi, here are 3 makefiles for compiling jni, netscape and apache-1.3 targets for NetWare without Ant. would be nice to have them in CVS. http://www.gknw.com/test/jtc_makefiles.zip thanks, Guenter. - To unsubscribe, e-mail:

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

2004-03-15 Thread Guenter Knauf
Hi Henri, just tested that it breaks compilation on Win32 platform to -- my patch solved it. Guenter. [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT

Re: jk2 new shmem using APR

2004-03-15 Thread Guenter Knauf
Hi, I believe there's a problem with the file rights, not with SHM self. I think the scoreboard is created by the init process, but later on when the child wants to access it it has insufficient rights. I think I'm seeing that same problem with Apache 2.0.48 and the latest j-t-c code on

[PATCH] ./jk/native2/common/jk_worker_status.c - dont print style with text/plain

2004-03-15 Thread Guenter Knauf
Hi, this simple patch supresses the output of the style when we are in text/plain mode. --- jk_worker_status.c.orig Mon Mar 15 16:04:08 2004 +++ jk_worker_status.c Tue Mar 16 04:02:24 2004 @@ -953,7 +953,10 @@

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

2004-03-14 Thread Guenter Knauf
Oh, how I love this: the one idiot's virus replies to the other idiot's virus or something like that!! VERY GREAT! Well, one more, and I (and probably 20 more) unsubscribe! That makes no fun anymore here on the list!!! now since the viruses reply to each other anyway no real human poster is

Re: libjkjni and pcre build

2004-03-10 Thread Guenter Knauf
Hi Kurt, thanks for going this way - I have no choice on NetWare since the PCRE functions are not exported at all. Guenter. I misstated something before. The pcre change is not a problem for inprocess mode, its a problem for jni out of process mode (i.e. apr.NativeSo=libjkjni.so). I think

Re: jk2 new shmem using APR

2004-03-09 Thread Guenter Knauf
Hi, [EMAIL PROTECTED] wrote: As per above, Solaris apr build appears to have bugs. As yet I have not had the time to look at why. I believe there's a problem with the file rights, not with SHM self. I think the scoreboard is created by the init process, but later on when the child wants to

[OT] unsubscribe stupid users with auto-replies

2004-03-08 Thread Guenter Knauf
Hi all, I think that it is only fair for all others that those on the list which are too stupid to setup a separate mail account are directly unsubscribed once the list gets auto-replies about their absence. We have already enough spam, and its nearly impossible to filter those senseless mails.

[PATCH] ./jk/native2/server/apache2/mod_jk2.c - correct log entries

2004-03-07 Thread Guenter Knauf
Hi, found some misleading entries in the logs... http://www.gknw.com/test/mod_jk2.c.diff --- ./jk/native2/server/apache2/mod_jk2.c.orig Thu Mar 04 18:24:50 2004 +++ ./jk/native2/server/apache2/mod_jk2.c Mon Mar 08

Re: DO NOT REPLY [Bug 15278] - Yoav, please unsubscribe!

2004-03-07 Thread Guenter Knauf
This account does not exist Yoav, can you please unsubscibe this address: [EMAIL PROTECTED] thanks! Guenter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jk2 buglets

2004-03-02 Thread Guenter Knauf
Hi, Also, we adopted the APR as mandatory, so, all platform specific code except JNI has to go out (sooner or later). sure, I know - but you cant expect that every APR also supports SHM/MMAP; so cant we take only those things which are common to all platforms? Does it work in APR from

RE: [OT] problems posting attachments to the list - Yoav??

2004-03-01 Thread Guenter Knauf
Hi Yoav, That's because OE6 will strip potentially dangerous attachements (= nearly anything). I dont use OE, so that's not the problem for me. Basically, no ;) I can't look into it, as the policy regarding attachements is ASF-general. The tomcat lists are no different from all other ASF

RE: [OT] problems posting attachments to the list - Yoav??

2004-03-01 Thread Guenter Knauf
Hi, I bed that the issue is gone if you remove the footer. That's not in my power to try: contact the general apache mail administrator with your concerns and suggestions for this issue. ok, thanks. No, read what I said carefully. You can discuss things all you want here, and it's the right

RE: jk2 buglets

2004-03-01 Thread Guenter Knauf
Hi, Look at my today post (JK2 shm). It's going to use the shm. If the platform is missing APR_HAS_SHARED_MEMORY the shm will be disabled. Also you can alway set the shm to disabled if the APR platform MMAP is buggy. but what will we all loose if then the scoreboard isnt active?? Guenter.

RE: jk2 buglets

2004-03-01 Thread Guenter Knauf
Hi Mladen, but what will we all loose if then the scoreboard isnt active?? In case of single child mpm, nothing. On others, jkstatus at least. so the scoreboard is only for collecting stats? Also, we adopted the APR as mandatory, so, all platform specific code except JNI has to go out

[PATCH] ./jk/native2/common/jk_worker_status.c - output non-caching headers

2004-02-29 Thread Guenter Knauf
Hi, here's a patch to put non-caching headers out; maybe an 'Expires' header is also needed..? --- jk_worker_status.c.orig Fri Feb 27 12:24:12 2004 +++ jk_worker_status.c Sun Feb 29 19:30:24 2004 @@ -944,6 +944,10 @@ s-headers_out-put(env, s-headers_out,

[OT] problems posting attachments to the list - Yoav??

2004-02-29 Thread Guenter Knauf
Hi Yoav, since you are the list moderator, maybe you can also look into the attachment problem I (and probably others too) have? Every time I attach a patch, when my post returns through the list the attachment is replaced by a 'noname.txt' containing the footer which is normally appended to

RE: jk2 buglets

2004-02-27 Thread Guenter Knauf
Hi, Testing the jk2-2.0.3 cvs we seem to get this error, which makes 2.0.3-dev useable for us. you mean 2.0.4-dev? I can only assume others are not seeing this (apache 1.3.26 + mod_perl) on Solaris 2.8 (sparc). Has anyone had any success with 1.3.x on Solaris with the jk2-dev code?

[PATCH] jki_shm.c revert code removal v1.35-v1.36

2004-02-27 Thread Guenter Knauf
Hi all, I would like to get the MMAP code back into CVS which was removed with version 1.36: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/native2/common/jk_shm.c?r1=1.35r2=1.36 This code would enable the scoreboard working on NetWare; and probably on other platforms too where

RE: jk2 buglets

2004-02-27 Thread Guenter Knauf
Hi Greg, look at your apr.h for APR_HAS_MMAP and tell us how this is set... #define APR_HAS_MMAP 1 thats strange. Is is possible that there's a permission issue with creating the file? Can you please try to configure the shm file to be created in a public writable dir, f.e. /tmp

RE: JK2 Close to 2.0.4

2004-02-27 Thread Guenter Knauf
Hi, -Original Message- From: jean-frederic clere Are there any pending issues that I can help with, so we can make the release. Bugzilla reports 59 bugs... Help is _needed_ !!! How did you came to that number? I'm seeing only 25 of them. I've also have some problems with

Re: [PATCH] jki_shm.c revert code removal v1.35-v1.36

2004-02-27 Thread Guenter Knauf
Hi, Let's go Guenter, send the patch for review http://www.gknw.com/test/jk_shm.c.diff thanks, Guenter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Q: why was jk2 doc removed from TC5?

2004-02-27 Thread Guenter Knauf
Hi, found yesterday that the jk2 folder belows tomcat-docs is now removed, and the link now goes online to apache.org? what was the reason for this change? Guenter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PATCH] jki_shm.c revert code removal v1.35-v1.36

2004-02-27 Thread Guenter Knauf
Hi, jean-frederic clere wrote: That is a work-around... The correct would be to fix APR. sure, agreed; and I work closely together with those maintaining Apache at Novell, as well as with the core OS folks; but I cant expect that I have mmap support in APR before the next half year... I

RE: jk2 buglets

2004-02-27 Thread Guenter Knauf
Hi, Permissions should be ok. It does create a file, but with 0 size (even though we have set something like 16m) ie: -rw-r--r-- 1 root other 0 Feb 27 12:31 cr.sandwich.pfizer.com_81.shm Compared to the old version (same config bar the name and old conector used)

RE: jk2 buglets

2004-02-27 Thread Guenter Knauf
Hi Greg, Same sort of issue: [Fri Feb 27 15:12:08 2004] (error ) [jk_shm.c (163)] shm.create(): error creating /tmp/cr.sandwich.pfizer.com_81.shm 2117992 22 0x1f5020 Invalid argument [Fri Feb 27 15:12:08 2004] (error ) [jk_shm.c (238)] shm.create(): error mmapping

RE: [OT] [FW: Please update your email address...]

2004-02-27 Thread Guenter Knauf
Hi, There are a variety of causes. We've seen a great increase in the number of 'smart' spam mailers than can subscribe themselves to our lists. Accordingly, the amount of things like the above has increased. The fact that only you get these three messages suggest it's your computer or a

Re: allowTrace attribute causing problems inthe adminapplication

2004-02-27 Thread Guenter Knauf
Hi Jeff, I've not seen the first post from you, so ignore if that isnt your problem... I just did the following steps: 1) downloaded jakarta-tomcat-4.1.30.zip from jakarta.apache.org 2) unzipped the zip file 3) edited conf\tomcat-users.xml, adding the admin and manager roles to the tomcat

Re: [PATCH] use ap_ prefixed PCRE functions

2004-02-26 Thread Guenter Knauf
Hi Henri, +#include httpd.h httpd.h may not be found for IIS or Netscape, so it will brake these. Ditto for others. yep - found this already; please see my second patch which shouldnt break any other platforms. BTW while testing with this I found that on Linux when compiled with APXS also no

RE: jk2 buglets

2004-02-26 Thread Guenter Knauf
Hi, Sorry, this seems to be a bad week. The diff should be: $ diff jk_shm.c.org jk_shm.c can you please use unified diffs: diff -u jk_shm.c.org jk_shm.c this is the preferred patch form with all ASF stuff... Guenter. -

Re: [PATCH] use ap_ prefixed PCRE functions - take 3

2004-02-26 Thread Guenter Knauf
Hi Kurt, I've reviewed your patch and have some comments included inline below. regcomp and ap_pregcomp are not interchangeable like this. ap_pregcomp needs an apr_pool to be passed to it and it returns the regex_t. I think (apr_pool_t *)uriEnv-pool-_private is correct here (Henri?,

Re: [PATCH] use ap_ prefixed PCRE functions

2004-02-26 Thread Guenter Knauf
Henri, BTW while testing with this I found that on Linux when compiled with APXS also no PCRE is used... What do you means ? just to confirm this quickly I just inserted a line 'xxx' inside the HAS_PCRE in jk_uriEnv.c and compilation went trough without error, while if I add '-DHAS_PCRE'

Re: jk2 : ap_hook_translate_name should be APR_HOOK_MIDDLE

2004-02-26 Thread Guenter Knauf
Hi, With the actual code in jk2, we can't use mod_alias, for instance ErrorDocument. I changed the ap_hook_translate_name from APR_HOOK_FIRST to APR_HOOK_MIDDLE and I've get the ErrorDocument. jk use also APR_HOOK_MIDDLE for ap_hook_translate_name, so I wonder why it's set to

Re: unknown: TROJAN HORSE?

2004-02-26 Thread Guenter Knauf
Hi Michael, I never look at these emails I get because I fear they are spoofs. Are thats best you can do - delete then immediatly. they? This was an email that said it came from the list via [EMAIL PROTECTED] and had an attached file called friend.zip. Is this a trojan horse? its one of

RE: Steven Hatala/PH/Novartis is out of the office.

2004-02-26 Thread Guenter Knauf
Hi, I'm unsubscribing you so we don't get these automatic responses. thanks is it possible to filter some more from the subject? f.e. recent worms with 're:hi' and 're:unknown' etc.? and perhaps 'autoresponder' too? that would help a lot I believe Guenter.

[PATCH] ./jk/native2/common/jk_worker_status.c - be more verbose

2004-02-26 Thread Guenter Knauf
Hi, patch to be a bit more verbose than showing a blank page when no scoreboard available... Guenter. --- jk_worker_status.c.orig Tue Feb 24 12:30:10 2004 +++ jk_worker_status.c Fri Feb 27 03:43:30 2004 @@ -173,6

Re: [PATCH] use ap_ prefixed PCRE functions - take 4

2004-02-26 Thread Guenter Knauf
Hi Kurt, Just a tweak or two and its ready. The preg calloc only applies to the HAS_PCRE case and PREGCOMP isn't needed. Otherwise it looks good. I'll test and commit it tomorrow. thanks again for reviewing and comments! Guenter. http://www.gknw.com/test/pcre_patch4

[PATCH] use PCRE on NetWare - update

2004-02-26 Thread Guenter Knauf
Hi, if my last patch for PCRE functions gets accepted, this patch to the makefile makes usage of the PCRE on NetWare. Guenter. http://www.gknw.com/test/NWGNUmakefile.diff ### ---

[PATCH] mod_jk2 use AP_PCRE on Win32

2004-02-26 Thread Guenter Knauf
Hi, if my last patch for PCRE functions gets accepted, this patch to the makefile makes usage of the AP_PCRE on Win32. Guenter. http://www.gknw.com/test/mod_jk2.dsp.diff ### ---

Re: [PATCH] use ap_ prefixed PCRE functions - take 3

2004-02-26 Thread Guenter Knauf
Hi Kurt, Just a tweak or two and its ready. The preg calloc only applies to the HAS_PCRE case and PREGCOMP isn't needed. Otherwise it looks good. I'll test and commit it tomorrow. yep, forgot to remove PREGCOMP. you mean perhaps so: { #ifdef HAS_AP_PCRE regex_t *preg =

Re: [PATCH] use ap_ prefixed PCRE functions - take 2

2004-02-26 Thread Guenter Knauf
Hi Kurt, I've reviewed your patch and have some comments included inline below. regcomp and ap_pregcomp are not interchangeable like this. ap_pregcomp needs an apr_pool to be passed to it and it returns the regex_t. I think (apr_pool_t *)uriEnv-pool-_private is correct here (Henri?,

Re: jk2 : ap_hook_translate_name should be APR_HOOK_MIDDLE

2004-02-26 Thread Guenter Knauf
Hi, looks like this was already done by Mladen with mod_jk2 version 1.42, but two days later the patch was reverted again with 1.43 by BoJan... Guenter. With the actual code in jk2, we can't use mod_alias, for instance ErrorDocument. I changed the ap_hook_translate_name from APR_HOOK_FIRST

Re: mod_deflate - mod_jk mod_jk2

2004-02-25 Thread Guenter Knauf
Hi, In cvs... and in http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/. Probably it would be nice to have a http://cvs.apache.org/builds/jakarta-tomcat-connectors/nightly. I would run buildconf.sh in native and native2 to prevent problems with libtool/autoconf/automake. there are also

[POPOSAL] change extension of Win32 Apache connectors to .so

2004-02-25 Thread Guenter Knauf
Hi all, before this gets again forgotten, here's the reminder: should we change the Win32 binary extention of the Apache modules to .so instead of .dll ?? Apache changed that with version 1.3.15 already; and I got a lot of questions about that at this time... now the questions are the other

[REMINDER] remove obsolete *.dsw files

2004-02-25 Thread Guenter Knauf
Hi all, there were still some *.dsw in yesterday's CVS: ./jk/native/domino/dsapi.dsw ./jk/native2/server/dsapi/dsapi.dsw ./jk/native2/server/isapi/isapi.dsw Guenter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [REMINDER] remove obsolete *.dsw files

2004-02-25 Thread Guenter Knauf
Hi all, there were still some *.dsw in yesterday's CVS: ./jk/native/domino/dsapi.dsw ./jk/native2/server/dsapi/dsapi.dsw ./jk/native2/server/isapi/isapi.dsw sorry, but just found that these *.dsw are not the simple autocreated ones, but include other *.dsp; so seems they have to stay!

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/dsapi dsapi.dsw

2004-02-25 Thread Guenter Knauf
Henri, please forgive me! hgomez 2004/02/25 07:00:04 Removed: jk/native/domino dsapi.dsw this is ok and obsolete. jk/native2/server/isapi isapi.dsw jk/native2/server/dsapi dsapi.dsw these two must be back again - they include other *.dsp sorry

binaries for testing

2004-02-25 Thread Guenter Knauf
Hi all, for those who normally use only binaries I have uploaded mod_jk2 binaries of CVS snapshot 20040224172400 to my site: http://www.gknw.com/development/apache/ and also I've just build the isapi redirector: http://www.gknw.com/test/jtc/ have fun with testing! Guenter.

[PATCH] use ap_ prefixed PCRE functions

2004-02-25 Thread Guenter Knauf
Hi all, I would like to get this patch into CVS in order to use PCRE on NetWare where only the ap_ prefixed pcre functions are exported. I have tested that the patch below compiles fine with NetWare, Linux and Win32. As a positive side effect on Win32 the binary is about 24 kb smaller. Guenter.

[PATCH] use PCRE on NetWare

2004-02-25 Thread Guenter Knauf
Hi, if my last patch for PCRE functions gets accepted, this patch to the makefile makes usage of the PCRE on NetWare. Guenter. http://www.gknw.com/test/NWGNUmakefile.diff ### ---

[PATCH] use ap_ prefixed PCRE functions - take 2

2004-02-25 Thread Guenter Knauf
Hi all, the previous patch seems to break non-Apache connectors, so here's another patch which shouldnt break anything unless you set the HAVE_AP_PCRE. I would like to get this patch into CVS in order to use PCRE on NetWare where only the ap_ prefixed pcre functions are exported. I have tested

Re: [5.0.19] Release vote

2004-02-18 Thread Guenter Knauf
Hi Remy, two things I found (which are probably older bugs, seen them with 5.0.18 too): - if I call snoop.jsp directly through Tomcat I get 'Content length: -1' while through mod_jk2 I get 'Content length: 0' Both are acceptable, but -1 is more accurate. ok. - redirection to the welcome

Re: [5.0.19] Release vote

2004-02-16 Thread Guenter Knauf
Hi, ballot Release 5.0.19 as Stable: [x] Yes [ ] No /ballot tested that it starts fine and that the samples work on: SuSE Linux 7.0 + 8.2 mod_jk2 JVM Sun 1.4.2_03 Novell NetWare 6.5 mod_jk2 JVM Sun 1.4.2_02 Novell NetWare 6.0 mod_jk2 JVM Sun 1.4.1_05 Win2K SP4 mod_jk2 JVM Sun 1.4.2_03 WinXP

[PATCH] ./jk/native2/Makefile.in - add apxs install target

2004-02-13 Thread Guenter Knauf
Hi, the patch below adds an install target for apxs build to the Makefile. http://www.gknw.com/test/Makefile.in.diff == --- ./jk/native2/Makefile.in.orig Mon Nov 10 12:15:04 2003 +++ ./jk/native2/Makefile.inWed Feb 11

Re: [PATCH] ./jk/native2/Makefile.in - add apxs install target

2004-02-13 Thread Guenter Knauf
Hi Kurt, There isn't an install target in server/apache13/Makefile.apxs yet. I will be committing one soon (along with some other changes). but there's one already in server/apache2/Makefile.apxs... with this change I can directly build and install out of native2 dir with: configure

[POPOSAL] change extension of Win32 Apache connectors to .so

2004-02-12 Thread Guenter Knauf
Hi all, before this gets again forgotten, here's the reminder: should we change the Win32 binary extention of the Apache modules to .so instead of .dll ?? Apache changed that with version 1.3.15 already; and I got a lot of questions about that at this time... now the questions are the other

Re: Mod_Jk2 - Default Worker

2004-02-12 Thread Guenter Knauf
Hi Costin, Good morning Costin. Apologies for the silence. I had hoped there might have been a little more input from others on this topic. I think it is also necessary to discuss a bit the proper configuration of mod_jk2. The docu is all other but clear, mixed up with the docu for mod_jk, and

Re: HOWTO: building mod_jk2 with Visual studio .net 2003

2004-02-12 Thread Guenter Knauf
Hi, maybe we should export the .mak files and check into CVS, just as with Apache? Please try if this works: http://www.gknw.com/test/mod_jk2.mak Guenter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: HOWTO: building mod_jk2 with Visual studio .net 2003

2004-02-12 Thread Guenter Knauf
Hi, maybe we should export the .mak files and check into CVS, just as with Apache? Please try if this works: http://www.gknw.com/test/mod_jk2.mak I already did that, and it worked fine. That's why I prefaced my comment by stating this was an issue with vs2003 .net. Do you want my makefile?

Re: HOWTO: building mod_jk2 with Visual studio .net 2003

2004-02-12 Thread Guenter Knauf
Hi Aryeh, I'm using 2.0.2, and your makefile fails at link time with a missing symbol jk2_channel_socket_factory. I assume that's a 2.0.4 issue. Other than that, the compile was file. ok, that sounds good. If you perhaps could do a test with recent CVS that would be fine; then I would create

TC 5.0.18 problems with welcome file

2004-02-12 Thread Guenter Knauf
Hi all, I have problems with some webapps where the welcome file doesnt work as with TC 3.3 and TC4. these apps are have this structure: app \ documentation \ index.html \WEB-INF \ web.xml web.xml contains: web-app

Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

2004-02-11 Thread Guenter Knauf
Hi Henri, the patch below removes the obsolete files from the project file; in addition I'd suggest to remove both *.dsw files from ./jk/native/netscape and ./jk/native/jni folders cause they are not needed - MSVC creates then self. removed, should I do the same for isapi ? yes, the *.dsw are

Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

2004-02-09 Thread Guenter Knauf
Hi Henri, Commited Thanks hmm, doesnt work, maybe another copypaste error? --- nsapi.dsp.orig Mon Feb 09 20:41:02 2004 +++ nsapi.dsp Sun Feb 08 22:21:13 2004 @@ -242,8 +242,7 @@ SOURCE=..\common\jk_worker.h # End Source File -#