Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Maxim Solodovnik
Hello Tong, please DO NOT hijack mail threads It is hard to follow/search According to your questions 1) `apache-tomcat-${tomcat.version}.tar.gz` is not being generated, it is downloaded from https://archive.apache.org

Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Zhirong Tong
Hi Maxim, Seems when using "mvn install -P allModules -pl openmeetings-server -Dwicket.configuration=DEVELOPMENT” without specific any profile , the tar would be generated successfully. > On Jul 8, 2020, at 10:25 AM, Zhirong Tong wrote: > > Hi Maxim, > Is there any specific build order

Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Zhirong Tong
Hi Maxim, Is there any specific build order in order to successfully generate an apache-tomcat-${tomcat.version}.tar.gz under openmeetings/openmeetings-server/target/ ? I’ve tried "mvn install -P allModules,unpacked,mysql -pl openmeetings-web,openmeetings-server

Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Maxim Solodovnik
I would recommend you to read the answers more carefully The first step suggested was: Install Tomcat9 (NOT 8.5) The second one: wobe webapps AND relevant files from conf folder This is sort of expert task On Wed, 8 Jul 2020 at 08:50, Online Use wrote: > I have moved the webapps/openmeetings

Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Online Use
I have moved the webapps/openmeetings folder to the webapps directory under tomcat installation location. What else needs to be done, what other configurations needs to be changed? The point is that I prefer the hosted version of tomcat which is managed directly by the server, not a standalone

Re: Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Maxim Solodovnik
On Tue, 7 Jul 2020 at 22:32, Online Use wrote: > Hello, > > I installed OM on Centos 7, and rather than using the shell scripts in the > bin folder to start the system, I prefer to integrate it with Tomcat 8.5 > that's already installed on the server and enabled in the user account. I'm >

Integrating OM with Tomcat 8.5 on Centos 7

2020-07-07 Thread Online Use
Hello, I installed OM on Centos 7, and rather than using the shell scripts in the bin folder to start the system, I prefer to integrate it with Tomcat 8.5 that's already installed on the server and enabled in the user account. I'm missing the point of how to integrate OM with Tomcat so that the