Error: Incorrect password!
Error: Incorrect password!
FusionReactor ColdFusion

FusionReactor ColdFusion

May 7, 2017
Blocking SPIDS

The FusionReactor JDBC Driver Wrapper is delivered as an integral part of the FusionReactor product, and is located within the fusionreactor.jar file, which is installed during the FusionReactor setup process. In order to use the driver with ColdFusion applications, you need only to alter the Data Source definition within the ColdFusion administrator.

Wrapping or Adding a New Datasource?

If you are wrapping an existing datasource, you should continue to follow the instructions in this section. If you are starting from scratch, skip ahead to “Creating a New Wrapped Datasource in ColdFusion”. This guide walks you through locating the JDBC URL of your data source in ColdFusion and then wrapping them using the ColdFusion wrapper.

In the ColdFusion Administrator click on Server Settings in the table of contents, then click on the Settings Summary link. Locate the section with the heading Database & Services and the table with the name Database Data Sources. Locate the JDBC URL of the datasource that you want to wrap with a FusionReactor wrapper and then copy it or write it down.

Your JDBC URL will most likely be different, the purpose of the screen shot is to give you an idea of what to expect in the ColdFusion User Interface. For the purpose of this example our JDBC URL will read:

Wrapping your JDBC URL with FusionReactor

  1. Click Data and Services and then click on the Data Sources link.
  2. Add a data source name.
    This page walks you through locating your Macromedia (DataDirect) ColdFusion Drivers and wrapping them in the FusionReactor wrapper. The page is broken down into 3 sections, the first walks you through finding your JDBC URL for the data source, the second walks you through wrapping it and the last one gives you an example.
  3. Select 'other'-type driver.
  4. Click on the Add button, you will be presented with more text input fields.
  5. In the field titled CF Data Source Name enter a name for your data source.
  6. In the JDBC URL text field simply enclose the existing JDBC URL within the FusionReactor syntax: You can also give the data source a name. If you name the data source in this way, FusionReactor will display this name in the Data Source column of the JDBC tab in the Request Details page. This is useful if you're using multiple data sources. Below is an example:
  7. In the JDBC Driver Class field, enter the name of the FusionReactor JDBC Driver Wrapper class:

    com.intergral.fusionreactor.jdbc.Wrapper

  8. Enter 'FusionReactor' in the Driver Name field.
  9. Select an appropriate username and password values in their respective fields.
  10. Click 'Submit'. ColdFusion will immediately test the driver and provide feedback if necessary. When the FusionReactor driver is loaded, it will report “FusionReactor JDBC: Driver loaded.” to the standard output stream (usually logged to coldfusion-out.log or default-out.log within cfmx\runtime\logs)

Below are two screen shots, figure 1 covers stages 1 to 4 and figure 2 covers stages 5 to 11.

Figure 1

Figure 2

After submitting this form, ColdFusion will immediately test the connection and provide any necessary feedback in the ColdFusion Administrator. If the FusionReactor JDBC Driver Wrapper detects any problems with the underlying wrapped driver or with its own options, it will also provide feedback in the same way. Any exceptions generated by the FusionReactor JDBC Driver Wrapper are prefixed with an exception ID number, which may be used to look up more information. When running as part of J2EE/ColdFusion, and if the FusionReactor JDBC Driver Wrapper detects a running FusionReactor application, any queries run during the course of the request will be reported to FusionReactor for inclusion in the user interface, where appropriate.

Examples

The original data source was an MS-SQL Server with the database database name'testdb', after being wrapped by the FusionReactor wrapped it is now called 'MyDataSource'.

YOU MIGHT ALSO LIKE
Andrea Rossi cold fusion E-Cat reactor promises to
Andrea Rossi cold fusion E-Cat reactor promises to ...
Inside A Fusion Injection Reactor | Video
Inside A Fusion Injection Reactor | Video
Share this Post