Author: solomax
Date: Thu Jul 7 11:05:26 2016
New Revision: 1751780
URL: http://svn.apache.org/viewvc?rev=1751780&view=rev
Log:
no jira: documentation regarding webapp renamed is fixed
Modified:
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/WebappNamePath.xml
Modified:
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml?rev=1751780&r1=1751779&r2=1751780&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
Thu Jul 7 11:05:26 2016
@@ -43,34 +43,32 @@
go to openmeetings install dir (for ex.
<tt>/opt/red5</tt>)
</li>
<li>
- rename
- <tt>/opt/red5/webapps/openmeetings</tt>
- to
- <tt>/opt/red5/webapps/yourmeetings</tt>
- (for ex.
- <tt>mv /opt/red5/webapps/openmeetings
- /opt/red5/webapps/yourmeetings
- </tt>
- )
+ rename
<tt>/opt/red5/webapps/openmeetings</tt> to
<tt>/opt/red5/webapps/yourmeetings</tt>
+ (for ex. <tt>mv
/opt/red5/webapps/openmeetings /opt/red5/webapps/yourmeetings</tt>)
</li>
<li>
- open
-
<tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
- using your favorite text editor (for ex.
- <tt>vim
/opt/red5/webapps/yourmeetings/public/config.xml</tt>
- )
+ open
<tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
+ using your favorite text editor (for
ex. <tt>vim /opt/red5/webapps/yourmeetings/public/config.xml</tt>)
+ <ul>
+ <li>
+ find and modify
<tt><webAppRootKey>openmeetings</webAppRootKey></tt>
+ to be
<tt><webAppRootKey><strong>yourmeetings</strong></webAppRootKey></tt>
+ </li>
+ <li>
+ find and modify
<tt><httpRootKey>/openmeetings/</httpRootKey></tt>
+ to be
<tt><httpRootKey><strong>/yourmeetings/</strong></httpRootKey></tt>
+ </li>
+ </ul>
</li>
<li>
- find and modify
-
<tt><webAppRootKey>openmeetings</webAppRootKey></tt>
- to be
-
<tt><webAppRootKey><strong>yourmeetings</strong></webAppRootKey></tt>
- </li>
- <li>
- find and modify
-
<tt><httpRootKey>/openmeetings/</httpRootKey></tt>
- to be
-
<tt><httpRootKey><strong>/yourmeetings/</strong></httpRootKey></tt>
+ open
<tt>/opt/red5/webapps/root/index.html</tt>
+ using your favorite text editor (for
ex. <tt>vim /opt/red5/webapps/root/index.html</tt>)
+ <ul>
+ <li>
+ find and modify
<tt><meta http-equiv="REFRESH" content="0;url=openmeetings/"></tt>
+ to be <tt><meta
http-equiv="REFRESH" content="0;url=<strong>yourmeetings/</strong>"></tt>
+ </li>
+ </ul>
</li>
</ol>
<p>That's it</p>
Modified:
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml?rev=1751780&r1=1751779&r2=1751780&view=diff
==============================================================================
---
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
(original)
+++
openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/WebappNamePath.xml
Thu Jul 7 11:05:26 2016
@@ -43,34 +43,32 @@
go to openmeetings install dir (for ex.
<tt>/opt/red5</tt>)
</li>
<li>
- rename
- <tt>/opt/red5/webapps/openmeetings</tt>
- to
- <tt>/opt/red5/webapps/yourmeetings</tt>
- (for ex.
- <tt>mv /opt/red5/webapps/openmeetings
- /opt/red5/webapps/yourmeetings
- </tt>
- )
+ rename
<tt>/opt/red5/webapps/openmeetings</tt> to
<tt>/opt/red5/webapps/yourmeetings</tt>
+ (for ex. <tt>mv
/opt/red5/webapps/openmeetings /opt/red5/webapps/yourmeetings</tt>)
</li>
<li>
- open
-
<tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
- using your favorite text editor (for ex.
- <tt>vim
/opt/red5/webapps/yourmeetings/public/config.xml</tt>
- )
+ open
<tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
+ using your favorite text editor (for
ex. <tt>vim /opt/red5/webapps/yourmeetings/public/config.xml</tt>)
+ <ul>
+ <li>
+ find and modify
<tt><webAppRootKey>openmeetings</webAppRootKey></tt>
+ to be
<tt><webAppRootKey><strong>yourmeetings</strong></webAppRootKey></tt>
+ </li>
+ <li>
+ find and modify
<tt><httpRootKey>/openmeetings/</httpRootKey></tt>
+ to be
<tt><httpRootKey><strong>/yourmeetings/</strong></httpRootKey></tt>
+ </li>
+ </ul>
</li>
<li>
- find and modify
-
<tt><webAppRootKey>openmeetings</webAppRootKey></tt>
- to be
-
<tt><webAppRootKey><strong>yourmeetings</strong></webAppRootKey></tt>
- </li>
- <li>
- find and modify
-
<tt><httpRootKey>/openmeetings/</httpRootKey></tt>
- to be
-
<tt><httpRootKey><strong>/yourmeetings/</strong></httpRootKey></tt>
+ open
<tt>/opt/red5/webapps/root/index.html</tt>
+ using your favorite text editor (for
ex. <tt>vim /opt/red5/webapps/root/index.html</tt>)
+ <ul>
+ <li>
+ find and modify
<tt><meta http-equiv="REFRESH" content="0;url=openmeetings/"></tt>
+ to be <tt><meta
http-equiv="REFRESH" content="0;url=<strong>yourmeetings/</strong>"></tt>
+ </li>
+ </ul>
</li>
</ol>
<p>That's it</p>
Modified:
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/WebappNamePath.xml
URL:
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/src/site/xdoc/WebappNamePath.xml?rev=1751780&r1=1751779&r2=1751780&view=diff
==============================================================================
---
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/WebappNamePath.xml
(original)
+++
openmeetings/application/trunk/openmeetings-server/src/site/xdoc/WebappNamePath.xml
Thu Jul 7 11:05:26 2016
@@ -43,34 +43,32 @@
go to openmeetings install dir (for ex.
<tt>/opt/red5</tt>)
</li>
<li>
- rename
- <tt>/opt/red5/webapps/openmeetings</tt>
- to
- <tt>/opt/red5/webapps/yourmeetings</tt>
- (for ex.
- <tt>mv /opt/red5/webapps/openmeetings
- /opt/red5/webapps/yourmeetings
- </tt>
- )
+ rename
<tt>/opt/red5/webapps/openmeetings</tt> to
<tt>/opt/red5/webapps/yourmeetings</tt>
+ (for ex. <tt>mv
/opt/red5/webapps/openmeetings /opt/red5/webapps/yourmeetings</tt>)
</li>
<li>
- open
-
<tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
- using your favorite text editor (for ex.
- <tt>vim
/opt/red5/webapps/yourmeetings/public/config.xml</tt>
- )
+ open
<tt>/opt/red5/webapps/yourmeetings/public/config.xml</tt>
+ using your favorite text editor (for
ex. <tt>vim /opt/red5/webapps/yourmeetings/public/config.xml</tt>)
+ <ul>
+ <li>
+ find and modify
<tt><webAppRootKey>openmeetings</webAppRootKey></tt>
+ to be
<tt><webAppRootKey><strong>yourmeetings</strong></webAppRootKey></tt>
+ </li>
+ <li>
+ find and modify
<tt><httpRootKey>/openmeetings/</httpRootKey></tt>
+ to be
<tt><httpRootKey><strong>/yourmeetings/</strong></httpRootKey></tt>
+ </li>
+ </ul>
</li>
<li>
- find and modify
-
<tt><webAppRootKey>openmeetings</webAppRootKey></tt>
- to be
-
<tt><webAppRootKey><strong>yourmeetings</strong></webAppRootKey></tt>
- </li>
- <li>
- find and modify
-
<tt><httpRootKey>/openmeetings/</httpRootKey></tt>
- to be
-
<tt><httpRootKey><strong>/yourmeetings/</strong></httpRootKey></tt>
+ open
<tt>/opt/red5/webapps/root/index.html</tt>
+ using your favorite text editor (for
ex. <tt>vim /opt/red5/webapps/root/index.html</tt>)
+ <ul>
+ <li>
+ find and modify
<tt><meta http-equiv="REFRESH" content="0;url=openmeetings/"></tt>
+ to be <tt><meta
http-equiv="REFRESH" content="0;url=<strong>yourmeetings/</strong>"></tt>
+ </li>
+ </ul>
</li>
</ol>
<p>That's it</p>