Brad,

It just means 2 reactor.xml files and 2 instances of the ReactorFactory object:

<cfset application.rf1 = createObject("component","reactor.ReactorFactory").init("/somesite/reactor-dsn1.xml)>
<cfset application.rf2 = createObject("component","reactor.ReactorFactory").init("/somesite/reactor-dsn2.xml)>

HTH,
J


------------------------------------------------

Jared C. Rypka-Hauer

Continuum Media Group LLC

http://www.web-relevant.com

Member, Team Macromedia - ColdFusion


"That which does not kill me makes me stranger." - Yonah Schmeidler


On Apr 10, 2006, at 4:06 PM, Brad Haas wrote:

Can Reactor use more than one datasource per application?  The reason I ask, is because I have a client that has an intranet that is basically a series of mini applications each with it's own database.  I'd like to convert them over to Reactor, but I'm not sure if this is possible.  The way the intranet is set up--there is one web server with an index page that links to several mini apps, each one with it's own directory and database.  The client will not allow me to combine the databases into one large DB.

If this is possible, I'd appreciate some advice about how to configure Reactor.

Thanks,
Brad





-- Reactor for ColdFusion Mailing List -- [email protected]



Reply via email to