Print

Print


On Mon, 24 Oct 2011, Tomas Kouba wrote:

> Hello Massimo and Mario,
>
> we use one stronger sql server for DPM and cream CE databases and we run 
> cream CE
> as a virtual machine.
> We have changed the connection string in
> /usr/share/tomcat5/conf/Catalina/localhost/ce-cream.xml:
>
> [root@cream1 ~]# grep url= 
> /usr/share/tomcat5/conf/Catalina/localhost/ce-cream.xml
>            url="jdbc:mysql://sql.farm.particle.cz:3306/delegationdb?autoReconnect=true"
>            url="jdbc:mysql://sql.farm.particle.cz:3306/creamdb"
>
>
> This works quite fine for about half a year. Where else is the name 
> hardcoded?
> (we plan to have more cream CEs as well).
>


You mean the "creamdb" name ? It is hardcoded in the CREAM Java code.


As we discussed, using a mysql server on a machine different than the 
CREAM CE is supported, while having a database with a name different than creamdb 
is not at the moment



 			Cheers, Massimo