I am a little confused about tomcat workers and loadbalancing in a Linux
environment. I hope someone can explain.
I am running tomcat embedded in JBoss.
When I start JBoss, I see about 60 processes created.
Presumably each of these is an instance of JBoss with an embedded Tomcat?
Are they each equally available to handle user requests?
How do Tomcat Workers such as ajp12 / ajp13 relate or map to these
processes?
What happens if I set workers.properties to include a loadbalancer? How does
it affect the allocation of requests to these processes?
Gerry