Nginx is a high-performance and open-source web server that is widely used in the web community. It can now be configured with ColdFusion 2016. With this post we are making available the prerelease build of the web-server connector for testing purposes.
The prerelese build is in the form of an Linux 64-bit installer that packages the following 2 components:
– The Nginx web server installer. This installer is a variant of the standard Nginx installer that packages the AJP modules that enbable the communication between the webserver and ColdFusion.
– WSconfig.jar. This is a modified version of the library present in ColdFusion's <cf_root>/cfusion/lib directory, that is required by the WSConfig tool when configuring a web server connector.
For detailed instructions on installing the webserver and configuring the connector, refer this document.
We will look forward to your suggestions and feedback.
Click on this link to download the source for the Ngnix Connector.
Revision (09 Jan 2017): The download link for Ngnix Connector source added.
Joe Gooch,
Here is the source for the Nginx Connector,
http://cfdownload.adobe.com/pub/adobe/coldfusion/2016/connector_source/CF2016-PR-Nginx-connector.tar.gz
At this point, the source is only available for download, and is not shared as a repository.
Thanks for the response!
I’m really interested in integrating this with our stack. I can start working with it in our Dev environments, where we’re currently using proxy_http. But I really need the source code to properly assess it and package it for production use. I’m also interested in how many (if any) of the github issues with the connector have been resolved by your release.
Are there any plans to do a proper Github fork, fix/merge any resolved issues by the community and maintain it that way? It’d be a great way to bring the connector forward. For that matter, any modifications you’ve made to tomcat would be nice to see (and be contributed back) as well.
I eagerly await the source link!
Is this AJP connector written from scratch, or is it another, freely available AJP connector? (i.e. https://github.com/yaoweibin/nginx_ajp_module)
Is the AJP connector source available for custom nginx builds? You do not compile in some modules, like XSLT, or GeoIP. Ubuntu compiles with stack protection and fortify source enabled, which your build does not include. Given the nginx_ajp_module source, Linux packages could be maintained for each distribution.
WSconfig is loading the ngx_http_ajp_module.so dynamically – you say in the document that nginx does not support DSOs. Since it does, and it’s being loaded dynamically… perhaps the nginx installer isn’t necessary?
What advantages does this connector provide over proxy_http?
You must be logged in to post a comment.