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
