Newbie to Reactor…

 

Have it successfully setup on a windows box but on a linux box all I can get is:

The Website you seek
Has experienced an error, but
Countless more exist.”

 

Used the same config/setup on windows and linux, made sure that the coldfusion daemon has access to write to the appropriate dirs.

When I run this code the reactorFactory seems to return fine but the createGateway throws that error…

 

<!--- create the reactorFactory --->

<cfset Reactor = CreateObject("Component", "reactor.reactorFactory").init(expandPath("reactor.xml")) />

<!--- create a userGateway --->

<cfset UserGateway = Reactor.createGateway("member") />

 

Is there at least a way to force reactor not to catch the error so I can see the cf error output instead of the Haiku?

 

Many thanks…

 

Dan


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to