weaver 2004/09/22 07:14:05
Modified: portal/src/resources jetspeed-mysql-ds.xml
Log:
Corrected syntax error
Revision Changes Path
1.2 +1 -1 jakarta-jetspeed-2/portal/src/resources/jetspeed-mysql-ds.xml
Index: jetspeed-mysql-ds.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/resources/jetspeed-mysql-ds.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jetspeed-mysql-ds.xml 3 Aug 2004 20:39:23 -0000 1.1
+++ jetspeed-mysql-ds.xml 22 Sep 2004 14:14:05 -0000 1.2
@@ -17,7 +17,7 @@
<!-- The jndi name of the DataSource, it is prefixed with java:/ -->
<!-- Datasources are not available outside the virtual machine -->
<jndi-name>JetspeedDS</jndi-name>
- <connection-url>jdbc:mysql://localhost/jetspeed/connection-url>
+ <connection-url>jdbc:mysql://localhost/jetspeed</connection-url>
<!-- The driver class -->
<driver-class>com.mysql.jdbc.Driver</driver-class>
<!-- The login and password -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]