Coldfusion 2021 update 3 web server connector update
We installed Coldfusion 2021 Update 3 (https://helpx.adobe.com/coldfusion/kb/coldfusion-2021-update-3.html) to mitigate the log4j vunerability, and in the instructions it says to update the web connector:
After applying the update, you must upgrade the existing web server connectors.
However it does not say anywhere how to install the connector. When I run this command
# ./wsconfig -ws Apache -bin /usr/sbin/httpd -script /usr/sbin/apachectl -dir /etc/httpd/conf/ -v
I get a message that the web server has already been configured.
We are on the vesion below running on Centos 7.9:
[info] jk_log_version::jk_connector_version.h (21): Connector Version: 321158
How do we update the web server connectors?
