Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-10 Thread George Shafik
EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, January 10, 2004 6:31 PM Subject: Re: jk2_init() Can't find child in none of the 1024 scoreboard slots > Hi All, > >

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-10 Thread George Shafik
AIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Mark Eggers" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, January 10, 2004 2:03 PM Subject: Re: jk2_init()

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-09 Thread George Shafik
t we cannot solve one doubt without creating several new ones. -Joseph Priestly, 1786 - Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, January 04, 2004 11:01 PM Subject: Re: jk2_i

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-06 Thread George Shafik
ea before, so that we cannot solve one doubt without creating several new ones. -Joseph Priestly, 1786 - Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>Hi Sent: Sunday, January 04, 2004 11:

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-04 Thread Nikola Milutinovic
Subject: Fw: jk2_init() Can't find child in none of the 1024 scoreboard slots > Hi Peter, > > I'm using Apache 2.0.48, Tomcat 4.1.29, Jakarta-Tomcat-Connectors 4.1.29. > I'm hoping the problem it is not the mod_jk2.so module as I went to great > trouble in order to generate it on my RH9 Linu

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Chong Yu Meng
Thanks for the link, Tony ! Just uploaded my updated write-up with corrections and modifications to the mod_jk2 compile. Regards, pascal chong Tony F. White wrote: Hi Chong, I know I did have some problems when I first tried it but found this page http://www.pubbitch.org/jboss/mod_jk2.html I d

RE: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Tony F. White
PROTECTED] Sent: Thursday, 6 November 2003 2:40 PM To: Tomcat Users List Subject: Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots Hi Tony ! I'm surprised you got the ant command working ! I tried that first, and wasted a lot of time tinkering with the build.x

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Chong Yu Meng
Hi Tony ! I'm surprised you got the ant command working ! I tried that first, and wasted a lot of time tinkering with the build.xml with no success. I always use the "configure" command now. Ant is a great tool, but I suspect that the buildfile is broken somehow (or maybe it's just me !). Rega

RE: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Tony F. White
cat Users List Subject: Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots Almost finished my updated mod_jk2 compilation write-up. Should be on my site by today. You will need the following packages installed (rpm or source): - automake - autoconf - m4 - libtool (BTW

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Chong Yu Meng
WorldLingo Technical Support -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 November 2003 5:23 PM To: Tomcat Users List Subject: Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots Hi Tony, I can't help you with the loa

RE: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Tony F. White
- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 November 2003 5:23 PM To: Tomcat Users List Subject: Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots Hi Tony, I can't help you with the load balanced configuration because I'm not using

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-05 Thread Chong Yu Meng
ednesday, 5 November 2003 4:16 PM To: 'Tomcat Users List' Subject: RE: jk2_init() Can't find child in none of the 1024 scoreboard slots Hi, I don’t think the problem is on the tomcat side of things, as if I change the mod_jk2.so back to the old version we have it we are able

RE: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-04 Thread Tony F. White
From: Peter O'Reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 November 2003 12:49 PM To: Tomcat Users List Subject: Re: jk2_init() Can't find child in none of the 1024 scoreboard slots The quickest way to do this is, ( assumes testing with http://localhost ) 1) copy the /WEB-INF/

RE: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-04 Thread Tony F. White
12:49 PM To: Tomcat Users List Subject: Re: jk2_init() Can't find child in none of the 1024 scoreboard slots The quickest way to do this is, ( assumes testing with http://localhost ) 1) copy the /WEB-INF/classes directory from the /examples/WEB-INF/classes to your directory. 2) Add th

RE: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-04 Thread Tony F. White
- Thanks Tony -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 November 2003 12:35 PM To: Tomcat Users List Subject: Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots I'm havin

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-04 Thread Peter O'Reilly
The quickest way to do this is, ( assumes testing with http://localhost ) 1) copy the /WEB-INF/classes directory from the /examples/WEB-INF/classes to your directory. 2) Add the html code to call one of the servlets. If you can call one of the example servlets then you can backtrack and get r

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2003-11-04 Thread Chong Yu Meng
I'm having the same problems, Tony. I got mod_jk2 compiled and tried to setup the connection between Apache 2.0.47 and Tomcat 4.1.29. I get the missing child (children ? ;)) errors, but I was able to get the servlets and JSPs working, though they spit out errors occasionally. Can you post your