> I have found out how to create a multi server using applications on one web > root. My question to the group is about suggested > methodologies in regards to the multi server. We have an application that > causes issues with all of our other web apps, we will > definitely be segregating that one in its own instance, but how should I > handle the other applications? Should I let them run in the > main instance of Jrun/CF or create another application and run the rest of > our applications in that instance. > > To give a bit of background we have all of our applications under one IIS > Website that we protect with SSL. While it would be nice > to create a separate site for each application it just isn't feasible at this > time due to cost of SSL for each one of the apps. So if I > were to segregate the applications I would have to go to each one and do the > HTTP handler of it (which isn't that big of a deal > since I will only have to do it once). I also can't make a seperate CF > instance for each application as it would take way too much > memory. I am hoping to just segregate the problem applications so we have > less issues for the future.
CF applications don't need to correspond to IIS virtual servers on a one-to-one basis. You can define context roots to let multiple CF apps correspond to a single IIS server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330392 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

