br1 wrote:
Hello,

I am new to the list but I must say I used it a lot to find things in the past 
years.
This time I am facing a problem or two but not finding a solution.. small 
problems luckily.

(2)
[Fri Jan 06 15:17:20 2006] [warn]  jk_ajp_common.c (2138): Unable to get the 
free endpoint for worker MYWORKER from 20 slots
[Fri Jan 06 15:17:20 2006] [info]  jk_ajp_common.c (2152): can't find free 
endpoint


Increase the cachesize for the worker.
The value should reflect the number of concurrent users on the system.
The above messages means that you have more then 20 concurrent users
connected.

According to a few posts I found I added connectionTimeout="0" to some tomcats 
and raised the cachesize of some workers that were
giving problems (worker.MYWORKER.cachesize=20)


Now I still get the error (1) a couple of times a second and the error (2) a 
few times the day.

My questions at this point would be:
1- Are the above entries caused by the new JK 1.2.15 or I did have the same 
problems and I didn't notice? (the log level was set to
"emerg")

See above comments.

2- I applied connectionTimeout="0" to Tomcats 5.5.x. Is this also needed for 
older Tomcat versions 5.0/4.1.7/4.0.6 - though in the
docs the parameter was not documented for the AJP connector?

You don't need this for 5.x (by default connectionTimeout is disabled),
but you need that for 4.x (connectionTimeout defaults to 1 minute).

4- In the AJP documentation the min and maxProcessors are deprecated. What 
should one use instead? They saved my life with Tomcat 4.

maxThreads.


6- Too many questions? :-)


No :)

Regards,
Mladen.


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

Reply via email to