Re: Releasing JK 1.2.19

2006-09-18 Thread David Rees
On 9/14/06, Rainer Jung <[EMAIL PROTECTED]> wrote: David Rees wrote: OK. I would propose that adding a new feature that allows you to map all requests matching .*;jsessionid=.* to mod_jk would be a worthy feature. I am willing to work on a patch if no mod_jk developers are interested. Should I o

Re: Releasing JK 1.2.19

2006-09-15 Thread Henri Gomez
Build works on i5/OS v5R3, I'm waiting now for its activation by my IT team. Regards 2006/9/15, Henri Gomez <[EMAIL PROTECTED]>: No problem for me on Linux Suse SLES 9 and Power PC. Checking iSeries build now >2006/9/14, Rainer Jung <[EMAIL PROTECTED]>: > Please open a Bugzilla for an enhance

Re: Releasing JK 1.2.19

2006-09-15 Thread Henri Gomez
No problem for me on Linux Suse SLES 9 and Power PC. Checking iSeries build now 2006/9/14, Rainer Jung <[EMAIL PROTECTED]>: Please open a Bugzilla for an enhancement request. Thanks for pointing it out. David Rees wrote: > On 9/14/06, Mladen Turk <[EMAIL PROTECTED]> wrote: >> > So what do you

Re: Releasing JK 1.2.19

2006-09-14 Thread Rainer Jung
Please open a Bugzilla for an enhancement request. Thanks for pointing it out. David Rees wrote: On 9/14/06, Mladen Turk <[EMAIL PROTECTED]> wrote: > So what do you do when you have multiple virtualhosts mapped to > different workers? Please don't split hair :) In that case use the JkMount/J

Re: Releasing JK 1.2.19

2006-09-14 Thread David Rees
On 9/14/06, Mladen Turk <[EMAIL PROTECTED]> wrote: > So what do you do when you have multiple virtualhosts mapped to > different workers? Please don't split hair :) In that case use the JkMount/JkUnMount combinations to separate the resources served by Httpd. Less than ideal, but this whole i

Re: Releasing JK 1.2.19

2006-09-14 Thread Mladen Turk
David Rees wrote: Have you tried? SetHandler jakarta-servlet The worker used will be the first one in worker.list if you explicitly set the handler. So what do you do when you have multiple virtualhosts mapped to different workers? Please don't split hair :) In that case use the JkM

Re: Releasing JK 1.2.19

2006-09-13 Thread David Rees
On 9/13/06, Mladen Turk <[EMAIL PROTECTED]> wrote: David Rees wrote: > I'm using this config in Apache: > > JkMount /*.jsp tomcatlb > > JkMount tomcatlb > Have you tried? SetHandler jakarta-servlet The worker used will be the first one in worker.list if you explicitly set the handler.

Re: Releasing JK 1.2.19

2006-09-13 Thread Mladen Turk
David Rees wrote: Ok, I'm pretty sure this is a real bug (though not a new one, mod_jk back to 1.2.15 behaves the same). This not an bug. I'm using this config in Apache: JkMount /*.jsp tomcatlb JkMount tomcatlb Have you tried? SetHandler jakarta-servlet The worker used will be

Re: Releasing JK 1.2.19

2006-09-13 Thread David Rees
Ok, I'm pretty sure this is a real bug (though not a new one, mod_jk back to 1.2.15 behaves the same). I'm using this config in Apache: JkMount /*.jsp tomcatlb JkMount tomcatlb The goal of this example to have Tomcat serve all .jsp files and URL which looks like it has been rewritten with th

Re: Releasing JK 1.2.19

2006-09-13 Thread David Rees
On 9/13/06, Rainer Jung <[EMAIL PROTECTED]> wrote: Anything in the mod_jk log? [error] ajp_service::jk_ajp_common.c (1879): (pepper7) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port Tomcat is running, the mod_jk log level was set to error You mea

Re: Releasing JK 1.2.19

2006-09-13 Thread Rainer Jung
This is not a known feature. Anything in the mod_jk log? You mean "first hit" after restart, or after a time of inactivity? Platform? Server version? The new svn HEAD code gives the ability to log useful state info of the LB in the access logs, so you can more easily find out, how often and wh

Re: Releasing JK 1.2.19

2006-09-13 Thread David Rees
Anyone else seeing a problem where sometimes the first hit returns a 503 and shows the worker recovering? Waiting for the recovery period to go and the worker is ok. This is a simple load balanced worker with only one child worker. Unfortunately I can't reliably reproduce this, it seems to happen

Re: Releasing JK 1.2.19

2006-09-13 Thread Rainer Jung
I updated the testing snapshot tarball after Peters report, and set the link to a more durable http://people.apache.org/~rjung/mod_jk-1.2.19-dev/ Regards, Rainer Peter Rossbach wrote: Hi Mladen and Rainer, sometimes I see a small time a strange artifact: start apache look at jkstatus a

Re: Releasing JK 1.2.19

2006-09-13 Thread Peter Rossbach
Hi Mladen and Rainer, sometimes I see a small time a strange artifact: start apache look at jkstatus all worker show state N/A all backend tomcats are stopped access a URL look at jkstatus all worker show state ERR access URL again all worker show state REC (very nice new

Re: Releasing JK 1.2.19

2006-09-13 Thread Rainer Jung
In preparation of release 1.2.19 of tomcat-connnectors (including mod_jk) I made the actual HEAD of the code available for download and testing under http://people.apache.org/~rjung/mod_jk-1.2.19-442987/ This is not an official release, but another opportunity to give the code a quick try bef

Re: Releasing JK 1.2.19

2006-09-13 Thread Rainer Jung
Yes, I'm willing and I've got time to cut a release during the weekend. I'll put a HEAD tarball on people.apache.org during the next hour and announce that on tomcat-dev, so that interesting parties have another chance of giving it a quick try (since wwe've got again a lot of changes since the

Releasing JK 1.2.19

2006-09-13 Thread Mladen Turk
Hi, Seems we had a pretty long test window. Can we schedule the release by the end of this week? Rainer, are you still willing to act as the RM for 1.2.19? Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi