AuthType not being set

2003-01-13 Thread Tony F. White
Hi, I am having a bit of a problem with obtaining the authtype from within a servlet, using the RequestDumperValve I found that there is a header field (authorization) being dumped that contains the information I am wanting to read but I am sure it isnt in older versions of tomcat, I used to

Re: moving worker2.properties

2003-02-04 Thread Tony F. White
Hi, You can do the following - IfModule !mod_jk2.c LoadModule jk2_module modules/mod_jk2.so /IfModule JkSet logger:level ERROR JkSet config:file /usr/local/apache/conf/jk2/workers2.properties --- Hope that helps Tony - Original Message -

[ERROR] JkCoyoteHandler - -Error in action code

2003-03-31 Thread Tony F. White
Hi Folks, I was wondering if someone might be able to explain why I would be seeing this in the catalina.out? I have just upgraded to Tomcat 4.1.24, connecting to tomcat from Apache (1.3.26) with mod_jk2/2.0.3-dev. It doesnt happen all the time... just occasionaly, I guess it could be a vistor

Problem Compiling under Redhat 9

2003-09-01 Thread Tony F. White
Hello, I am not sure if this is a problem so much with Tomcat or with Ant. When I try to compile Tomcat 4.1.24 using Sun JDK 1.3.1 on Redhat 9 I get the following error: - build-catalina: [javac] Compiling 355 source files

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

2003-11-04 Thread Tony F. White
Hello, I am hoping someone might be able to help me work out what on earth is going on here, we have just updated tomcat to 4.1.29 and we are having problems getting the connectors from apache to tomcat to work. I am using the connectors from 4.1.29 to compile the mod_jk2.so but every time

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

2003-11-04 Thread Tony F. White
.properties? I'm trying to update my HOWTO (http://cymulacrum.net/tomcat/tomcat_toc.html) because it is obviously unusable now. Regards, pascal chong Tony F. White wrote: Hello, I am hoping someone might be able to help me work out what on earth is going on here, we have just updated tomcat

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

2003-11-04 Thread Tony F. White
the servlets and JSPs working, though they spit out errors occasionally. Can you post your jk2.properties and workers2.properties? I'm trying to update my HOWTO (http://cymulacrum.net/tomcat/tomcat_toc.html) because it is obviously unusable now. Regards, pascal chong Tony F. White wrote: Hello

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

2003-11-04 Thread Tony F. White
recent version cause we feel that it could be the cause of some of our problems. Kind Regards Tony F. White WorldLingo Technical Support -Original Message- From: Tony F. White [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 November 2003 4:16 PM To: 'Tomcat Users List' Subject: RE: jk2_init

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

2003-11-05 Thread Tony F. White
Hi Chong, Load balancing is just a change in the configuration file that’s all, I think it has to have something to do with the compilation, what lib was it that you were missing? Perhaps that is our problem too. Kind Regards Tony F. White WorldLingo Technical Support -Original Message

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

2003-11-05 Thread Tony F. White
you work for! I use the site quite frequently to translate Mandarin to English and vice versa...) Regards, pascal chong Tony F. White wrote: Hi Chong, Load balancing is just a change in the configuration file that’s all, I think it has to have something to do with the compilation, what lib

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

2003-11-05 Thread Tony F. White
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 !). Regards, pascal chong Tony F. White wrote: Hi Chong, I have managed to get the connectors working... This time I downloaded the JK2 connectors from

AGAIN jk2 2.0.4 compile

2004-06-30 Thread Tony F. White
Hi, I recently setup a machine with Apache 2.0.49 and Tomcat 5, using mod_jk to connect them. For the first time everything when smooth as couldnt believe it. Then today I went to update apache to 2.0.50 which compiled fine but procedure dictates that mod_jk also gets recompiled. that is when