Re: Progress with Jk-dev

2005-03-14 Thread Glenn Nielsen
On Thu, Feb 17, 2005 at 08:22:13PM +1100, NormW wrote: > 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 setup load balan

Re: Progress with Jk-dev

2005-02-17 Thread Mladen Turk
NormW wrote: The defined NETWARE applies to AP 1.3 and 2.x but _NOVELL_LIBC_ is the method for identifying AP2 AFAIK. The Novell LibC NDK includes pthread.h, so expect it is using it. Can you be sure it is included? Add some #pragma before #include Just built the mod_jk using the last 8 or so p

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) && defined(__NOVELL_LIBC__))' insi

Re: Progress with Jk-dev

2005-02-17 Thread Mladen Turk
NormW wrote: 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. 1. Did you include the latest jk_ajp_common.c (Revision: 1.85). There w