Yes you could. It also allows you to deploy better security.
Multiple sites on the same instance can get each others application data, sessions, files etc through java. By putting a site on its own instance and securing that instance of JRUN by running it under a limited user account, you can stop it getting at the data and variables of other sites on other instances. - Snake -----Original Message----- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 08 July 2006 00:23 To: CF-Talk Subject: RE: CFMX7 Multiserver on Apache So...could I set up one instance of CF as a dev server, and another as a production server? Rick -----Original Message----- From: Russ [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 6:54 PM To: CF-Talk Subject: RE: CFMX7 Multiserver on Apache You might want to separate out the sites so that if a site crashes CF, only that site is affected. You might also want to tune threading/memory requirements per site. Also when used with clustering, it provides failover, but I'm guessing that's not what OP is doing. Russ > -----Original Message----- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Friday, July 07, 2006 6:42 PM > To: CF-Talk > Subject: RE: CFMX7 Multiserver on Apache > > What's the benefit of running multiple instances of CF? > > Rick > > > -----Original Message----- > From: Rob Wilkerson [mailto:[EMAIL PROTECTED] > Sent: Friday, July 07, 2006 1:26 PM > To: CF-Talk > Subject: Re: CFMX7 Multiserver on Apache > > All - > > If anyone has been watching this thread, Steven Erat was kind enough > to answer my cry for help and send me this link which lays it out > pretty > well...http://www.adobe.com/devnet/coldfusion/articles/multi_instances > 04.h > tm > l. > > He also indicated that he would try to write a technote on the subject > to simplify and clarify a couple of rough spots in the document. In > the event that he doesn't get to that, however, the linked article > really is pretty useful and usable. > > On 7/7/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > > Will do. I'll try to detail the steps for the list. > > > > On 7/7/06, Russ <[EMAIL PROTECTED]> wrote: > > > I haven't tried this yet, but I believe you can do this by putting > > > in the apache configuration that connects you to CF inside the > > > virtual host directive. Let me know if you get this to work, as I > > > will need to do this sometime soon as well. > > > > > > Russ > > > > > > > -----Original Message----- > > > > From: Rob Wilkerson [mailto:[EMAIL PROTECTED] > > > > Sent: Friday, July 07, 2006 9:47 AM > > > > To: CF-Talk > > > > Subject: Re: CFMX7 Multiserver on Apache > > > > > > > > Sorry, everyone. After reading this again, it seems that I have > > > > all kinds of issues with my question. First, the -config flag > > > > is on the jrunsvc utility. Duh. That error led me down a path > > > > that ended with a very unclear and even contradictory question. > > > > Let me try to do better by simplifying: > > > > > > > > With Apache, is it possible to tie a single CFMX instance to a > > > > specific virtual host? > > > > > > > > Apologies for any confusion I may have caused. And for any > > > > stitches to the thorasic region required to repair the damage > > > > from side-splitting laughter at my idiocy. Hopefully this > > > > clarifies things a bit. > > > > > > > > On 7/7/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > > > > > I'm trying to create a multiserver installation of CFMX7 in a > > > > > Windows/Apache 2.0.58 environment where each ColdFusion > > > > > instance runs a separate JVM configuration. I've had this > > > > > running just fine in IIS by running wsconfig with the -config > > > > > flag, but I'm not sure how to do it in Apache. In IIS, the > > > > > ISAPI filter is loaded to each individual site so it makes > > > > > sense. In Apache, though, the JRun module is loaded server-wide. > > > > > > > > > > Has anyone tried and, more to the point, successfully > > > > > accomplished this? I can't seem to find any documentation > > > > > that states whether this is possible and/or how I might go > > > > > about it. > > > > > > > > > > Any insight would be greatly appreciated. Thanks. > > > > > > > > > > -- > > > > > > > > > > Rob Wilkerson > > > > > > > > > > > > > > > > > -- > > > > > > > > Rob Wilkerson > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245763 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

