Index: win_installer/templates/mysql-ds.xml =================================================================== diff -u -rae13f2caa2572e368b592d80912e09782ce5a56a -r9d0aa6c49c98796f949a711c26b0632a78ccc4f6 --- win_installer/templates/mysql-ds.xml (.../mysql-ds.xml) (revision ae13f2caa2572e368b592d80912e09782ce5a56a) +++ win_installer/templates/mysql-ds.xml (.../mysql-ds.xml) (revision 9d0aa6c49c98796f949a711c26b0632a78ccc4f6) @@ -9,7 +9,7 @@ jdbc/lams-ds - jdbc:mysql://localhost:3306/@DB_NAME@ + jdbc:mysql://@MYSQL_HOST@:3306/@DB_NAME@ com.mysql.jdbc.Driver @@ -29,7 +29,7 @@ jdbc/tool-ds - jdbc:mysql://localhost:3306/@DB_NAME@ + jdbc:mysql://@MYSQL_HOST@:3306/@DB_NAME@ com.mysql.jdbc.Driver @@ -49,7 +49,7 @@ jdbc/quartz-ds - jdbc:mysql://localhost:3306/@DB_NAME@ + jdbc:mysql://@MYSQL_HOST@:3306/@DB_NAME@ com.mysql.jdbc.Driver TRANSACTION_READ_COMMITTED