Retrieve the MySQL Connector The connector can be downloaded from: http://dev.mysql.com/downloads/connector/j/ . The current version at the time of writing is 5.1.17, further sections of this guide assume that version number. Unzip the connector to your downloads folder and save the location of the main JAR in a variable which we can refer to later: cd ~/Downloads unzip mysql-connector-java-5.1.17.zip export MYSQL_JAR=~/Downloads/mysql-connector-5.1.17/mysql-connector-java-5.1.17-bin.
Read full article from Adding a MySQL datasource to JBoss AS 7 | zorq
Also How to create and manage datasources in AS7
Read full article from Adding a MySQL datasource to JBoss AS 7 | zorq
Also How to create and manage datasources in AS7
No comments:
Post a Comment