>Well double oh. I'd somehow thought it was different setting it up >through the jrun admin and doing it through the cf admin. I've only >done it using the jrun admin. > >I'm running CF8 on JBoss now, but haven't had the time to look into >clustering... good to know it won't be handled through CF... yup, now >that I look, there isn't anything like that in my admin. > >So, guess a couple of dumb questions, but at least now I'll remember >the answers. [= > >Thanks, > Denny
If you're running CF8 under JBoss then you're running the enterprise version. To get the jboss to cluster is very easy, just make sure you're running the all services version of JBoss, (run - c all when starting up JBoss). The jboss instance will check the subnet that its on for any other running jboss instances and if there, it will either create or join a cluster at that point. Then to deploy, all you need to do is to drop your war or ear file into the farm directory in the /<JBOSS_HOME>/servers/all/farm directory. The Jboss instance will then deploy the war or ear file to the remaining JBoss instances in the cluster. If you need load balancing and failover then you can add Apache and mod_jk to handle that. As an alternative to CF8 Enterprise, if you do not need the CF8 specific stuff, you may want to consider Open Blue Dragon - the open source version of BlueDragon for J2EE. The cost is very good, (open source ie free as in speech and beer), and its simple to setup and deploy. Just war up your files along with the bd files and drop it into the deploy directory of your jboss instance. hth, larry Larry C. Lyons Web Analyst American Type Culture Collection http://www.atcc.org llyons(at)atcc.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304585 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

