Changed ip address of DB to the new db VM
authorChristos V. Stathis <chstath@ebs.gr>
Wed, 19 Jan 2011 14:30:40 +0000 (16:30 +0200)
committerChristos V. Stathis <chstath@ebs.gr>
Wed, 19 Jan 2011 14:30:40 +0000 (16:30 +0200)
jboss/deploy/gssdb-ds.xml

index 9968ada..bc9eb32 100644 (file)
@@ -3,7 +3,7 @@
 <datasources>
   <local-tx-datasource>
     <jndi-name>gssdb</jndi-name>
-    <connection-url>jdbc:postgresql://cvs.ebs.gr/gssdb</connection-url>
+    <connection-url>jdbc:postgresql://10.1.1.80/gssdb</connection-url>
     <driver-class>org.postgresql.Driver</driver-class>
     <user-name>gss</user-name>
     <password>gss</password>