Hi Usman, Can you tell me the running environment? such as OS,
database, OM version, browser? Sincerely, Wentao
------------------------------------------------------------------发件人:Usman
Kazi <[email protected]>发送时间:2017年3月5日(星期日) 00:28收件人:user
<[email protected]>主 题:Renaming
I have follow all the Instruction but it’s not loading the renamed application,
kindly assists me
Renaming /openmeetings context
If you want to have http://yourcorp.com:5080/yourmeetings instead of
http://yourcorp.com:5080/openmeetingsyou need to do the following1.
stop openmmetings if it
is running2.
go to openmeetings
install dir (for ex. /opt/red5)3.
rename /opt/red5/webapps/openmeetings to /opt/red5/webapps/yourmeetings (for
ex. mv /opt/red5/webapps/openmeetings /opt/red5/webapps/yourmeetings)4.
open /opt/red5/webapps/yourmeetings/public/config.xml using your favorite text
editor (for ex. vim /opt/red5/webapps/yourmeetings/public/config.xml)o find
and modify <webAppRootKey>openmeetings</webAppRootKey> to be
<webAppRootKey>yourmeetings</webAppRootKey>o find and modify
<httpRootKey>/openmeetings/</httpRootKey> to be
<httpRootKey>/yourmeetings/</httpRootKey>5.
open /opt/red5/webapps/root/index.html using your favorite text editor (for ex.
vim /opt/red5/webapps/root/index.html)o find and modify <meta
http-equiv="REFRESH"
content="0;url=openmeetings/"> to be <meta
http-equiv="REFRESH" content="0;url=yourmeetings/">
Warm Regards
Usman Kazi