Index: lams_build/conf/unix/jboss/log4j.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_build/conf/unix/jboss/Attic/log4j.xml,v
diff -u -r1.8 -r1.8.6.1
--- lams_build/conf/unix/jboss/log4j.xml 30 Jan 2008 04:52:13 -0000 1.8
+++ lams_build/conf/unix/jboss/log4j.xml 5 May 2009 05:55:27 -0000 1.8.6.1
@@ -160,7 +160,7 @@
-
+
@@ -190,7 +190,7 @@
-
+
Index: lams_build/conf/unix/jboss/service/mysql-ds.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_build/conf/unix/jboss/service/mysql-ds.xml,v
diff -u -r1.6 -r1.6.6.1
--- lams_build/conf/unix/jboss/service/mysql-ds.xml 14 May 2008 02:12:32 -0000 1.6
+++ lams_build/conf/unix/jboss/service/mysql-ds.xml 5 May 2009 05:55:26 -0000 1.6.6.1
@@ -9,16 +9,16 @@
jdbc/lams-ds
- jdbc:mysql://localhost:3306/@db.name@
+ jdbc:mysql://@MYSQL_HOST@:@MYSQL_PORT@/@DB_NAME@
com.mysql.jdbc.Driver
utf8
convertToNull
TRANSACTION_READ_COMMITTED
- @db.username@
- @db.password@
+ @DB_USER@
+ @DB_PASS@
64
0
@@ -29,16 +29,16 @@
jdbc/tool-ds
- jdbc:mysql://localhost:3306/@db.name@
+ jdbc:mysql://@MYSQL_HOST@:@MYSQL_PORT@/@DB_NAME@
com.mysql.jdbc.Driver
utf8
convertToNull
TRANSACTION_READ_COMMITTED
- @db.username@
- @db.password@
+ @DB_USER@
+ @DB_PASS@
64
0
@@ -49,13 +49,13 @@
jdbc/quartz-ds
- jdbc:mysql://localhost:3306/@db.name@
+ jdbc:mysql://@MYSQL_HOST@:@MYSQL_PORT@/@DB_NAME@
com.mysql.jdbc.Driver
utf8
TRANSACTION_READ_COMMITTED
- @db.username@
- @db.password@
+ @DB_USER@
+ @DB_PASS@
64
0