Presentation: Installing Multiple Versions of ColdFusion Together
December 10, 2009 · 4 Comments
Here is my presentation from tonight's Philadelphia CFUG meeting.
Tags: ColdFusion · Presentations
Comments
Marc Ackermann wrote on 12/11/09 9:40 AM
Thanks for the presentation. I would use this setup on a developer or staging-server but never ever on a production enviroment.David Boyer wrote on 12/11/09 2:20 PM
D'oh, found out it's enterprise. Thought it was but didn't see it mentioned in your preso.Managed to get Railo working... kinda... The admin displays fine but it doesn't seem to like multiple virtual hosts like the CF instances do.
@Marc, why wouldn't you ever set up production in this way? Are you against multiple instances for some reason?
Daria wrote on 12/11/09 2:36 PM
@david: yes, multi-server is only in enterprise and developer editions@marc: we use multiple instances in production at freelibrary.org. multi-server's main purpose is for clustering
what i would caution about is using older versions of CF on newer versions of the Java Virtual Machine (JVM) without thoroughly testing your site for both functionality and load. Older versions of CF are only tested and guaranteed to work up to a certain JVM version, so it is up to you to make sure it works before releasing it to production







David Boyer wrote on 12/11/09 8:03 AM
Great presentation. The slides explained everything really well and the whole process is a lot clearer to me.I do have a quick question though. When going with this sort of setup in your production environment, can you use CF Standard or does it have to be enterprise for the multiple instances EAR/WAR deployments?
Thanks