Hi, So I was finally able to determine a solution to have one code location with multiple server instances. This is no documentation specifying how to do this, which is neither here nor there, but I thought I would send this through in case other's run into this problem.
The solution is to create an almost empty J2EE archive (empty WAR) inside CF Admin through Packaging & Deployment --> J2EE Archives (.ear/.war). When I say empty, I mean it does not include my entire code base; it has only one ColdFusion Template. - Create the server instance, and add the Server instance to a cluster. - Then copy the entire code base into the directory specified as the home directory in IIS/other http server, etc. All code will now be served from this location and not the server instance location. -----Original Message----- From: Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 11:32 PM To: CF-Server Subject: RE: CF MX 7.0 ENT Multiserver I use DFS to replicate the code between different machines... > -----Original Message----- > From: Douglas Knudsen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 10:58 AM > To: CF-Server > Subject: Re: CF MX 7.0 ENT Multiserver > > is this multiple instances on one server running a software based JRun > cluster? When you run wsconfig to connect this cluster to your > webserver this is setup. For instance, in windows/iis configuration, > wsconfig connects up your cluster to one site, just drop all your code > into that one site. > > if running instances across hardware in a hardware cluster, we usually > use a SAN space and map drives to it on each server. > > DK > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5974 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
