Revision: 4236
Author: [email protected]
Date: Wed Sep 14 00:53:31 2011
Log: Edited wiki page InstallationOpenMeetings through web user
interface.
http://code.google.com/p/openmeetings/source/detail?r=4236
Modified:
/wiki/InstallationOpenMeetings.wiki
=======================================
--- /wiki/InstallationOpenMeetings.wiki Wed Sep 14 00:50:55 2011
+++ /wiki/InstallationOpenMeetings.wiki Wed Sep 14 00:53:31 2011
@@ -36,7 +36,7 @@
# Download
[http://openmeetings.googlecode.com/files/openmeetings_1_8_0_r4229.zip
OpenMeetings (including already Red5)]
# Unpack it (Please make sure that you use an up-to-date unzip-software)
(and copy it somewhere in you system, do not start it from your Windows
Desktop)
# you have now a folder openmeetings_version_no_xx
- # Prepare Database Settings - go to
openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/persistance.xml
+ # Prepare Database Settings - go to
openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/META-INF/persistance.xml
* MySQL-Database-Users: Alter following config values in
`persistance.xml` $DB_HOST $USER_NAME $USER_PASS with your values
{{{
<property name="openjpa.ConnectionProperties"
value="DriverClassName=com.mysql.jdbc.Driver,
Url=jdbc:mysql://$DB_HOST:3306/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8&connectionCollation=utf8_general_ci&cachePrepStmts=true&cacheCallableStatements=true&cacheServerConfiguration=true&useLocalSessionState=true&elideSetAutoCommits=true&alwaysSendSetIsolation=false&enableQueryTimeouts=false&prepStmtCacheSize=3000&prepStmtCacheSqlLimit=1000,
MaxActive=100, MaxWait=10000, TestOnBorrow=true,
poolPreparedStatements=true, Username=$USER_NAME, Password=$USER_PASS"/>
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.