Hi everyone,<br><br>I tried to install OpenCMS and when I do everything local it works without any problems. But if I try to install the database on another server I can not get a connection to it:<br>"    *  Your database is down, or<br>
    * Your database is not accessible with the given connection parameters."<br><br>I've got several servers:<br>application-server 1  --> 192.168.0.10 <-- this is where I currently try to install OpenCMS<br>
application-server 2  --> 192.168.0.20<br>running as windows-loadbalancing-cluster with the virtual IP 192.168.0.1<br><br>database-server   1  --> 192.168.0.30 <-- this is where the database should go to<br>database-server   2  --> 192.168.0.40<br>
running as windows-loadbalancing-cluster with the virtual IP 192.168.0.2<br><br>Later OpenCMS will be running on both application-servers and the database will be copied to both database-servers, but for testing I wanted to simplify it.<br>
It doesn't work if I try the following connection-string: jdbc:mysql://<a href="http://192.168.0.2:3306/">192.168.0.2:3306/</a><br>and it doesn't work either if I try the direct address to the db-server: jdbc:mysql://<a href="http://192.168.0.40:3306/">192.168.0.40:3306/</a><br>
<br>I hope someone can help me out with this problem, because I've got no more ideas what to try.<br><br>Thanks in advance,<br>Jessica<br><br>