Search code examples
apachemod-jk

Apache httpd - how to figure which server is the request going to


I am new to httpd. I have single Apache httpd server running, and is load balancing JBoss servers. Round robin, non-sticky bit configuration. I need to find out which of the JBoss servers is getting the request. I can't log to each JBoss servers, but, can log on to the httpd server.

How do I do that?

Thank you.

WM.


Solution

  • You can enable a status worker: http://tomcat.apache.org/connectors-doc/reference/status.html

    You can monitor which worker's access count goes up, not ideal, but should do te trick.