Index: win_installer/templates/mysql-ds.xml =================================================================== RCS file: /usr/local/cvsroot/win_installer/templates/Attic/mysql-ds.xml,v diff -u -r1.1 -r1.2 --- win_installer/templates/mysql-ds.xml 29 Sep 2006 08:20:40 -0000 1.1 +++ win_installer/templates/mysql-ds.xml 22 Jun 2007 03:11:13 -0000 1.2 @@ -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