In order to install the B2B Application, follow the instructions in Chapter III-4 of Reality ColdFusion MX J2EE Integration.  The following instructions describe howto create the proper datasources under CFMX for J2EE, in more detail:

1. Create a new ODBC System DSN named b2b_db pointing to the b2b_db.mdb file

2. Using the CFMX Administrator, create a new ODBC Socket datasource named b2b_db
which uses the ODBC DSN created in step 1.  Specify the username as system.

3. Once this has been created, and verified, now create a new datasource using 
the JRun Management Console.  The name should be b2b_db and the Database Driver is 'not-listed'.
On the next screen, enter the following information:

	- JNDI Name: b2b_db
	- Driver Class Name: macromedia.jdbc.MacromediaDriver
	- URL: jdbc:sequelink:msaccess://localhost:19998;serverDatasource=b2b_db
	- User Name: system

4. That should do it.

Kristian Cibulskis
kcibul@yahoo.com