[openmeetings] branch master updated: no jira: http links are replaced with https

2020-10-25 Thread solomax
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 77a0b5b  no jira: http links are replaced with https
77a0b5b is described below

commit 77a0b5b8c9255546a5bc1c1332c5f8a1984ce05e
Author: Maxim Solodovnik 
AuthorDate: Mon Oct 26 10:26:38 2020 +0700

no jira: http links are replaced with https
---
 openmeetings-server/src/site/xdoc/WebappNamePath.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/openmeetings-server/src/site/xdoc/WebappNamePath.xml 
b/openmeetings-server/src/site/xdoc/WebappNamePath.xml
index a3b7ad9..a2dee7d 100644
--- a/openmeetings-server/src/site/xdoc/WebappNamePath.xml
+++ b/openmeetings-server/src/site/xdoc/WebappNamePath.xml
@@ -30,9 +30,9 @@


If you want to have
-   http://yourcorp.com:5080/yourmeetings
+   https://yourcorp.com:5443/yourmeetings
instead of
-   http://yourcorp.com:5080/openmeetings
+   https://yourcorp.com:5443/openmeetings
you need to do the following


@@ -114,8 +114,8 @@


If you want to run multiple Openmeetings 
instances on the same server i.e. to have
-   
http://yourcorp.com:5080/openmeetings1
-   
http://yourcorp.com:5080/openmeetings2 etc. you need to do 
the following:
+   
https://yourcorp.com:5443/openmeetings1
+   
https://yourcorp.com:5443/openmeetings2 etc. you need to do 
the following:






[openmeetings] branch master updated: no jira: http links are replaced with https

2020-10-25 Thread solomax
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 
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 @@


Run OpenMeetings and goto the 
web-based installer:
-   
http://localhost:5080/openmeetings/install
+   
https://localhost:5443/openmeetings/install



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 @@


Run OpenMeetings and goto the 
web-based installer:
-   
http://localhost:5080/openmeetings/install
+   
https://localhost:5443/openmeetings/install



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 @@


Run OpenMeetings and goto the 
web-based installer:
-   
http://localhost:5080/openmeetings/install
+   
https://localhost:5443/openmeetings/install
Or Command 
line installer

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 @@


Run OpenMeetings and goto the 
web-based installer:
-   
http://localhost:5080/openmeetings/install
+   
https://localhost:5443/openmeetings/install



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 @@


Run OpenMeetings and goto the 
web-based installer:
-   
http://localhost:5080/openmeetings/install
+   
https://localhost:5443/openmeetings/install



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,1