Hi Walter,
In persistence.xml ( the one you renamed) there should be a place
for the database url like that
"Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true"
Here you can set the path of your db server. In the original it uses
"localhost:3306" as the db host and connection port and "openmeetings"
as the database in your db server.
I hope this can help you,
Regards,
_Mahmut TEKER
On 3/26/2012 10:09 PM, Walter Neumann wrote:
Installing openmeetings 1.9.1 I did rename mysql_persistence.xml to
persitence.xml. Then I could edit DB_USER and DB_PASSWD, but DB_HOST I
didn't find. Without DB_HOST it couldn't work.
Can anyone help me? Thank you.