RE: mod_jk2 tomcat

2004-05-05 Thread Angus Mezick
Just one note. Because of the way that lb_factor works, having a factor as high as yours is absurd and a bit self defeating. You also might want to look into the level parameter instead of the lb_factor parameter. Check out the jk2 docs on the web page for psuedo code explaining my comments.

Re: mod_jk2 + tomcat 5. All processors in error state after some time under heavy load

2004-04-21 Thread QM
On Wed, Apr 21, 2004 at 09:21:28AM +0200, Thomas Lange wrote: : I'm implementing a chat application, which sends all the chatting : output for each user in just one long query (servlet), which last : for the entire chatting session. : : On leaving the chatroom, the client simply closes the

Re: mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Dionisio Ruiz de Zarate
i have the same problem. i must to downgrade to the 4.1.27 version. there is other problem; if you have one dir with, for example, images, you must to map the directory. [uri:/erfx/*] worker=ajp13:localhost:9602 context=/erfx tomcatId=localhost:9602 [uri:/erfx/images/*]

Re: mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Stefan Proels
Hi, this turns out to be a bug indeed. In fact, it has already been reported to Bugzilla as 21561. Thanks to that bug report which pointed me to the right file I could track down this problem and attached a patch to fix it. In jk/native2/common/jk_uriEnv.c: --- old_jk_uriEnv.c 2003-11-24

RE: mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Dennis McRitchie
This problem also does not occur when you build mod_jk2 from jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz . Dennis -Original Message- From: Stefan Proels [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 8:32 AM To: Tomcat Users List Subject: Re: mod_jk2/tomcat 4.1.29 uri

Re: mod_jk2 + Tomcat 4.1.24 - no sessions?

2003-07-21 Thread Simon Pabst
You need to use tomcatId jvmRoute for stickySession to work (don't know if it works with default settings), for example: workers2.properties: [channel.socket:localhost:8009] tomcatId=tomcat1 (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.html#workers) server.xml:

Re: mod_jk2 + Tomcat 4.1.24 - no sessions?

2003-07-21 Thread Marc Palmer
On Mon, 21 Jul 2003 16:43:05 +0200, Simon Pabst [EMAIL PROTECTED] wrote: You need to use tomcatId jvmRoute for stickySession to work (don't know if it works with default settings), for example: workers2.properties: [channel.socket:localhost:8009] tomcatId=tomcat1

Re: mod_jk2 + Tomcat 4.1.24 - no sessions?

2003-07-21 Thread Simon Pabst
hmm no, if you have just one Tomcat, it shouldn't be necessary. At 15:58 21.07.2003 +0100, you wrote: On Mon, 21 Jul 2003 16:43:05 +0200, Simon Pabst [EMAIL PROTECTED] wrote: You need to use tomcatId jvmRoute for stickySession to work (don't know if it works with default settings), for

Re: mod_jk2 + Tomcat 4.1.24 - no sessions?

2003-07-21 Thread Marc Palmer
On Mon, 21 Jul 2003 17:41:13 +0200, Simon Pabst [EMAIL PROTECTED] wrote: hmm no, if you have just one Tomcat, it shouldn't be necessary. I guessed as much. The thing is, I can see that the browser is just never getting the JSESSIONID cookies when accessing via Apache. If you access directly to

Re: mod_jk2 + Tomcat 4.1.24 - no sessions?

2003-07-21 Thread Simon Pabst
Hmm works for me, (using Apache 2.0.45, mod_jk2 from jakarta-tomcat-connectors-4.1.24-src, Tomcat 4.1.24) What Apache/mod_jk2/Tomcat versions are you using? What AJP Connector are you using, how does the connector config in server.xml look like? At 17:43 21.07.2003 +0100, you wrote: On Mon, 21

RE: mod_jk2 + Tomcat 4.1.24 - no sessions?

2003-07-21 Thread Brett Neumeier
Mark Palmer wrote: I guessed as much. The thing is, I can see that the browser is just never getting the JSESSIONID cookies when accessing via Apache. If you access directly to Tomcat the JSESSIONID cookies come no problem. I just don't get it - this implies that mod_jk2 is stripping

Re: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDINGworkers2.properties in DFAULT location

2003-03-29 Thread R Blake
hi I've built 2.0.44 on Mac OS X with mod_jk2 and and running Tomcat 4.1.8 and 4.1.24. If the apache directory patch is set up correctly apache should look for it conf directory, based on how you defined --prefix in configure. It should look something like this: ./configure \ --prefix=

RE: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDING workers2.properties in DFAULT location

2003-03-29 Thread Quinton McCombs
To: Tomcat Users List Cc: Anthony Marlowe Subject: Re: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDING workers2.properties in DFAULT location hi I've built 2.0.44 on Mac OS X with mod_jk2 and and running Tomcat 4.1.8 and 4.1.24. If the apache directory patch is set up correctly

RE: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDINGworkers2.properties in DFAULT location

2003-03-29 Thread R Blake
the location of your config file for jk2. -Original Message- From: R Blake [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 2:07 AM To: Tomcat Users List Cc: Anthony Marlowe Subject: Re: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDING workers2.properties in DFAULT location hi

Re: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDING workers2.properties in DFAULT location

2003-03-28 Thread Anthony Marlowe
Hi, I've built 2.0.44 on Mac OS X with mod_jk2 and and running Tomcat 4.1.8 and 4.1.24. If the apache directory patch is set up correctly apache should look for it conf directory, based on how you defined --prefix in configure. It should look something like this: ./configure \ --prefix=

RE: mod_jk2 tomcat problems

2002-10-31 Thread Brzezinski, Paul J
I get the exact same error on Solaris 8 SPARC with J2SE v1.4.1 (with patches loaded for Java): SEVERE: Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.clinit(AprImpl.java:340) After a couple of days trying to get the

Re: mod_jk2 tomcat problems DOC ??

2002-10-31 Thread Maxime
Hi Do you know where can i find the most complet documentation on mod_jk2 (compilation, installation configuration ...) In another thread somebody write about John Turner's excellent web page ? where can i find it ? Thks - Original Message - From: Maxime [EMAIL PROTECTED] To: Tomcat

RE: mod_jk2 tomcat problems DOC ??

2002-10-31 Thread Turner, John
://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip John -Original Message- From: Maxime [mailto:max_sts;hotmail.com] Sent: Thursday, October 31, 2002 12:24 PM To: Tomcat Users List Subject: Re: mod_jk2 tomcat problems DOC ?? Hi Do you know where can i find the most complet