1:安装 jdk-6u43-windows-i586.exe
添加环境变量
1
2
|
JAVA_HOME = C:\Program Files\Java\jdk1.6.0_43
JAVA_CLASSPATH = %JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
|
2:安装mysql for win
3:安装openoffice,完成后。运行以下bat (安装位置可能要更改)
1
2
|
cd
"C:\Program Files\OpenOffice 4\program"
soffice.exe -headless -nologo -norestore -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager
|
4:安装swftool http://www.swftools.org/download.html
5:安装ImageMagick 。下载地址:http://www.imagemagick.org/script/binary-releases.
6:安装mysql_java驱动 下载地址: http://cdn.mysql.com/Downloads/Connector-J/mysql-connector-java-gpl-5.1.30.msi
7:安装openmeetings 下载地址: http://openmeetings.apache.org/downloads.html
编辑数据连接文件 webapps\openmeetings\WEB-INF\classes\META-INF\persistence.xml 直接把 mysql_persistence.xml 改为 persistence.xml
更改 Username=root , Password=
8:打开 http://localhost:5080/openmeetings/install 按要求输入,安装
9:更改默认端口(把下面的文件里面的5080改一下)
1
2
|
$RED5_HOME
/conf/red5.properties
$RED5_HOME
/webapps/openmeetings/config.xml
|
10:支持AD认证:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
#specify the LDAP Server type
ldap_server_type=AD
#LDAP URL
# This is the URL used to access your LDAP server.
ldap_conn_url=ldap://192.168.1.8:389
#Login distinguished name (DN) for Authentification on LDAP Server - keep emtpy if not required
ldap_admin_dn=CN:administrator,CN:Users,DC:163,DC:NET
#Loginpass for Authentification on LDAP Server - keep emtpy if not requiered
ldap_passwd=域密码
#base to search for userdata(of user, that wants to login)
ldap_search_base=DC:163,DC:NET
# Fieldnames (can differ between Ldap servers)
field_user_principal=userPrincipalName
# Ldap auth type(SIMPLE,NONE)
ldap_auth_type=SIMPLE
# Ldap-password synchronization to OM DB
ldap_sync_password_to_om=no
# Ldap user attributes mapping
# Set the following internal OM user attributes to their corresponding Ldap-attribute
ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber
|
把上面的内容保存到 webapps\openmeetings\conf 下面。
登录系统。打开 管理 ---> ldap
输入 名称,配置文件名(就是上面的内容保存的那个文件),建议把下面的 加入域名 勾上,把域名也输入上。 不勾上的话,每次登录还得把域名输进去。
更改默认登录认证方式
管理 ---> 配置信息 ---> ldap_default_id 设置为 1
本文转自 nonono11 51CTO博客,原文链接:http://blog.51cto.com/abian/1417675,如需转载请自行联系原作者