RE: Regression? Tomcat 4.1.27 spiraling out of control!

2003-09-29 Thread Bhaskar Marthi
I am having a similar issue right now.  I moved to 4.1.27 and as soon as the
load hits ~280 users, the server goes out of control and there seems to be
some hung processes from which  the server takes long time to recover.
Please do let me know if anyone has insight into this issue.

Bhaskar

 The information contained in this communication may be confidential or
legally privileged and is intended only for the recipient named above. If
the reader of this message is not the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication or its contents is strictly prohibited. If you have received
this communication in error, please immediately advise the sender and delete
the original and any copies from your computer system.
 


-Original Message-
From: Jeff Larsen [mailto:[EMAIL PROTECTED]
Sent: Monday, September 29, 2003 12:09 PM
To: Tomcat Users List
Subject: Re: Regression? Tomcat 4.1.27 spiraling out of control!


I don't know how to creat a test case for this.
Everything ran fine on my test box. It only gets
out of control under load. I don't have any tools
for load testing. I was hoping that the clues
about the fix between 4.0.3 and 4.0.4 would help
because the symptoms are identical. I also didn't
expect that I would be the first one to notice this...

--
Jeff
jlar310 at yahoo

- Original Message -
From: Shapira, Yoav [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, September 29, 2003 8:08 AM
Subject: RE: Regression? Tomcat 4.1.27 spiraling out of control!



 Howdy,

 Google hasn't been very helpful on this one. Should I just
 revert to 4.0.4 and wait for a fix?

 Instead of idly waiting for a fix, I encourage you to contribute a
 test war and steps to reproduce your problem.  If we don't see it,
 chances are it won't get fixed...

 Yoav Shapira



 This e-mail, including any attachments, is a confidential business
communication, and may contain information that is
confidential, proprietary and/or privileged.  This e-mail is intended only
for the individual(s) to whom it is addressed, and may
not be saved, copied, printed, disclosed or used by anyone else.  If you are
not the(an) intended recipient, please immediately
delete this e-mail from your computer system and notify the sender.  Thank
you.


 -
 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]

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



RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Bhaskar Marthi
dean,
As said by lot of members, it would be great if you can post your document
in the mailing list.  BTW, did anyone try resin?  How does it compare to
tomcat?  

Thanks,
Bhaskar

 The information contained in this communication may be confidential or
legally privileged and is intended only for the recipient named above. If
the reader of this message is not the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication or its contents is strictly prohibited. If you have received
this communication in error, please immediately advise the sender and delete
the original and any copies from your computer system.
 


-Original Message-
From: Jeremy Nix [mailto:[EMAIL PROTECTED]
Sent: Friday, September 26, 2003 8:01 AM
To: Tomcat Users List
Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help


I'd like to see your pdf, and I'm sure other members of this list
wouldn't mind seeing it as well.  Who knows, maybe we can add it to the
slim documentation on the jakarta site.

_
Jeremy Nix
Senior Application Developer
Southwest Financial Ltd.
[EMAIL PROTECTED]
(513) 621-6699 ext 1158


-Original Message-
From: Dean Searle [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 7:44 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help


Joe,
 
You place the mod_jk2 file in the correct folder, however you have set
up the parameters in your httpd.conf file incorrectly. The parameters
you have are for the mod_jk module. For the mod_jk2 module you would
need a workers2.properties file and a jk2.shm file.
 
I have documented a full install of Apache 2.0.46 and Tomcat 4.1.26. on
Windows 2000, but I have used the same instructions on my WinXP Pro with
out any problems. If this mail list would not mind me sending this
document please let me know.
 
This is information I have compiled from numerous mail lists and
debugged for many months. The document is about 20 pages long give or
take. I don't have it in front of me at this time. I can post it as a
pdf or RTF. Let me know which version is more acceptable.
 

Dean

-Original Message- 
From: Joe Mihalich [mailto:[EMAIL PROTECTED] 
Sent: Thu 9/25/2003 7:29 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Tomcat connector for Apache 2.0.47 ... Please Help









Hi,



   I've installed Apache version 2.0.47, and tomcat
version
4.1.27 on a windows xp box.



   I've downloaded the mod_jk2-2.0.43.dll connector,
and put it
in the modules directory

Under apache.



   I configured tomcat to auto generate the
mod_jk.conf file.



   All that is working ok.so it seems.



   I then modified the httpd.conf file as follows:



LoadModule jk_module modules/mod_jk2-2.0.43.dll

AddModule mod_jk.c



JkWorkersFile \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\jk\workers.properties

JkLogFile logs\mod_jk.log

JkLogLevel debug



   And added this include, at the end of the file



Include \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\auto\mod_jk.conf



   Now, when I try to start up apache, I'm getting
this error:



Syntax error on line 173 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:

Can't locate API module structure `jk_module' in file C:/Program
Files/Apache Gr

oup/Apache2/modules/mod_jk2.dll: No error



   Line 173 is the LoadModule line above.



   Can someone please tell me why I'm getting this
error?  In
the download

Directory for mod_jk2-2.0.43.dll, it says that this
file is only
for Apache 2.0.43.

I assume that it will work for 2.0.47.or is that the
problem
here?  I can't

Find 2.0.43 to download anymore.



   Also, I'm confused as to why all the other
modules in the
modules sub directory

Have the .so extension.  Aren't those unix shared
library
objects?  Can they work

On windows?



   Anyway, any help would be appreciated.