Configuring bwagent for MySQL and TIBCO FTL®
The bwagent can be configured to use MySQL Server database with TIBCO FTL for transport.
Prerequisites
- Install and configure TIBCO FTL on the same machine that you have installed ActiveMatrix BusinessWorks™ 6.x on. For more information, see the "Setting Up TIBCO FTL® for bwagent Transport" topic in the TIBCO ActiveMatrix BusinessWorks™ Installation guide.
- Download the MySQL server package MySql_server_5.5.40 from http://dev.mysql.com/downloads/mysql/ and install MySQL. Configure the server configuration by following the prompts in the MySQL Server Configuration wizard. Ensure that you select the following values:
- Download the following JDBC driver and connector JAR files for MySQL to the
BW_HOME\config\drivers\shells\jdbc.mysql.runtime\runtime\plugins\com.tibco.bw.jdbc.datasourcefactory.mysql\lib folder:
- com.mysql.jdbc.Driver.jar from http://www.java2s.com/Code/Jar/c/Downloadcommysqljdbc515jar.htm
- MySql-connector-java-5.1.30-bin.jar from http://dev.mysql.com/downloads/connector/j/.
- Install the MySQL driver by running the command bwinstall mysql-driver from the /bin folder.
After installing MySQL Server, create a database bwadmindb and grant privileges to the default database owner root as described in the following steps:
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.