coldfusion kubernetes
- February 21, 2024
- 2 replies
- 1653 views
I have set up ColdFusion in a pod of my Kubernetes cluster. I have configured all settings (services, ingress, etc.), and everything is working fine. However, I'm unable to connect ColdFusion to the Apache web server through wsconfig.
I've successfully done the same setup in a Docker container, but I encounter errors only in the Kubernetes cluster. The process of connecting wsconfig to Apache seems to proceed without errors, and when I list the wsconfig connected server, Apache is displayed.
When I access the server (Apache), it's working, and I can reach it. However, when I try to run a CFM file, it gives a 503 error.
I referred to the following documentation for guidance:
https://helpx.adobe.com/in/coldfusion/configuring-administering/web-server-management.html
Versions used: ColdFusion 2021/23
