Yes, you tell it where the Reactor config file is in the Model-Glue
ColdSpring XML file:

    <bean id="reactorConfiguration" class="reactor.config.config">
        <constructor-arg
name="pathToConfigXml"><value>/deli/config/reactor/Reactor.xml</value></constructor-arg>
        <property name="project"><value>projectName</value></property>
        <property name="dsn"><value>dsnName</value></property>
        <property name="type"><value>mysql</value></property>
        <property
name="mapping"><value>/path/to/save/reactorcfcs</value></property>
        <property name="mode"><value>development</value></property>
    </bean>


On 9/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> We are down to this error:
>
> Not using an ORM adapter. You will not be able to do automatic database
> functions.
>
> Cause: Reactor failed to load: coldspring.beanCreationException : Bean
> creation exception during init() of reactor.config.config : An error
> occurred when performing a file operation read on file
>
> C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\translator\config\reactor\Reactor.xml.:The
> cause of this exception was: java.io.FileNotFoundException:
>
> C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\translator\config\reactor\Reactor.xml
> (The system cannot find the path specified).
>
> I am using IIS, not the jrun webserver.  Why is this pointing ot the
> wwwroot in te cf directory instead of the one a c:\inetpub\wwwroot?  Is
> there a config setting to tell MG/ColdSpring/Reactor where to look?
>
> The directoryt structure is as such:
>
> in c:\inetpub\wwwroot\
> \modelglue
> \reactor
> \coldspring
> \threeravensconsulting_com
>       \translator
>             \config
>                 \reactor
>                     reactor.xml
>
> so the functions should be looking in
>
> c:\inetpub\wwwroot\threeravensconsulting_com\translator\config\reactor\reactor.xml
> not
>
> C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\translator\config\reactor\Reactor.xml.
>
> Any help in straightening this out would be greatly appreciated
>
>
>
> Eric
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287703
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to