Lucee Clustering

236 views
Skip to first unread message

yiba kimimaro

unread,
Aug 24, 2015, 11:08:19 PM8/24/15
to Lucee
Hi all, 

i would like to know about how Lucee clustering multiple instance load balancing just like Coldfusion in windows server using IIS. I search around and find no clue. Please help.

thanks and regard

Jordan Michaels

unread,
Aug 25, 2015, 3:37:40 PM8/25/15
to lu...@googlegroups.com
Need more specifics here.

"Clustering" is a very diverse topic with many options and methods of doing things. If you need help with a specific aspect, you need to let us know what that aspect is.

In general, if you store your session variables in a database, and your application doesn't use client variables, then you should be able to put as many nodes as you need behind your load balancer with minimal impact to your app.

Kind regards,
Jordan Michaels
--
See Lucee at CFCamp Oct 22 & 23 2015 @ Munich Airport, Germany - Get your ticket NOW - http://www.cfcamp.org/
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/b3ab8536-a4ff-4388-8efa-64794e46e9f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

yiba kimimaro

unread,
Aug 26, 2015, 10:11:59 AM8/26/15
to Lucee
Thank you Jordan Michaels, what i'm trying to do is create few jvm to serving one website. what should i do?

Robert Munn

unread,
Aug 26, 2015, 2:44:22 PM8/26/15
to lu...@googlegroups.com
You need something sitting in front of Lucee that will route traffic to different JVM instances. A possible way is to configure your Web server for clustering. Web servers like Nginx Plus, and Apache HTTPD have clustering features that allow you to point to different host/port combinations. Here is an example using Apache HTTPD to cluster Tomcat:


As Jordan indicated, there are many ways to achieve the goal, how you proceed depends on many factors. Once you have a way for the Web traffic to point to multiple instances of Lucee, you just need to configure the app to support traffic across the instances, whether by database-storage of session information or other means.



Reply all
Reply to author
Forward
0 new messages