Monitoring ColdFusion web server connectors, more on Tomcat 'Status Workers'
Note: This blog post is from 2015. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.If you've configured your web server (IIS or Apache) to be connected to CF--which can be done using the CF "web server configuration" or wsconfig tool--did you know that there is an optional monitor to observe the status of that web server connector? That connector is technically the Tomcat "AJP connector", which Adobe implements for us. And this monitor, called the Tomcat "Status worker", is an optional feature which we can configure (the CF wsconfig tool doesn't do it for us).
In this post, I discuss the tool, elaborating on a post that Adobe offered about it last month (July 2015: for future readers, note that the feature remains essentially unchanged and just as potentially valuable in 2025, when I have tweaked this post just a bit, adding a table of contents and changing the order of some topics).
You may well want to consider enabling the "Status Worker" feature, which the Adobe post shows is easily done. Still, in this post I elaborate on some observations and caveats not covered in that brief post, which you will want to consider before enabling or trying to understand the output of the tool.