Re: Which workers am I using?

2001-04-06 Thread Scott Tatum
In order to get Apache to use ajp13, you have to use your own config files. The auto files always use ajp12. You'll need to change workers.properties so that your workers have a type of ajp13. I don't think it matters what your workers are called, though most people have the protocol as part of t

Which workers am I using?

2001-04-06 Thread Peter Smith
I can see the ajp12 and 13 worker threads being instantiated (via log messages in the console) when I crank up Tomcat, but how do I know if the 13's are being used at all? All my auto-generated files continue to point to 'ajp12' workers, even after I've changed almost every reference I can find i