You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by cscmucmm <cs...@aliyun.com> on 2017/03/04 17:11:02 UTC

回复:Renaming

       Hi Usman,       Can you tell me the running environment? such as OS, database, OM version, browser?        Sincerely,       Wentao
------------------------------------------------------------------发件人:Usman Kazi <us...@gmail.com>发送时间:2017年3月5日(星期日) 00:28收件人:user <us...@openmeetings.apache.org>主 题: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


回复:Renaming

Posted by cscmucmm <cs...@aliyun.com>.
       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 <us...@gmail.com>发送时间:2017年3月5日(星期日) 01:13收件人:user <us...@openmeetings.apache.org>; cscmucmm <cs...@aliyun.com>主 题:Re: Renaming
ubuntu 16.04, MYSQL, and the version latest 
On Sat, Mar 4, 2017 at 10:11 PM, cscmucmm <cs...@aliyun.com> wrote:
       Hi Usman,       Can you tell me the running environment? such as OS, database, OM version, browser?        Sincerely,       Wentao
------------------------------------------------------------------发件人:Usman Kazi <us...@gmail.com>发送时间:2017年3月5日(星期日) 00:28收件人:user <us...@openmeetings.apache.org>主 题: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




Re: Renaming

Posted by Usman Kazi <us...@gmail.com>.
ubuntu 16.04, MYSQL, and the version latest

On Sat, Mar 4, 2017 at 10:11 PM, cscmucmm <cs...@aliyun.com> wrote:

>        Hi Usman,
>        Can you tell me the running environment? such as OS, database, OM
> version, browser?
>        Sincerely,
>        Wentao
>
> ------------------------------------------------------------------
> 发件人:Usman Kazi <us...@gmail.com>
> 发送时间:2017年3月5日(星期日) 00:28
> 收件人:user <us...@openmeetings.apache.org>
> 主 题: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 following
>
> 1.    stop openmmetings if it is running
>
> 2.    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
>
>
>