This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new a6579bc  no jira: http links are replaced with https
a6579bc is described below

commit a6579bc16a9d8ee046e2024bd49b3ccdfccf4afc
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Mon Oct 26 10:12:32 2020 +0700

    no jira: http links are replaced with https
---
 openmeetings-server/src/site/xdoc/IBMDB2Config.xml   |  2 +-
 openmeetings-server/src/site/xdoc/MSSQLConfig.xml    |  2 +-
 openmeetings-server/src/site/xdoc/MySQLConfig.xml    |  2 +-
 openmeetings-server/src/site/xdoc/OracleConfig.xml   |  2 +-
 openmeetings-server/src/site/xdoc/PostgresConfig.xml |  2 +-
 openmeetings-server/src/site/xdoc/RestAPISample.xml  | 14 +++++++-------
 openmeetings-server/src/site/xdoc/Upgrade.xml        |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/openmeetings-server/src/site/xdoc/IBMDB2Config.xml 
b/openmeetings-server/src/site/xdoc/IBMDB2Config.xml
index f977ce3..bcb75d4 100644
--- a/openmeetings-server/src/site/xdoc/IBMDB2Config.xml
+++ b/openmeetings-server/src/site/xdoc/IBMDB2Config.xml
@@ -50,7 +50,7 @@
                                <ul>
                                        <li>
                                                Run OpenMeetings and goto the 
web-based installer:
-                                               
http://localhost:5080/openmeetings/install
+                                               
https://localhost:5443/openmeetings/install
                                        </li>
                                </ul>
                        </subsection>
diff --git a/openmeetings-server/src/site/xdoc/MSSQLConfig.xml 
b/openmeetings-server/src/site/xdoc/MSSQLConfig.xml
index dedf888..104332d 100644
--- a/openmeetings-server/src/site/xdoc/MSSQLConfig.xml
+++ b/openmeetings-server/src/site/xdoc/MSSQLConfig.xml
@@ -44,7 +44,7 @@
                                <ul>
                                        <li>
                                                Run OpenMeetings and goto the 
web-based installer:
-                                               
http://localhost:5080/openmeetings/install
+                                               
https://localhost:5443/openmeetings/install
                                        </li>
                                </ul>
                        </subsection>
diff --git a/openmeetings-server/src/site/xdoc/MySQLConfig.xml 
b/openmeetings-server/src/site/xdoc/MySQLConfig.xml
index 5cd3680..d9bd3c8 100644
--- a/openmeetings-server/src/site/xdoc/MySQLConfig.xml
+++ b/openmeetings-server/src/site/xdoc/MySQLConfig.xml
@@ -50,7 +50,7 @@
                                        </li>
                                        <li>
                                                Run OpenMeetings and goto the 
web-based installer:
-                                               
<tt>http://localhost:5080/openmeetings/install</tt><br/>
+                                               
<tt>https://localhost:5443/openmeetings/install</tt><br/>
                                                Or <a 
href="./CommandLineAdmin.html" target="_blank"
                                                        rel="nofollow">Command 
line installer</a>
                                        </li>
diff --git a/openmeetings-server/src/site/xdoc/OracleConfig.xml 
b/openmeetings-server/src/site/xdoc/OracleConfig.xml
index 266e3a3..3183eaf 100644
--- a/openmeetings-server/src/site/xdoc/OracleConfig.xml
+++ b/openmeetings-server/src/site/xdoc/OracleConfig.xml
@@ -39,7 +39,7 @@
                                <ul>
                                        <li>
                                                Run OpenMeetings and goto the 
web-based installer:
-                                               
http://localhost:5080/openmeetings/install
+                                               
https://localhost:5443/openmeetings/install
                                        </li>
                                </ul>
                        </subsection>
diff --git a/openmeetings-server/src/site/xdoc/PostgresConfig.xml 
b/openmeetings-server/src/site/xdoc/PostgresConfig.xml
index 2411f38..64d2b99 100644
--- a/openmeetings-server/src/site/xdoc/PostgresConfig.xml
+++ b/openmeetings-server/src/site/xdoc/PostgresConfig.xml
@@ -49,7 +49,7 @@
                                <ul>
                                        <li>
                                                Run OpenMeetings and goto the 
web-based installer:
-                                               
http://localhost:5080/openmeetings/install
+                                               
https://localhost:5443/openmeetings/install
                                        </li>
                                </ul>
                        </subsection>
diff --git a/openmeetings-server/src/site/xdoc/RestAPISample.xml 
b/openmeetings-server/src/site/xdoc/RestAPISample.xml
index b915c2a..07ce23b 100644
--- a/openmeetings-server/src/site/xdoc/RestAPISample.xml
+++ b/openmeetings-server/src/site/xdoc/RestAPISample.xml
@@ -27,12 +27,12 @@
                        <div>
                                you can query methods of each service using 
following suffixes
                                <ul>
-                                       <li>SOAP: <tt>?wsdl</tt> suffix, for 
example 
<tt>http://localhost:5080/openmeetings/services/UserService?wsdl</tt></li>
-                                       <li>REST: as xml <tt>?_wadl</tt> for 
example <tt>http://localhost:5080/openmeetings/services/user?_wadl</tt></li>
-                                       <li>REST: as json 
<tt>?_wadl&amp;type=json</tt> for example 
<tt>http://localhost:5080/openmeetings/services/user?_wadl&amp;type=json</tt></li>
+                                       <li>SOAP: <tt>?wsdl</tt> suffix, for 
example 
<tt>https://localhost:5443/openmeetings/services/UserService?wsdl</tt></li>
+                                       <li>REST: as xml <tt>?_wadl</tt> for 
example <tt>https://localhost:5443/openmeetings/services/user?_wadl</tt></li>
+                                       <li>REST: as json 
<tt>?_wadl&amp;type=json</tt> for example 
<tt>https://localhost:5443/openmeetings/services/user?_wadl&amp;type=json</tt></li>
                                </ul>
                                <div class="bd-callout bd-callout-info">
-                                       The full list of services with All 
WSDLs/WADLs is available at following URL: 
<tt>http://localhost:5080/openmeetings/services/services</tt>
+                                       The full list of services with All 
WSDLs/WADLs is available at following URL: 
<tt>https://localhost:5443/openmeetings/services/services</tt>
                                </div>
                        </div>
                </section>
@@ -83,8 +83,8 @@ $.ajax({
                                </li>
                                <li>
                                        In case of error you can get detailed 
error message in your language as result of following query
-                                       
<tt>http://localhost:5080/openmeetings/services/error/<b>ERROR_ID</b>/<b>LANGUAGE_ID</b></tt>
-                                       (for ex. 
http://localhost:5080/openmeetings/services/error/<b>-11</b>/<b>9</b>)
+                                       
<tt>https://localhost:5443/openmeetings/services/error/<b>ERROR_ID</b>/<b>LANGUAGE_ID</b></tt>
+                                       (for ex. 
https://localhost:5443/openmeetings/services/error/<b>-11</b>/<b>9</b>)
                                </li>
                                <li>If your request was successful you will get 
your SID as <b>message</b> (78189aff-d68d-458a-8840-5b18d15a50b0)</li>
                                <li>Then you can use SID to generate room hash
@@ -131,7 +131,7 @@ $.ajax({
                                        </table>
                                </li>
                                <li>If your request was successful you will get 
your hash as <b>message</b> (fa1f9381-bd03-42ae-9fd9-332b5f775a1b)</li>
-                               <li>Now you can use following URL to enter the 
room: 
<tt>http://localhost:5080/openmeetings/hash?secure=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&amp;language=1</tt></li>
+                               <li>Now you can use following URL to enter the 
room: 
<tt>https://localhost:5443/openmeetings/hash?secure=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&amp;language=1</tt></li>
                        </ul>
                </section>
        </body>
diff --git a/openmeetings-server/src/site/xdoc/Upgrade.xml 
b/openmeetings-server/src/site/xdoc/Upgrade.xml
index c739790..35ba84c 100644
--- a/openmeetings-server/src/site/xdoc/Upgrade.xml
+++ b/openmeetings-server/src/site/xdoc/Upgrade.xml
@@ -46,7 +46,7 @@
                                <li>Copy your connector (.jar file) to 
<tt>${OM_HOME}/webapps/openmeetings/WEB-INF/lib</tt> make sure OM will be able 
to connect the database correctly.</li>
                                <li>(*) Modify DB settings</li>
                                <li>Start Openmeetings</li>
-                               <li>go to 
http://localhost:5080/openmeetings</li>
+                               <li>go to 
https://localhost:5443/openmeetings</li>
                                <li>Install OM using Web installer</li>
                                <li>Login as Administrator and Administration 
&gt; Backup</li>
                                <li>Perform system import</li>
@@ -91,7 +91,7 @@
                                <li><tt>./admin.sh -v -i -file 
../backup_today.zip --drop --skip-default-objects</tt> (Optionally you can 
specify
                                        additional parameters like DB 
host/user/pass/instance etc.)</li>
                                <li>Start Openmeetings</li>
-                               <li>go to 
http://localhost:5080/openmeetings</li>
+                               <li>go to 
https://localhost:5443/openmeetings</li>
                        </ol>
                        <p>(*) Optional step</p>
                </section>

Reply via email to