October 10, 2016
Prerelease build of Nginx connector for ColdFusion 2016 now available
Comments
(8)
October 10, 2016
Prerelease build of Nginx connector for ColdFusion 2016 now available
Newbie 25 posts
Followers: 1 people
(8)

Nginx is a high-performance and open-source web server that is widely used in the web communityIt 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.

 

 

8 Comments
2018-07-06 09:23:33
2018-07-06 09:23:33

Hi,

Has this pre-release become a release yet, I can’t find any further information.

Is CF2018 going to support the nginx connector too?

Like
2017-01-13 10:01:30
2017-01-13 10:01:30

Thank you!

Like
2017-01-08 21:30:32
2017-01-08 21:30:32

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.

Like
2016-10-19 07:20:47
2016-10-19 07:20:47

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!

Like
2016-10-18 12:03:42
2016-10-18 12:03:42

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?

Like
2016-10-16 02:55:53
2016-10-16 02:55:53

Hi Phill,

We do have plans to indicate the performance benefits in the coming days.

Do share your experiences in working with the connector.

Thanks!

– Immanuel

Like
2016-10-15 05:55:30
2016-10-15 05:55:30

Hi Piyush,

That’s great, always nice to see added options for performance gains. Have you done any benchmark performances running CF+Nginx vs CF+IIS vs CF+Apache? I think it would make a great post.

Cheers..

Like
2016-10-13 23:31:27
2016-10-13 23:31:27

This connector is very useful now these day. You share a great information on this topic thank you.

Like
Add Comment