Did not try the OM 3.2.0 yet. sorry. The key to rename context is
you need change two places in config.xml,<webAppRootKey> and <httpRootKey>.
Please double check, after change the file then restart red5 server and
check the log file. usually http://localhost:5080/yourmeetings should
work if the server started successfully. Good luck!
------------------------------------------------------------------发件人:Usman
Kazi <[email protected]>发送时间:2017年3月5日(星期日) 01:13收件人:user
<[email protected]>; cscmucmm <[email protected]>主 题:Re: Renaming
ubuntu 16.04, MYSQL, and the version latest
On Sat, Mar 4, 2017 at 10:11 PM, cscmucmm <[email protected]> wrote:
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