mod_jk or jk2??

2005-08-03 Thread Luis Torres

Hello everyone,

I see lots of posts saying that they are using or implementing jk2? For 
what I understand, that has been replaced by mod_jk... so which one is 
better or what is recommended??


I also have found better documentation related to jk2 so that adds to 
the puzzle.


Regards,

Luis

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: mod_jk or jk2??

2005-08-03 Thread MC Moisei

I thought the jk2 is newer... but I can be wrong...

MC



From: Luis Torres [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: mod_jk or jk2??
Date: Wed, 03 Aug 2005 13:47:42 -0500

Hello everyone,

I see lots of posts saying that they are using or implementing jk2? For 
what I understand, that has been replaced by mod_jk... so which one is 
better or what is recommended??


I also have found better documentation related to jk2 so that adds to the 
puzzle.


Regards,

Luis

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk or jk2??

2005-08-03 Thread Ben Ricker
You want to use mod_jk. JK2 has been deprecated and is no longer in
active development.

On 8/3/05, MC Moisei [EMAIL PROTECTED] wrote:
 I thought the jk2 is newer... but I can be wrong...
 
 MC
 
 
 From: Luis Torres [EMAIL PROTECTED]
 Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
 To: Tomcat Users List tomcat-user@jakarta.apache.org
 Subject: mod_jk or jk2??
 Date: Wed, 03 Aug 2005 13:47:42 -0500
 
 Hello everyone,
 
 I see lots of posts saying that they are using or implementing jk2? For
 what I understand, that has been replaced by mod_jk... so which one is
 better or what is recommended??
 
 I also have found better documentation related to jk2 so that adds to the
 puzzle.
 
 Regards,
 
 Luis
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Ben Ricker
He's just this guy, you know?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-27 Thread Emerson Cargnin
Thanks a lot bill!!!
Bill Barker wrote:
Emerson Cargnin [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
I'm running out of memory with the msg:
...
WARNING: Error registering request
May 25, 2004 5:36:44 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
[EMAIL PROTECTED], terminating thread
May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...
I've seen a sugestion of the request.registerRequests=false to put in
jk2.properties. I'm using mod_jk, but as I see a similar message, I'll
try this too. But... where do I put this conf, as mod_jk does not have a
jk.properties file. could be it worker.properties?

You put it in $CATALINA_HOME/conf/jk2.properties.  This file controls the
settings for the java side of the JK Connector, regardless of which native
connector you are using.

thanks in advance
--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-27 Thread Emerson Cargnin
AFAIK, most os the attributes used in jk2.properties as related to mod_jk2.
What other attributes can be used to configure later mod_jk?
Thanks
Bill Barker wrote:
Emerson Cargnin [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
I'm running out of memory with the msg:
...
WARNING: Error registering request
May 25, 2004 5:36:44 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
[EMAIL PROTECTED], terminating thread
May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...
I've seen a sugestion of the request.registerRequests=false to put in
jk2.properties. I'm using mod_jk, but as I see a similar message, I'll
try this too. But... where do I put this conf, as mod_jk does not have a
jk.properties file. could be it worker.properties?

You put it in $CATALINA_HOME/conf/jk2.properties.  This file controls the
settings for the java side of the JK Connector, regardless of which native
connector you are using.

thanks in advance
--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-26 Thread Emerson Cargnin
I'm running out of memory with the msg:
...
WARNING: Error registering request
May 25, 2004 5:36:44 PM 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing 
[EMAIL PROTECTED], terminating thread
May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...

I've seen a sugestion of the request.registerRequests=false to put in 
jk2.properties. I'm using mod_jk, but as I see a similar message, I'll 
try this too. But... where do I put this conf, as mod_jk does not have a 
jk.properties file. could be it worker.properties?

thanks in advance
--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-26 Thread Emerson Cargnin
Just to add, even when not getting out of memory, my catalina.log shows:
ay 26, 2004 3:44:35 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:36 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:37 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:43 PM org.apache.jk.common.HandlerRequest decodeRequest
WARNING: Error registering request
May 26, 2004 3:44:55 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:46:15 PM org.apache.jk.common.HandlerRequest decodeRequest
Emerson Cargnin wrote:
I'm running out of memory with the msg:
...
WARNING: Error registering request
May 25, 2004 5:36:44 PM 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing 
[EMAIL PROTECTED], terminating thread
May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...

I've seen a sugestion of the request.registerRequests=false to put in 
jk2.properties. I'm using mod_jk, but as I see a similar message, I'll 
try this too. But... where do I put this conf, as mod_jk does not have a 
jk.properties file. could be it worker.properties?

thanks in advance


--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-26 Thread Emerson Cargnin
At this moment I have 5492 times the line WARNING: Error registering 
request at my catalina log

maybe this could be the cause of the memory leak?
In mod_jk, how do I solve this? in jk2 the solution is to add the 
request.registerRequests=false in jk2.properties

I have an upgraded prodution server that is running out of memory all 
the time, and I have to monitor it and reinitialize it periodically :)

thanks
Emerson
Emerson Cargnin wrote:
Just to add, even when not getting out of memory, my catalina.log shows:
ay 26, 2004 3:44:35 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:36 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:37 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:43 PM org.apache.jk.common.HandlerRequest decodeRequest
WARNING: Error registering request
May 26, 2004 3:44:55 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:46:15 PM org.apache.jk.common.HandlerRequest decodeRequest
Emerson Cargnin wrote:
I'm running out of memory with the msg:
...
WARNING: Error registering request
May 25, 2004 5:36:44 PM 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing 
[EMAIL PROTECTED], terminating thread
May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...

I've seen a sugestion of the request.registerRequests=false to put 
in jk2.properties. I'm using mod_jk, but as I see a similar message, 
I'll try this too. But... where do I put this conf, as mod_jk does not 
have a jk.properties file. could be it worker.properties?

thanks in advance



--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-26 Thread Emerson Cargnin
Does anyone could comment on that??
For what I saw the changelog of 5.0.25, there ins't any change in this 
field...

At this moment I have 5492 times the line WARNING: Error registering
request at my catalina log
maybe this could be the cause of the memory leak?
In mod_jk, how do I solve this? in jk2 the solution is to add the
request.registerRequests=false in jk2.properties
I have an upgraded prodution server that is running out of memory all
the time, and I have to monitor it and reinitialize it periodically :)
thanks
Emerson
Emerson Cargnin wrote:
Just to add, even when not getting out of memory, my catalina.log shows:
ay 26, 2004 3:44:35 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:36 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:37 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:44:43 PM org.apache.jk.common.HandlerRequest decodeRequest
WARNING: Error registering request
May 26, 2004 3:44:55 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
May 26, 2004 3:46:15 PM org.apache.jk.common.HandlerRequest decodeRequest
Emerson Cargnin wrote:
I'm running out of memory with the msg:
...
WARNING: Error registering request
May 25, 2004 5:36:44 PM 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing 
[EMAIL PROTECTED], terminating thread
May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...

I've seen a sugestion of the request.registerRequests=false to put 
in jk2.properties. I'm using mod_jk, but as I see a similar message, 
I'll try this too. But... where do I put this conf, as mod_jk does not 
have a jk.properties file. could be it worker.properties?

thanks in advance



--
Emerson Cargnin
Analista de Sistemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: where to put request.registerRequests=false when using mod_jk (not jk2)

2004-05-26 Thread Bill Barker

Emerson Cargnin [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I'm running out of memory with the msg:

 ...
 WARNING: Error registering request
 May 25, 2004 5:36:44 PM
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
 SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
 [EMAIL PROTECTED], terminating thread
 May 25, 2004 5:37:05 PM org.apache.jk.common.HandlerRequest invoke
 INFO: Unknown message 0
 java.lang.OutOfMemoryError
 java.lang.OutOfMemoryError
 java.lang.OutOfMemoryError
 ...


 I've seen a sugestion of the request.registerRequests=false to put in
 jk2.properties. I'm using mod_jk, but as I see a similar message, I'll
 try this too. But... where do I put this conf, as mod_jk does not have a
 jk.properties file. could be it worker.properties?


You put it in $CATALINA_HOME/conf/jk2.properties.  This file controls the
settings for the java side of the JK Connector, regardless of which native
connector you are using.

 thanks in advance


 -- 
 Emerson Cargnin
 Analista de Sistemas
 Setor de Desenvolvimento de Sistemas - TRE-SC
 tel : (048) - 251-3700 - Ramal 3181




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]