Walter,
Are you sure that your /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml file contains the following information ? Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true , Username=openmeetings , Password=password"/> My example above has the MySQL Server address as being “localhost”, which is listening on port 3306, and the OpenMeetings database is called “openmeetings” and the userid to access the openmeetings database is “openmeetings”, using the password of “password”. Of course I guess these items will have your OpenMeetings MySQL databases values, not my examples, and there is a lot more text in the file, the above is just to help identify the important settings. Thanks, George.
