-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thangavel,

Thangavel Sankaranarayanan wrote:
| I am facing a problem with Tomcat 4.1.27.

Note that everything you are using is very out of date. Tomcat just
released 6.0.18, mod_jk is at version 1.2.26 (and JK2 is dead, dead,
dead), and win2k, well... sometimes that can't be helped.

| I am getting the error " All Threads are busy,Please increase the max
| Threads".

Have you obtained a thread dump of the running Tomcat? That would be the
first thing you should do. A thread dump will tell you what all those
threads are doing. Perhaps they are blocked reading or writing to some
stream. Perhaps they are waiting on your database to return some data or
something like that.

| also i can find hundreds of Connection timed out error in it.why does this
| occur??

Can you post a stack trace of the ConnectionTimeouts?

| Connector is JK2 ajp13 connector
| I have set MaxThreads=300. Maxprocessors=150;acceptcount=150;
|
| What could be the solution for it...my application is moderately used...

If your application is moderately used, then you probably don't need all
those threads and processors. Any idea of the amount of peak traffic you
actually expect?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiR0z8ACgkQ9CaO5/Lv0PB3cwCfbavCw7lU+hkBZUakxtPlRkCu
hkMAoLDT4p1tIllh8xoTwBysh8qSQ4uH
=7GLi
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to