

Ok, now you are very close to finalize Apache Openmeetings server configuration. # cp mysql_persistence.xml persistence.xmlĮdit persistence.xml and provide username and password details #nano persistence.xml Rename mysql_persistence.xml to persistence.xml: # cd /openmeetings/webapps/openmeetings/WEB-INF/classes/META-INF/

Go to /openmeetings/webapps/openmeetings/WEB-INF/classes/META-INF/ and get backup of persistence.xml.

# cp mysql-connector-java-5.0.8-bin.jar /openmeetings/webapps/openmeetings/WEB-INF/lib jar file from Mysql-connector folder to /openmeetings/webapps/openmeetings/WEB-INF/lib. Unzip package: # unzip apache-openmeetings-3.0.7.zip #tar -xvf mysql-connector-java-5.0.8.tar.gzįinally install openmeetings: # mkdir /openmeetings & cd /openmeetings configure -libdir=/usr/lib -bindir=/usr/bin -enable-libmp3lame -disable-yasmĭownload and configure JAVA MySQL ConnectorĪ tool used to connect OpenMeetings with mysql. # unzip Ī tool used to convert and stream audio, videos. cd /optĪ document converter which converts various office formats. configure -libdir=/usr/lib -bindir=/usr/bin It is an open source tool used to compress audio to mp3 format. Now we need to install various add on tools required to configure openmeetings. Verify Java version installed: # java -version Mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO OK, 0 rows affected (0.00 sec) Mysql> CREATE USER IDENTIFIED BY 'openmeetings' Mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET 'utf8'
