Index: unix_installer/installer-package/conf/unix/jboss/service/mysql-ds.xml =================================================================== RCS file: /usr/local/cvsroot/unix_installer/installer-package/conf/unix/jboss/service/mysql-ds.xml,v diff -u -r1.3 -r1.4 --- unix_installer/installer-package/conf/unix/jboss/service/mysql-ds.xml 25 Jun 2007 05:30:10 -0000 1.3 +++ unix_installer/installer-package/conf/unix/jboss/service/mysql-ds.xml 13 Jun 2008 04:54:44 -0000 1.4 @@ -9,7 +9,7 @@ jdbc/lams-ds - jdbc:mysql://@MYSQL_HOST@:3306/@DB_NAME@ + jdbc:mysql://@MYSQL_HOST@:@MYSQL_PORT@/@DB_NAME@ com.mysql.jdbc.Driver @@ -20,7 +20,7 @@ @DB_USER@ @DB_PASS@ - 32 + 64 0 5 @@ -29,7 +29,7 @@ jdbc/tool-ds - jdbc:mysql://@MYSQL_HOST@:3306/@DB_NAME@ + jdbc:mysql://@MYSQL_HOST@:@MYSQL_PORT@/@DB_NAME@ com.mysql.jdbc.Driver @@ -40,7 +40,7 @@ @DB_USER@ @DB_PASS@ - 32 + 64 0 5 @@ -49,14 +49,15 @@ jdbc/quartz-ds - jdbc:mysql://@MYSQL_HOST@:3306/@DB_NAME@ + jdbc:mysql://@MYSQL_HOST@:@MYSQL_PORT@/@DB_NAME@ com.mysql.jdbc.Driver + utf8 TRANSACTION_READ_COMMITTED @DB_USER@ @DB_PASS@ - 32 + 64 0 5