Re: mod jk2/tomcat communication problem

2004-09-22 Thread Kaleb Pederson
Alex, thanks for the response. I didn't try telnetting to port 8009, but will next time it goes down (I wish I could say *if* it goes down again :( ). I did nmap the box at that time, and it showed that the port was open. I'm going to try to switch to Unix sockets soon as well, as I hope that

Re: mod jk2/tomcat communication problem

2004-09-22 Thread Alex
kaleb, can you telnet to the tomcat connector port? 8009 is the default. On Tue, 21 Sep 2004, Kaleb Pederson wrote: > Date: Tue, 21 Sep 2004 15:03:10 -0700 > From: Kaleb Pederson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> >

RE: Mod-jk2 availability for Apache 2.0.49

2004-05-06 Thread Randy
I have got binaries For RH9 httpd-2.0.40-21.9 Mod_jk.so and mod_jk2.so Email if you want them RP -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 4:27 PM To: [EMAIL PROTECTED] Subject: Mod-jk2 availability for Apache 2.0.49 Hi, Does an

RE: Mod JK2 - load balancing - sessions

2003-11-07 Thread inaminute
Quoting Brett Neumeier <[EMAIL PROTECTED]>: First thanks for your extensive answer. I was missing the server.xml setting part, that is the jvmRoute attribute, i.e.: well reading the following comment could have help ;) With Apache Tomcat/4.1.29 this leads to the extended jsessionid you descr

Re: Mod JK2 - load balancing - sessions

2003-11-07 Thread inaminute
Quoting [EMAIL PROTECTED]: > There is a configuration parameter for the load balancer called > "stickySession", but it should be enabled by default. Indeed it seems with respect to further testing I did without setting it. > You might want to > try setting it and seeing if it makes any differenc

RE: Mod JK2 - load balancing - sessions

2003-11-07 Thread Brett Neumeier
> The problem is that I have the same behaviour when I simply > reload my page in > the same Browser instance, jumping from one Tomcat instance > to the other as if > no javax.servlet.http.HttpSession was defined (jsessionid). I haven't used JK2, but I know how this works with JK(1) and I think

Re: Mod JK2 - load balancing - sessions

2003-11-07 Thread jmorace
There is a configuration parameter for the load balancer called "stickySession", but it should be enabled by default. You might want to try setting it and seeing if it makes any difference. The configuration options are described at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwe

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
Hi, For anyone that cares I changed the 'long's to 'unsigned short's with some advice from Jeff Trawick. Still looks good after a some load. It's not being hammered but it looks ok. -e On Tue, 1 Jul 2003, Eric J. Pinnell wrote: > Hi, > > This tweak on > jakarta-tomcat-connectors-jk2-2.0.2-src

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread John Turner
Cool, thanks for the confirmation. John On Tue, 1 Jul 2003 15:40:37 -0400 (EDT), Eric J. Pinnell <[EMAIL PROTECTED]> wrote: I could be wrong...it was my understanding that JK2 was only supported by CoyoteConnector. Since both, I believe, use the AJP13 protocol, I guess its possible that Ajp1

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
> > I could be wrong...it was my understanding that JK2 was only supported by > CoyoteConnector. Since both, I believe, use the AJP13 protocol, I guess > its possible that Ajp13Connector could/would/might work. I know more about > what DOES work than what DOESN'T work. ;) It works *sorta*. It

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread John Turner
I could be wrong...it was my understanding that JK2 was only supported by CoyoteConnector. Since both, I believe, use the AJP13 protocol, I guess its possible that Ajp13Connector could/would/might work. I know more about what DOES work than what DOESN'T work. ;) In any case, my point (perhaps

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
Hi, This tweak on jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/common/jk_channel_socket.c seems to fix the high TCP port issue. Alhtough I haven't found any trouble with it yet I have never written anything for JK2 and am unfamiliar with it's inner workings. So I wouldn't bet the farm on

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Shapira, Yoav
Howdy, Well, that provided a bit of amusement for today ;) ;) You can put in an enhancement request to use 32bits for the port number. It's a low-priority item, not sure it will be done any time soon. Yoav Shapira >> >14009 works >> >48009 doesn't. The apache error log says that it can't conne

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
Hi, > >14009 works > >48009 doesn't. The apache error log says that it can't connect. > >According to tomcat the Connector is listening and a netstat shows the > >port in a LISTEN state. > > I have a random guess harkening back to my C days: > 32767 won't work. > Give it a shot. Has to do with 2

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread Geralyn M Hollerman
> John Turner wrote: > Tomcat comes with a JK2 compatible connector enabled by default on > port > 8009. The class name for this connector is CoyoteConnector. > Ajp13Connector is for JK and is incompatible with JK2...it will never > work. Whoa! I couldn't get the CoyoteConnector to work with 4.0.

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Shapira, Yoav
Howdy, >Actually I have found this not to be true (the part about you can use any >port). There is some kind of limitation on how high the port you use can >be. For example: > >8009 works >14009 works >48009 doesn't. The apache error log says that it can't connect. >According to tomcat the Con

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread John Turner
On Tue, 01 Jul 2003 18:27:47 +0200, Przemys³aw Korona <[EMAIL PROTECTED]> wrote: Thank you all, for your quick responses. Tomcat comes with a JK2 compatible connector enabled by default on port 8009. The class name for this connector is CoyoteConnector. You mean: org.apache.coyote.tomcat4.Coyo

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread Przemys³aw Korona
Thank you all, for your quick responses. Tomcat comes with a JK2 compatible connector enabled by default on port 8009. The class name for this connector is CoyoteConnector. You mean: org.apache.coyote.tomcat4.CoyoteConnector ? If you need to use JK2, you don't need to do anything to server.xml

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread John Turner
Step 1 is unnecessary. Tomcat comes with a JK2 compatible connector enabled by default on port 8009. The class name for this connector is CoyoteConnector. Ajp13Connector is for JK and is incompatible with JK2...it will never work. If you need to use JK2, you don't need to do anything to serve

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Shapira, Yoav
Howdy, >However in apache, there are some errors after restart: >[Tue Jul 01 14:47:08 2003] ( info) [mod_jk2.c (284)]: mod_jk child init >[Tue Jul 01 14:47:08 2003] ( info) [mod_jk2.c (292)]: mod_jk.post_config() >init worker env >[Tue Jul 01 14:47:08 2003] (error) [jk_logger_file.c (171)]: Ca

Re: MOD JK2

2003-03-28 Thread Jonas Eriksson
orker=ajp13:localhost:8009 [uri:/status/*] worker=status:status - Original Message - From: "Quinton McCombs" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 11:13 PM Subject: RE: MOD

RE: MOD JK2

2003-03-27 Thread Quinton McCombs
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html Sorry, can't offer any help with load balancing... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 10:01 PM > To: Tomcat Users List > Subject: Re:

Re: MOD JK2

2003-03-27 Thread Kevin Hartig
From: Jonas Eriksson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 8:31 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: MOD JK2 Well rigt now i'm using mod warp to get it to work at all. But i need to get jk2 to work... It looks like this: [shm] file=/usr/local/logs/shm

RE: MOD JK2

2003-03-27 Thread Quinton McCombs
let requests to be passed to tomcat while leaving everything else to Apache. > -Original Message- > From: Jonas Eriksson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 8:31 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: MOD JK2 > > > Wel

RE: MOD JK2

2003-03-27 Thread Quinton McCombs
What do you have in workers2.properties? Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com > -Original Message- > From: Jonas Eriksson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March